Join Our Community

Join the other 78,238 developers and we can all learn, Build, and Grow Together 🚀

Create an Account

Home

Bobby Iliev · 11 hours ago

How to use DigitalOcean Spaces with Laravel Voyager?

Introduction DigitalOcean Spaces is an object storage service that allows you to store and serve large amounts of data. It is a reliable and flexible solution for developers, especially when...
1

Keith Prinkey · 1 day ago

Using Voyager admin icons on the front end

Converting icons to SVG Today we are going over how to use voyager admin icons for the back end, on the front end. This post assumes you already have Voyager installed on a working applicat...

Madza · 2 weeks ago

19 VS Code Extensions To Boost Your Productivity 🚀🔥

VS Code is a free, cross-platform, and open-source code editor that has become the most popular choice among developers in recent years. It is well-known for its flexibility and customizatio...
4

Bobby Iliev · 2 weeks ago

Difference between scaling horizontally and vertically for databases?

Introduction When your application or website starts to receive more traffic, you'll need to think about how to scale your database to handle the additional load. There are two main ways to...
4

Supernova · 3 weeks ago

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

Francesco Ciulla · 3 weeks ago

Rust 🦀 CRUD Rest API

Let's create a CRUD Rest API in Rust using: No specific framework Serde to serialize and deserialize JSON Postgres (database) Docker Docker Compose If you prefer a video version: {% youtub...
2

HCRitter · 3 weeks ago

PowerShell-Script Showcase: Get-WifiPassword

PowerShell is a powerful scripting language that can be used to automate a variety of tasks. In this blog post, we will explore my Get-WifiPassword script that retrieves stored Wifi password...
2

Karthikeyan · 4 weeks ago

Integrating ESRI Maps into your React App

ESRI maps are widely used in web application development because they provide a comprehensive set of tools for creating and working with maps. React is a popular JavaScript library for build...
2

Brian · 1 month ago

The beginning of a Development journey: The basics

I started developing the beginning of this year (2023) in efforts to find a space where I can both be creative and one day find financial freedom which will allow me to spend more time with...
3

Supernova · 1 month ago

How to add documentation to your Laravel app with Vuepress

Developers spend most of their time writing code, debugging, and testing their programs to ensure that they function correctly. However, they often overlook the importance of creating and ma...
3

Supernova · 1 month ago

The Power of Laravel and VuePress: A Winning Combination for Web Development

In today's fast-paced world of web development, creating robust and scalable web applications that meet the business needs has become more critical than ever. As a developer, you want to cre...
1

Supernova · 1 month ago

How to add two factor authentication to your laravel application

Two factor authentication is a security measure that adds an extra layer of protection to a user's account or system by requiring two forms of identification. Instead of relying solely on a...
4

Bobby Iliev · 1 month ago

How to Create a Sticky NavBar using Tailwind CSS

Introduction When building a modern, responsive website, navigation plays a crucial role in user experience. A sticky or affix navigation bar remains visible at the top of the screen as user...
4

Francesco Ciulla · 1 month ago

PHP CRUD Rest API, using Laravel, Composer, Postgres, Docker and Docker Compose

Let's create a CRUD Rest API in PHP, using: Laravel (PHP framework) Composer (PHP package manager) Postgres (database) Docker Docker Compose Mind the similar names! ⚠️ "Composer"...
2

Francesco Ciulla · 1 month ago

Kubernetes quick tutorial

👋 Introduction Let's make the simplest but understandable Kubernetes example ever. Video version: {% youtube noJmOirhHKM %} We will create our first example with Kubernetes starting from sc...
4

Francesco Ciulla · 1 month ago

C# (C Sharp) CRUD Rest API using .NET 7, ASP.NET, Entity Framework, Postgres, Docker and Docker Compose

Let's create a CRUD Rest API in C# (or C sharp), using: .NET 7 ASP.NET (Framework for building web apps) Entity Framework (ORM) Postgres (Database) Docker (Containerization) Docker Compose...
3

Rajanand Ilangovan · 1 month ago

Mastering DAX Context: Understanding Row, Filter, and Evaluation Context

When working with DAX in Power BI, there are three critical contexts that you need to understand: Row context Filter context Evaluation context These contexts determine how DAX expressions...
3

Francesco Ciulla · 1 month ago

Dockerize a Python Application

Dockerize a Python application - Intro This article will show how to dockerize a simple Python application. If you prefer a video version, you can find it here: All the code is available in...
4

Francesco Ciulla · 1 month ago

JavaScript CRUD Rest API using Nodejs, Express, Sequelize, Postgres, Docker and Docker

Let's create a CRUD rest API in JavaScript, using: Node.js Express Sequelize Postgres Docker Docker Compose {% youtube Uv-jMWV29rU %} All the code is available in the GitHub repository (li...
8

Travis Peterson · 1 month ago

Godot 4.0 with VSCode

Godot 4.0 with VSCode Intro to Godot 4 Godot has really matured with the release of version 4.0. While the workflows in the editor are generally very well thought out, one thing it is lackin...
4

Rishi Purwar · 1 month ago

Build a Custom Toast Notification Component with ReactJs & Context API

Toast notifications are a popular way to provide users with quick feedback and alerts on actions they take on the web application. While there are many pre-built libraries available for addi...
6

Giorgos Kallis · 1 month ago

How to overcome the N+1 Sentry error in Django

One of the most common issues faced by Django developers is related to the performance of their applications. In this blog post, we will discuss a performance problem encountered while build...
3

Bobby Iliev · 1 month ago

7 Best VS Code Extensions for Python Developers

Introduction Visual Studio Code (VS Code) has become a popular choice for Python developers due to its flexibility, extensibility, and user-friendly interface. One of the key features of VS...
6

Bobby Iliev · 1 month ago

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

Rajanand Ilangovan · 1 month ago

Mastering DAX Basics

Introduction Data Analysis Expressions (DAX) is a powerful formula language used in Power BI, Excel, and other business intelligence tools. DAX enables you to create complex calculations and...
3

Rajanand Ilangovan · 1 month ago

Data Modeling in DAX

Introduction Data modeling is a crucial component in DAX (Data Analysis Expressions), which is the formula language used in Power BI, Excel, and other Microsoft data analysis tools. A well-d...
2

Rajanand Ilangovan · 1 month ago

Beginner's Guide to ETL: Extract, Transform and Load

ETL (Extract, Transform, Load) is a crucial process that enables organizations to extract data from various sources, transform it into a useful form, and then load it into a data warehouse s...
1

Rajanand Ilangovan · 1 month ago

PowerShell: Objects, Properties and Methods

Welcome back to our PowerShell tutorial series! In the previous post, we talked about cmdlets and alias and using pipelines to pass data between cmdlets. In this post, well explore objects,...
3

Rahul · 1 month ago

13 must visit websites to learn and master CSS in 2023

Are you looking to break into web development but don't know where to start? Learning CSS is a great place to begin your journey, and lucky for you, there are tons of great online resources...
4

HCRitter · 1 month ago

PowerShell-Technique: Randomizing

PowerShell-Technique: Randomizing PowerShell is a powerful tool for automating tasks and managing systems, and one of its useful features is its ability to generate random values. In this po...

Loading More Content