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

Beginner

Beginner 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

Img2Prompt or BLIP-2: Which is better at turning pictures into prompts?

Whether we're trying to auto-generate meaningful textual prompts from visual content or seeking answers to specific queries about images, AI models have become our go-to solution. Two such m...

Mike Young ยท 2 years ago

2

A Plain English Guide to Reverse-Engineering Reddit's Source Code with LangChain, Activeloop, and GPT-4

Imagine writing a piece of software that could understand, assist, and even generate code, similar to how a seasoned developer would. Well, that's possible with LangChain. Leveraging advance...

Mike Young ยท 2 years ago

4

A quick and easy guide to creating a sitemap for a Next.js site

If you're looking to generate sitemaps for your Next.js website, the next-sitemap npm package is a great tool to help you with that. In this tutorial, I'll guide you through the process of u...

Mike Young ยท 2 years ago

3

Getting Started with JavaScript Switch Case: A Beginner's Guide

Sign up to my newsletter for more tutorials!. JavaScript is a popular programming language used to create interactive websites and web applications. One of the most useful features of Java...

Baransel ยท 2 years ago

2

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

URL shortener - Java & Spring tutorial

Introduction A URL shortener is a service that is used to create short links from very long URLs. Usually, short links have the size of one third or even one-fourth of the original URL, whic...

marinsborg ยท 3 years ago

4

How to add an event listener to multiple elements in JavaScript

Sign up to my newsletter!. In JavaScript you add an event listener to a single element using this syntax: document.querySelector('.my-element').addEventListener('click', event => { //...

Baransel ยท 3 years ago

2

ReactJS useState Hook - lazy initialization and previous state

The State of a Component ReactJS is a component-based user interface library. Each of the components we create should have an individual responsibility. In the real world ReactJS application...

Tapas Adhikary ยท 3 years ago

4

A Git Cheat Sheet

Sign up to my newsletter!. Intro When it comes to version control systems, there are few software that can beat GIT in performance and relevance. GIT was developed by Linus Torvalds in 200...

Baransel ยท 3 years ago

JavaScript object destructuring usages you must know

Introduction We use JavaScript objects to store data and retrieve it later. We store data(aka information) in key-value pairs. The key-value pair is also known as the object properties. Here...

Tapas Adhikary ยท 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

Higher-Order Functions(HoF) in JavaScript - Explain Like I'm Five

JavaScript Functions Functions are an integral part of many programming languages, and JavaScript is not an exception. In JavaScript, functions are the first-class citizens. You create them,...

Tapas Adhikary ยท 3 years ago

5

How I bought loading time of a media from ~3s to ~100ms or less

Hello, in this short blog post we will try to cover on how to improve media loading time when you access from firebase storage. This approach is very useful when dealing with media content r...

Rohith Gilla ยท 3 years ago

3

How to build a JavaScript project using APIs, promises, classes, error handling, and more!

Why did I choose to build this project? ๐Ÿค” This project was one of my favourite tools for breaking my way out of tutorial hell ๐Ÿ‘น. I also wanted this project to serve me as a display of my J...

Damian Demasi ยท 3 years ago

2

How to make a vanilla JavaScript project: a beautiful To-Do app

Doing courses and tutorials is great, but sometimes is difficult to evaluate how much are we actually learning. Watching video after video and coding along with the instructor gives us very...

Damian Demasi ยท 3 years ago

4

Learn how to use Git and GitHub in a team like a pro

In this tutorial, you will learn how to work in a team with a central repository on GitHub. You will work on issues, commits, pull requests, code reviews, and more. I don't consider myself a...

Damian Demasi ยท 3 years ago

5

AlpineJS for Beginners

AlpineJS is a new javascript library/framework that focuses on simple javascript interactivity, and it does it really well. If you're looking for a JS framework with routing, state managemen...

Tony Lea ยท 4 years ago

5

Loading More Content