Dev.to

px, em, rem and percentage in Responsive Design

px, em, rem and percentage in Responsive Design

px : Pixel is suggest to use on max-width element. Example of div max-width is set to 720px and no matter how big the screen is the max-width ...Read more

Tên miền: dev.to Đọc thêm

Node.js Tutorial 2025: Learn Backend Development with ...

Node.js Tutorial 2025: Learn Backend Development with ...

This Node.js tutorial provides a solid introduction to backend development using JavaScript. You've learned what Node.js is, why it's powerful, ...Read more

Tên miền: dev.to Đọc thêm

From Fresher to Cloud Architect: How to Start Your AWS ...

From Fresher to Cloud Architect: How to Start Your AWS ...

This is how my writing journey began. I started writing every topic I learned in detailed article format. First I learned, then I implemented, ...Read more

Tên miền: dev.to Đọc thêm

8 Best Node js Project Examples

8 Best Node js Project Examples

Top Node js Projects to Try · 1. RESTful API for a Task Manager · 2. Real-Time Chat App · 3. User Authentication System · 4. File Upload and ...Read more

Tên miền: dev.to Đọc thêm

Laravel 12 A Beginner-Friendly Guide

Laravel 12 A Beginner-Friendly Guide

Installing Laravel 12 · Step 1: Install Composer · Step 2: Create a New Laravel Project · Step 3: Start the Development Server.Read more

Tên miền: dev.to Đọc thêm

Modern PHPDoc Annotations

Modern PHPDoc Annotations

4 Feb 2020 — PHPDoc in PhpStorm with auto-completion for array key directly from the database with generics, immutable and type safety support.

Tên miền: dev.to Đọc thêm

Five Design Patterns to know in Node.js

Five Design Patterns to know in Node.js

There are many (really many) design patterns that you could use, so in this article, I decided to choose 5 of them and explain them in more detail.Read more

Tên miền: dev.to Đọc thêm

Introduction to Servlet API and Lifecycle

Introduction to Servlet API and Lifecycle

8 Nov 2025 — At its core, a Servlet is a Java class that extends the capabilities of a server. It's a server-side component designed to handle requests from ...Read more

Tên miền: dev.to Đọc thêm

The Complete Guide to Setting Up Postgresql on Windows ...

The Complete Guide to Setting Up Postgresql on Windows ...

Step 1: Enable WSL2 & Install Ubuntu-22.04 · Step 2: Download PostgreSQL Installer for Windows · Step 3: Install PostgreSQL on WSL Ubuntu · Step 4: ...Read more

Tên miền: dev.to Đọc thêm

Oracle Certified Java 8 Associate (OCA) Exam Preparation

Oracle Certified Java 8 Associate (OCA) Exam Preparation

Oracle Certified Java 8 Associate (OCA) Exam Preparation · Divide 3 by 2 · Record the remainder (0 or 1) · Continue dividing the quotient by 2 ...Read more

Tên miền: dev.to Đọc thêm

Basics Of LINQ In C# With Examples

Basics Of LINQ In C# With Examples

17 Jan 2023 — LINQ provides a couple of ways to write queries 1: Query expressions which are written in a declarative query syntax similar to SQL. 2: Extension methods with ...Read more

Tên miền: dev.to Đọc thêm

Master Advanced LINQ in C#: Writing Ultra-Efficient ...

Master Advanced LINQ in C#: Writing Ultra-Efficient ...

10 Nov 2024 — In this post, we'll explore advanced LINQ techniques to help you craft optimized queries for processing large datasets effectively.Read more

Tên miền: dev.to Đọc thêm

Windows 11 in React Js

Windows 11 in React Js

This is a windows 11 clone that I made in React in the span of 7 days. Would you like to check out? I bet you wont be able to tell the difference in full ...Read more

Tên miền: dev.to Đọc thêm

How to Say "Hello World" in x86 Assembly

How to Say

Feb 26, 2568 BE — In this article, we're saying hello to the world in x86 Linux assembly. Hello in Assembly You need a Linux environment. On Windows, you can use WSL2.Read more

