Join Our Community

Join the other 75,131 developers and we can all learn, Build, and Grow Together 🚀

Create an Account

Latest

Donghyeok (Henry) Lee · 4 hours ago

28. Thread, start(), run(), Daemon Thread

Processes and Threads (Process & Thread) Process (factory): An executing program composed of resources and threads. Thread (worker): Performs actual work within a process. All processes...

Rahul · 21 hours ago

MedusaJS or WooCommerce: Finding the Right E-Commerce Platform

You've launched a website and you're ready to start selling your products and services, and now it's time to decide which e-commerce platform is right for your business. With so many options...

Donghyeok (Henry) Lee · 23 hours ago

27. Enumerations, Annotations, Meta Annotations, Marker Annotation

Adding members to Enumerations For non-continuous enumeration constants, write the desired value inside parentheses (). To use parentheses (), you need to add instance variables and constru...

Bobby Iliev · 1 day ago

Introduction to Rust

What is Rust? Rust is a systems programming language. It is designed to be fast, reliable, and maintainable. Rust was started in 2006 by Graydon Hoare at Mozilla Research. It was originally...

HCRitter · 1 day ago

PowerShell-Technique: Splatting

How Splatting in PowerShell Can Improve Your Code's Aesthetics and Reduce Volume Have you ever found yourself struggling with long, unwieldy PowerShell commands? You're not alone. Backtickin...

HCRitter · 2 days ago

.NET or not .NET - Where

Dotnet or not Dotnet this is the question we will ask in this post Lets find out if the .NET .Where() method is significantly faster than their equivalent in native PowerShell In this post,...

Roman Agabekov · 2 days ago

How MySQL Tuning Improves the Laravel Performance

MySQL Configuration tuning is an important component of database management implemented by database professionals and administrators. It aims to configure the database to suit its hardware a...

Donghyeok (Henry) Lee · 2 days ago

26. Iterator<E>, HashMap<K,V>, Bounded Generic Class, Constraints of Generics, Wildcard <?>, Enumeration (Enum)

Iterator&lt;E&gt; When creating a class, use type variables such as T instead of Object type. HashMap&lt;K,V&gt; If multiple type variables are needed, declare them separated by commas (,...

Rajanand Ilangovan · 2 days ago

Data Engineer

Data is ubiquitous in today's business landscape, and the ability to collect, process, and analyze it is critical to making informed decisions. This is where the role of a Data Engineer come...

Rajanand Ilangovan · 2 days ago

Data Analyst

As organizations gather and generate more data than ever before, they need skilled professionals who can help them make sense of this information and derive actionable insights. This is wher...

HCRitter · 2 days ago

String concatenation performance boosting

String concatenation performance boosting - is this too much ado about nothing? Concatenating strings is a common operation in programming, but did you know that there are different methods...

Rajanand Ilangovan · 3 days ago

SSIS Error: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified state.

Problem: We have created an SSIS package to load the data from a database in one server to another server. When tested in the local machine, it executed and data has been transferred as expe...

Ayodele Samuel Adebayo · 3 days ago

INTRODUCING InvoiceEase: The Simple Solution for Managing Invoices

I'm excited to share what I and Adeyemo Peter have been working on for a while now- InvoiceEase. What is InvoiceEase? InvoiceEase is an invoicing tool designed to simplify and streamline the...

raafet.dev · 3 days ago

Getting started

Getting started In order to get started all you need is to sign up for a free account at the DevDojo website and hit the Create my dev blog button: Create a free developer blog Some of the f...

Cody Jenson · 4 days ago

Midjourney V5 and ChatGPT 4

Within the last couple weeks there have been some amazing new releases in the AI world including a new version of Midjourney and a new version of ChatGPT. These upgrades are pretty incredibl...
1

Rajanand Ilangovan · 4 days ago

PowerShell Cmdlets and Alias

In the previous post, we covered variables in PowerShell. In this post, we will be discussing cmdlets. It is pronounced as &quot;command-lets.&quot; It is the fundamental building block of P...

Rahul · 5 days ago

What is Javascript Slice? Practical examples and guide

If you're new to coding, the term 'slice method' may be daunting. Put simply, the slice method is a powerful JavaScript tool that lets you extract sections of an array or string. It's one of...

Rajanand Ilangovan · 5 days ago

PowerShell Variables

Like any other programming language, variables are used to store values and data. They can be used to store text, numbers, objects, and other data types. Variables in PowerShell are denoted...

Dimraeth · 5 days ago

eDev 0.27.10 Release

Its been a busy past few weeks, but things are getting done as fast as I can do them. The dungeon and main menu theme musics have been completed. New character animations, Rune System, and E...

Kutumpu · 5 days ago

Sapphire Crown: Some aspects to leave clear

Saludaciones. Before I have the chance to actually begin talking directly to you guys, I'd like to leave some questions clear that you may ask yourselves. What is Sapphire Crown about? I wo...

Omar Moustafa · 5 days ago

Next-level Security: Passwordless Authentication with Prisma

Authentication is the most thing that a user does on a website, logging in or out, and it's necessary to take your application's authentication to the next level with password-less authentic...

oliverjonasson · 6 days ago

Halppp - programming language

Description While exploring new places where I can go with programming. I realized I'm writing a lot of code but it's defined by someone else. I wanna try writing in a language where I've de...

oliverjonasson · 6 days ago

Hide - text editor

Description After working on my own programming language I wanted to be able to have my own text editor written in the new language. I really liked neovim so I made it as my main biggest i...

Posandu Mapa · 6 days ago

How to add Nprogress to SvelteKit

You may be wondering how to add Nprogress to SvelteKit. This is a simple guide to help you get started. Step 1: Install Nprogress We first need to install nprogress to SvelteKit. To do this,...

Rajanand Ilangovan · 1 week ago

PowerShell Overview and Basics

We will be exploring PowerShell from basic concepts to intermediate concepts and then how PowerShell can be used as a database administrator on day to day basis in file system related tasks,...

Rahul · 1 week ago

React UseEffect Hook: A Definitive Guide for Beginners

The useEffect hook is one of the most important hooks of React. It allows you to perform effects in a declarative way, instead of using imperative code inside React components. It offers a s...

Kutumpu · 1 week ago

Sapphire Crown: Development post 01

Saludaciones. This is my first post on this platform. And in general. I would like to be using this as my little blog for those who dig deep down the rabbit hole. You may wonder who I am, or...

Donghyeok (Henry) Lee · 1 week ago

25. Collections, Generics, Generics Type, Polymorphism

Collections: Static methods for collections Fill, copy, sort, search collections - fill(), copy(), binarySearch(), etc. Synchronization of collections - synchronizedXXX() read-only collecti...

jeblister · 1 week ago

How to setup an Authentication & User Management on SvelteKit using pocketbase

Here's a step-by-step guide for building an authentication and user management system using SvelteKit 1.0 and Tailwind CSS 3.0 with Pocketbase as the backend: 1. Create a new SvelteKit proje...

Zoltán Szőgyényi · 1 week ago

How to build an image gallery with masonry grid layout in Tailwind CSS

In this tutorial, we will create a responsive image gallery component using Tailwind CSS and Flowbite. Tailwind CSS is a popular open-source utility-first CSS framework for building custom d...

Loading More Content