Abhiraj Bhowmick

The Ultimate HTML & CSS Cheatsheet

Written on December 30, 2021

HTML Cheatsheet Structure This is the basic template or barebone structure of HTML. Boilerplate <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"&g...

NextJS+Typescript and Tailwind: A match made in heaven

Written on December 29, 2021

Tailwind CSS is a utility-first CSS framework that is being used to create markup-based designs. Next.js is a React framework with features like hybrid static and server rendering, TypeScript support,...

Typescript: An introduction

Written on December 26, 2021

I am sure that in your web development career you must have used JavaScript at least once. And I am sure you must have found it very useful and very powerful. But what if I say there is another langu...

API: Explain like I'm five

Written on December 24, 2021

So what exactly is an API? An API (Application Programming Interface) is a set of functions that allows applications to access data and interact with external software components, operating systems, o...

How to SEO?

Written on December 22, 2021

When building out your website, you’ll want to keep search engine optimization (SEO) in mind. You want your site visitors to be able to easily find what they’re looking for, so it’s important that Goo...

5 web design trends you need to know before 2022

Written on December 19, 2021

Navigation, content, aesthetic design, and other web aspects will never go away. However. every year, new trends in these areas emerge. As a web designer, keeping up with the latest trends can enable ...

10 Tailwind resources for you to make better websites

Written on December 17, 2021

Tailwind CSS is a "utility-first" CSS framework that provides a deep catalog of CSS classes and tools that lets you easily get started. Rather than focusing on the functionality of the item ...

50 Javascript Snippets you need to know right now

Written on December 15, 2021

One of the most popular languages to learn is JavaScript. "If you're only going to learn one programming language, learn JavaScript," as many people advise. In an interview, Quincy Larson, t...

Which CSS framework should you use?

Written on December 13, 2021

When constructing CSS on HTML responsiveness, accessibility, and structure, it takes a lot of time and effort to build and create responsive CSS frameworks. This is why CSS frameworks were created: to...

The only stock resource library you will ever need

Written on December 13, 2021

If you have ever searched the mystic lands of the internet for quality stock photos, videos or music, you have come to the right place. This excerpt from Dev Resources lists the quality websites for s...

1 2 3 4 5