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

Programming

Programming posts, videos, courses, and more

How to Get Headless CMS in Next.js with One Line

Over the years, developers have realized the power of Headless CMS. Using a solid CMS with frameworks like Next.js can make a lot of difference if you're managing a lot of content. While big...

Anmol Baranwal ยท 3 months ago

1

How to group array by date in PHP โ€“ Fast Tips

I use this technique to group the bug fixes array by date in the Inspector dashboard, and I thought it could be a good code snippet idea for others. I also wrote an implementation for Larave...

Valerio ยท 10 months ago

5 Best Full Stack Communities to Join in 2023

Becoming a Full Stack Developer is a great career option in 2022. However, the path is long and could be lonely. So, here I am with a list of the 5 best Full Stack communities that will keep...

Ashutosh Mishra ยท 1 year ago

6

React useState() Made Easy for Beginners

The React way of dynamically updating a websiteโ€™s content is different from Vanilla JavaScript. In JavaScript, we do it by directly manipulating DOM whereas, in React, we have a feature call...

Ashutosh Mishra ยท 1 year ago

4

13 Best React Libraries for Devs in 2023

Being a modern React developer is not only about understanding the core concepts of React but also about getting well versed with the whole ecosystem of React. This includes having the knowl...

Ashutosh Mishra ยท 1 year ago

2

The Importance of a CSS Preloader and How to Implement One

In today's fast-paced world, online users have come to expect quick and seamless interactions with websites and applications. Slow loading times, while common, can leave users feeling frustr...

Supernova3339 ยท 2 years ago

4

Introduction to Structs and Implementations in Rust

Introduction Structs in Rust are a way to create custom data types that group together related pieces of data. This tutorial will introduce you to the basics of structs in Rust, including de...

Bobby Iliev ยท 2 years ago

5

Using foreach() To Iterate Through an Array in JavaScript

If you're a JavaScript newbie or avid reader or pro or anything, you know that forEach is an incredibly useful tool. But what, exactly, is it and how does it work? forEach is a built-in arra...

Rahul ยท 2 years ago

3

Don't Miss Out: 10 Essential Apps(and websites) for Keeping Up With Dev News

Whatever type of developer you are, staying up-to-date with the latest news and trends is the key to success. But with so many sources and tools available, it can be overwhelming to keep tra...

Rahul ยท 2 years ago

2

Learn how to parse URLs in JavaScript in 2023

Have you ever wanted to understand how URLs work in JavaScript? If so, then you've come to the right place! In this article, we'll be diving deep into the topic of URL parsing in JavaScript...

Rahul ยท 2 years ago

3

5 ways to merge arrays in JavaScript (easy)

If youโ€™re coding in JavaScript, chances are youโ€™ve come across the need to merge two or more arrays. And while there's no one-size-fits-all approach to combining arrays, there are a few diff...

Rahul ยท 2 years ago

3

Unlocking the Power of Polymorphism in JavaScript: A Deep Dive

Polymorphism is a concept in object-oriented programming that allows objects of different types to be treated as objects of a common type. This allows for more flexible and reusable code, as...

Rahul ยท 2 years ago

4

Learn Python functions & create a simple project

Functions are key elements of programming. They are used in most programming languages. Functions allow you to break your code into smaller pieces. That way your code is easier to manage and...

marinsborg ยท 2 years ago

7

32 best JavaScript snippets (one-liners) in 2023

Hi there, my name is Rahul and I am 18 years old. My goal is to become a successful developer, and I am interested in building web apps with frontend technologies. Today, I'd like to share s...

Rahul ยท 2 years ago

2

8 Best Video Games For Web Developers ๐Ÿ’ป

In this post, I'll share with you 8 video games that can help you become a better web developer. From problem-solving and logic to design, playing these games will help you develop a variety...

Souptik Debnath ยท 2 years ago

7

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

Big O Notation in JavaScript

Big O Notation, collectively called Bachmann-Landau notation or asymptotic notation, is a way to describe the performance of an algorithm. It is used to describe the worst-case scenario of a...

Imamuzzaki Abu Salam ยท 2 years ago

4

๐ŸPython Project: ๐ŸŽจDrawing Pad GUI

โœจIntroduction This tutorial is not focused on advanced topics. This will teach you how to make your own simple Drawing GUI using basic Tkinter and Python concepts. Also, feel free to sugges...

Fahad ยท 2 years ago

3

Some Most Used NFT Standards

ERC721 is the basic standard used to build token known as NFT(non-fungible token). A Non-Fungible Token (NFT) is used to identify something or someone in a unique way. This type of Token is...

Abdul Maajid ยท 2 years ago

2

10 Best Free Web Development Courses ๐Ÿคฉ

There are countless online resources that can teach you everything you need to know about web development, but getting started with free, self-guided courses is a great way to get familiariz...

Souptik Debnath ยท 2 years ago

2

25 YouTube Channels to Learn Web Development for Free

Web Development is one of the highest-paying careers today. According to the U.S. Bureau of Labor Statistics, web development provided employment to 174,300 developers in the US alone. Going...

Sai Ashish ยท 2 years ago

2

12 Best CSS Animation Libraries ๐Ÿ˜

No matter what you're looking for, whether it's clean and simple or fun and quirky, you'll definitely find a library for you among these CSSanimation libraries. Here are the best 12 CSS anim...

Souptik Debnath ยท 2 years ago

7

Style your Next.js website faster with Stylify CSS

Style your Next.js website faster, more efficiently and intuitively with Stylify. Don't study selectors and syntax. Use pure CSS syntax and get automatically generated CSS with advanced opti...

Vladimรญr Machรกฤek ยท 3 years ago

1

Why is it important to participate in Hackathons?

Hackathons? What are Hackathons? Why do I need to participate in Hackathons? And, is it really important? We will answer all of these questions, if you don't have time, you can just read the...

Omar Moustafa ยท 3 years ago

2

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

Abhiraj Bhowmick ยท 3 years ago

3

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

Abhiraj Bhowmick ยท 3 years ago

3

Typedef in C

In C, we have an option to set any other name for a specific data type. For doing that we use a keyword called "typedef". In this article, I'll be explaining how typedef works and...

Richa Kiran ยท 3 years ago

3

Structures in C

While coding in C, you will come across many data types like - char, int, float, double, void, and so on... These data types are called basic data types. There's another group of data types...

Richa Kiran ยท 3 years ago

7

Problem-solving techniques to avoid yelling at your computer

I have been facing some tough code monsters at work lately. I guess I'm out of shape and my sword isn't sharp enough, because I find myself struggling greatly. This is the reason I decided t...

Damian Demasi ยท 3 years ago

2

Old Habits Die Hard, But Getting New Ones is Essential. Tips on Getting the Most Out of TypeScript

In web development, no one is surprised when a new framework or library enters the stage. Implementing complex functionalities and creating UI elements from scratch only using the powers of...

Sergey Laptick ยท 3 years ago

1

Loading More Content