PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Abhiraj Bhowmick

@abhiraj

1535 Points 24 Followers

50 Posts

1 Answers

I make stuff on the web and write blogs about it.

Debugging in Javascript

Programmers spend a lot of time diagnosing and remedying errors and omissions in their code. Debugging slows down the Javascript execution and shows how data is modified line by line. Since...

How to use ChakraUI with NextJS?

Hello, my fellow readers! It's been a long time, am I right? Well, I apologise for not being able to create content for you, mainly due to my board examinations. It's never easy to design a...

5 best practices for better HTML forms

Forms are an essential part of any UI It can be intimidating to work with HTML forms. They don't only use a few specialised HTML elements; they also blur the barrier between static material...

200+ Design resources you must know right now!

## Online Design Tools **All kinds of online tools for design, from photo editors to wireframing, and more** | Website                   ...

10 GitHub repos you cannot miss out on

What is a repository? Basically a repo is short for repository. A repository is like a container, it stores your files. It is stored with a history of changes you've made. If you don't get...

How to collect data via forms like a boss

Forms are an integral part of our life They are literally everywhere, be it when you're signing up for a new social media app or you're applying for anything. But do you know what actually g...

Everything you need to know about RemixJS

Remix is a new full-stack JavaScript framework that does away with static site generation and performs a few things differently than current frameworks. It uses React to render the user inte...

Automation Testing: Explain like I'm five

We've long believed that automation testing is a wonderful formula for improving the quality of apps right from the start. However, it is only when we begin automating that we grasp the true...

5 best practices for dark mode implementation

Dark theme is one of the most requested features over the past few years. The biggest tech companies in the world have made dark themes an essential part of UI. Dark theme’s reduced lumina...

10 VSCode extensions every dev must have

VSCode is undoubtedly one of the most popular code editors out there. But did you know you can enhance your VSCode experience with extensions? Here are 10 VSCode extensions that every devel...

5 common CSS mistakes to avoid.

Let's be real here. Is CSS that hard? Even though being simple and uses the modern English language to name most of its properties like font size or color, it's not rare to get caught up i...

30 browser extensions every developer should have

The browser is a developer's most powerful tool. 99% of people don't make 100% out of their browsers. Here are 30 browser extensions to make the most out of the app you probably spend the mo...

How to change the cursor of a website?

You can add a cursor to the entire page or you can change the cursor when hover a particular element easily by setting cursor property. Set the cursor to the body tag if you need to show it...

10 React Native UI libraries to spice up your apps

React Native lets you create native apps and doesn't compromise your UX. Here are 10 UI libraries to help you save time on designing while working with React Native. ## 1️⃣ [MagnusUI](http...

Command Prompt tricks you did not know

## Change colors You can change color using the following command in cmd. ```cmd color ``` The following command will give you a list of all the colors you can use in cmd: ```cmd help colo...

The Ultimate Roadmap for Mobile Development in 2022

Without Android apps, we couldn't envision our lifestyles. The number of mobile phone users has increased dramatically in the last two years and continues to rise. The demand for Android dev...

The ultimate Python Cheatsheet

The Ultimate Python CheatSheet Basics Basic syntax from the python programming language Showing Output To User the print function is used to display or print output ```py print("Content th...

10 CSS tips you need to know right now.

### 1. Change the color of the cursor for any input field ![caret](https://i.imgur.com/F86kvJM.png) ### 2. Center any thing with just 3 lines of CSS ![Imgur](https://i.imgur.com/y7YOD55.p...

5 programming languages that can make it big in 2022

We're all aware that tech is progressing at an alarming rate. It's common to see one technology surpass the other in terms of advancements and improvements. One thing that we must always kee...

The Ultimate HTML & CSS Cheatsheet

## HTML Cheatsheet Structure This is the basic template or barebone structure of HTML. Boilerplate ```html Document ``` Headings There are six headings available in HTML, H1 is...

NextJS+Typescript and Tailwind: A match made in heaven

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, TypeScrip...

Typescript: An introduction

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 ano...

API: Explain like I'm five

## 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, operat...

How to SEO?

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 importan...