PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • 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

Developer

Developer posts, videos, courses, and more

A simple React app: fetch GitHub users information via API

Welcome to a quick tutorial on my journey of building a React app that connects with external APIs. Today, I'm focusing on a hands-on example: fetching and displaying GitHub user data using...

Baransel ยท 1 year ago

2

Top 20 Must Try AI Tools for Developers in 2023

In this article, we'll see a few AI-powered tools that are set to revolutionize development and make the life of developers easy in 2023. We'll talk about the top 20 AI and low-code tools de...

Mr. ร…nand ยท 2 years ago

3

A Comprehensive Guide to Getting Started with PHP: Tips, Tricks, and Code Examples

Basic Syntax Before we dive into the tips and tricks, let's go over the basic syntax of PHP. Here's a simple example that outputs "Hello, World!" to the screen: <?php echo &quo...

Baransel ยท 2 years ago

1

Getting Started with Python: Tips, Tricks, and Code Examples

Python is a high-level, interpreted programming language that is widely used for a variety of applications, including web development, scientific computing, data analysis, artificial intelli...

Baransel ยท 2 years ago

2

10 Useful APIs For Your Next Project In 2023๐Ÿ“ƒ

Interested in supercharging your next project with the most powerful APls available? I've compiled a list of 11 of the best APIs available. Here are some great APIs that you can use to enhan...

Souptik Debnath ยท 2 years ago

3

Hacktoberfest 2022: Win Swags for Quality Contributions

Hacktoberfest 2022 is ongoing and you must have started the contribution. Everyone loves swags in the developer community. Let me tell you some good opportunities to grab cool swags by addin...

Mr. ร…nand ยท 2 years ago

5

React in Operation Theatre - React Shorts

React is a famous JavaScript library utilized for web improvement. React.js or ReactJS or React are various ways of addressing ReactJS. The present some enormous scope organizations (Netflix...

Rahul ยท 3 years ago

1

Some Useful GitHub Repositories To Enhance Your Web3 Skills

As the world is moving towards new technology, Web3 is the most trending of them. Developers are learning this new technology very fast, many companies are also shifting towards decentralize...

Mr. ร…nand ยท 3 years ago

8

How to sign your Github Commits ?

In this blog , we are going to see how we can sign your Github commits and get the verified sign when you commit your code. Before jumping on to the how part of this blog. Letโ€™s quickly see...

Karthikeyan ยท 3 years ago

1

Developer Tips on Becoming Your Own Boss

I can pinpoint the moment I got excited about the possibility of becoming my own boss. I stumbled upon a magazine article (yep, magazine... which means it was a while ago). The article featu...

Tony Lea ยท 3 years ago

6

Getting Started with Index signatures

In this blog post we will be learning about a concept in typescript - Index signatures. What is Index Signatures : Index signature is used to represent the type of object/dictionary when the...

Karthikeyan ยท 3 years ago

4

some() method explained

The some() method tests whether at least one of the elements in the array passes the test implemented by the provided function. The result of the some() method is a boolean. Let's see the sy...

Rahul ยท 3 years ago

4

Hoisting in JavaScript | shorts

In JavaScript, hoisting permits you to utilize capacities and factors before they're proclaimed. Here, we'll realize what hoisting is and the way in which it works. What exactly is hoisting...

Rahul ยท 3 years ago

2

Tips and free resources to ace you Tech Interview

The screening can be an overwhelming one (particularly assuming you need to go through it on numerous occasions) however being arranged can make it somewhat less distressing. So I'm sharing...

Rahul ยท 3 years ago

6

VS Code Extensions to increase productivity and time-saver hacks for developers

How can developers be extra productive? Youโ€™re a developer or you manage a team of developers, higher productivity can get you extra things done through constant resources in a very small-ti...

Rahul ยท 3 years ago

8

15 beginner only HTML and CSS mistakes

I have rounded up some of the HTML and CSS Mistakes I've made and you don't have to. These are some beginner mistakes, don't judge me๐Ÿ˜‚. HTML MISTAKES No matter what stack or framework you...

Rahul ยท 3 years ago

4

Brief intro to RxJS

RxJS (Reactive Extensions for JavaScript) is a library for receptive programming utilizing observables that makes it simpler to make nonconcurrent or callback-based code. There is a lot to i...

Rahul ยท 3 years ago

4

State and React router - Shorts

React Router is the standard routing library for React. It has a simple API with all the powerful features like lazy code loading, dynamic route matching and location transition handling bui...

Rahul ยท 3 years ago

How to Convert a Component Design Into an MUI React Code

Material UI or MUI library provides you with robust, customizable, accessible, and advanced components, enabling you to build your own design system and develop React applications faster. T...

Sunil Joshi ยท 3 years ago

2

An Introduction to TypeScript

The front-end React developer world is all abuzz with the fondness of using and preferring TypeScript over JavaScript. Although itโ€™s not recommended for all types of projects it strongly ove...

Sunil Joshi ยท 3 years ago

3

HTML in OR(operation room)

HTML isn't covered as frequently as different dialects however everybody appeared to truly partake in the couple of posts I have on it so I chose to make another. The main thing to know is t...

Rahul ยท 3 years ago

2

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

Abhiraj Bhowmick ยท 3 years ago

8

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

Abhiraj Bhowmick ยท 3 years ago

4

21+ Super DevTools you may have not heard of

In this web period, practically any free tools can be found online to take care of normal issues designers face each day. And so on, somebody has effectively fabricated it. In this article,...

Rahul ยท 3 years ago

5

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

Abhiraj Bhowmick ยท 3 years ago

4

320+ free resources for learning fullstack, frontend and backend

You only need this post to become a Developer because this post has nearly unlimited amount of every type of resources covering everything you will need. Blog your Journey DevDojo - DevDo...

Rahul ยท 3 years ago

4

30 JavaScript project ideas for Beginners to Pro developer with resources

In this article, I'll share 30 project ideas you can work to dominate your abilities, feel sufficiently sure to add to open source projects, and do some independent undertakings. Also ready...

Rahul ยท 3 years ago

4

13 Ultimate UI/UX website inspiration for Designers and Developers

Regardless of whether you're an accomplished website designer or developer or simply a beginner, a website architecture venture's extension can rapidly limit the quantity of assets accessibl...

Rahul ยท 3 years ago

3

7 Skills developers need on their resume

Your resume describes your qualifications and what makes you unique. To stand out among other applicants, you need a resume that markets your strengths and matches for the job. Here I'm gonn...

Rahul ยท 3 years ago

4

Bigint in JS - shorts

BigInt is a built-in object that provides a way to represent a whole number larger than 253 - 2, which is the largest number JavaScript can represent with Number. BigInt is created by append...

Rahul ยท 3 years ago

4

Loading More Content