Tên miền: dev.to Đọc thêm

Making AJAX calls using jQuery

Making AJAX calls using jQuery

3 Apr 2019 — I used the getJSON function to call my API located on the URL that's saved in the link variable. This is because I know that this API returns a ...Read more

Tên miền: dev.to Đọc thêm

Design Patterns in PHP 8: Builder - 8

Design Patterns in PHP 8: Builder - 8

We'll delve into its structure, understand its nuances, and see it in action with real-world examples.Read more

Tên miền: dev.to Đọc thêm

How to C#: Building a .NET 9 API with SQL Server and ...

How to C#: Building a .NET 9 API with SQL Server and ...

In this tutorial, we will create a new project with a database using Entity Framework Core in .NET 9. For this example, we will build a simple blog API using ...Read more

Tên miền: dev.to Đọc thêm

Master the Chain of Responsibility Pattern in Go with This ...

Master the Chain of Responsibility Pattern in Go with This ...

The Chain of Responsibility is a behavioral design pattern that lets you pass requests down a chain of handlers. Each handler does its job and optionally ...Read more

Tên miền: dev.to Đọc thêm

Dynamic Database API in .NET 9: Clean Architecture & ...

Dynamic Database API in .NET 9: Clean Architecture & ...

In this article, we will build a .NET 9 Web API using Clean Architecture, Domain-Driven Design (DDD), and MediatR, while implementing dynamic database ...Read more

Tên miền: dev.to Đọc thêm

Design Patterns in PHP 8: Simple factory

Design Patterns in PHP 8: Simple factory

29 Jul 2023 — The Simple Factory pattern is all about creating an object without exposing the creation logic to the client and referring to the newly created ...Read more

Tên miền: dev.to Đọc thêm

Implementing Chain of Responsibility Pattern in C# : ...

Implementing Chain of Responsibility Pattern in C# : ...

The Chain of Responsibility (CoR) pattern is a behavioral design pattern that allows an object to pass a request along a chain of potential handlers until the ...Read more

Tên miền: dev.to Đọc thêm

JavaScript Design Patterns - Behavioral - Chain of ...

JavaScript Design Patterns - Behavioral - Chain of ...

The chain of responsibility pattern allows passing requests along a chain of objects that have a chance to handle the request.Read more

Tên miền: dev.to Đọc thêm

Creative Coding for Kids (an interesting read for adults too)

Creative Coding for Kids (an interesting read for adults too)

You can download the PDF from the following direct location: Download: https://codeguppy.com/site/download/tariq/creative_coding_for_kids.pdf.Read more

Tên miền: dev.to Đọc thêm

Odoo 101: Create a Module

Odoo 101: Create a Module

Creating a new module · 1. Create module dir · 2. Create Manifest file · 3. Install module into Odoo. Firstly, we must open the Odoo in your web ...Read more

Tên miền: dev.to Đọc thêm

Chain Of Responsibility Design Pattern

Chain Of Responsibility Design Pattern

Chain of responsibility pattern is behavioural pattern from G.O.F book about design patterns, this pattern is very useful when you need to ...Read more

Tên miền: dev.to Đọc thêm

Hello World++ in Ruby

Hello World++ in Ruby

Then go to the command line (terminal), to the same directory where you have the file hello.rb saved and type ruby hello.rb .Read more

Tên miền: dev.to Đọc thêm

Looking for an open-source flipbook library

Looking for an open-source flipbook library

I am looking for an open-source JS library to create a similar flipbook effect like (for example) ISSUU does, for digital publishing.Read more

Tên miền: dev.to Đọc thêm

Giới Thiệu Về UML (Unified Modeling Language)

Giới Thiệu Về UML (Unified Modeling Language)

Unified Modeling Language (UML) là một ngôn ngữ mô hình hóa chuẩn được sử dụng rộng rãi trong lĩnh vực phát triển phần mềm và kỹ thuật hệ ...Read more

Tên miền: dev.to Đọc thêm