Hola folks! This blog series about Typography has two parts Importance and basic terminology of typography that every frontend developer should know. Check it out here. Major challenges faced while getting typography right. If you haven’t already been through basic typography terminology, check it out here. In this blog post, we will be discussing the…
Category: Frontend Development
Typography Series (Part — 1) — Terminology every frontend developer should know
Hola folks! This blog series about Typography has two parts Importance and basic terminology of typography that every frontend developer should know. Major challenges faced while getting typography right. Check it out here. In this blog post, we will be discussing basic typography terminology that every frontend developer should know. So, let’s get started. In…
React Unit Testing Series (Part 1)
This blog is going to have two parts: Basics about unit testing, testing frameworks and DOM interaction libraries Bursting myths about Jest testing framework. (Yet to come) As your web application grows with increasing business requirements, in order to maintain the sanity of your front-end code, unit testing is a must. The way we have…