Frontend Development

Typescript:

Typescript is a subset of javascript initially developed by microsoft to introduce a type system and plethora of static checking capabilities to the standard javascript toolchain. Typescript reduces potential for runtime errors, improves code readability and testing requirements.

Typescript + React Tutorials:

Tailwind CSS

Tailwind css are like building blocks for web designers to create their UI. The most popular being https://tailwindui.com/componentsarrow-up-right that show the tailwind styles can be composed to create beautiful looking UI and layouts. Also preline tailwindarrow-up-right is Tailwind based set of components that we are using.

Wisdom to absorb:

Tutorials:

Playground:

Next.js

Next.js is one of the popular web frameworks for using react, it supports both client side and server side rendering and can support a wide range of use cases and simplifies the routing routing logic. We use Next.js as our primary web framework for the client side react code.

Tutorial:

Last updated