DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Bigquery public datasets

Bigquery public datasets

1
Comments
2 min read
Keep cors error under control⚒️

Keep cors error under control⚒️

2
Comments
6 min read
Understanding Value Types and Reference Types in JavaScript

Understanding Value Types and Reference Types in JavaScript

1
Comments
2 min read
Setup local development environment and run tests of PHP Twig

Setup local development environment and run tests of PHP Twig

2
Comments
3 min read
Design Pattern - SOLID Principles

Design Pattern - SOLID Principles

1
Comments
12 min read
How to create an Accordion with pure HTML, CSS no JavaScript

How to create an Accordion with pure HTML, CSS no JavaScript

Comments
1 min read
AST parser with PHP and Bison

AST parser with PHP and Bison

Comments
3 min read
Dark light mode toggle

Dark light mode toggle

Comments
2 min read
Writing a Multithreaded Image Dithering Program with Rust 🦀🖼️

Writing a Multithreaded Image Dithering Program with Rust 🦀🖼️

3
Comments
6 min read
How to Deal with Burnout

How to Deal with Burnout

1
Comments
4 min read
JavaScript Object Functions Cheat Sheet: Your Ultimate Guide

JavaScript Object Functions Cheat Sheet: Your Ultimate Guide

2
Comments
7 min read
5 resources to create your next CSS background

5 resources to create your next CSS background

12
Comments 2
4 min read
How to Build a Link-shortening App with React and Bitly API.

How to Build a Link-shortening App with React and Bitly API.

3
Comments
6 min read
New Features of Angular 15

New Features of Angular 15

1
Comments
5 min read
What in the World is the DOM?

What in the World is the DOM?

4
Comments 1
3 min read
Rustlings #1 (Or The Power of Comments in Programming)

Rustlings #1 (Or The Power of Comments in Programming)

2
Comments
13 min read
Never Miss Notifications Using SMS Github Action

Never Miss Notifications Using SMS Github Action

4
Comments
3 min read
Java CRUD Rest API using Spring Boot, Hibernate, Postgres, Docker and Docker Compose

Java CRUD Rest API using Spring Boot, Hibernate, Postgres, Docker and Docker Compose

72
Comments 15
15 min read
How to write better Git commits 🔨

How to write better Git commits 🔨

1
Comments
4 min read
[Weekly Js Perf] Fastest way to initialize a Map with initial values

[Weekly Js Perf] Fastest way to initialize a Map with initial values

2
Comments 1
4 min read
Laravel Form Request Validation

Laravel Form Request Validation

2
Comments
2 min read
Application to make short gifs for your videos

Application to make short gifs for your videos

5
Comments 1
3 min read
Can Value Stream Management Solve DevOps‘ Struggles?

Can Value Stream Management Solve DevOps‘ Struggles?

3
Comments
2 min read
var, let and const.

var, let and const.

1
Comments
6 min read
Deploying a sharded cluster with Docker and MergeCPF

Deploying a sharded cluster with Docker and MergeCPF

Comments
3 min read
JavaScript hoisting behind the scenes.

JavaScript hoisting behind the scenes.

5
Comments
4 min read
Redux-like state container in SwiftUI: Connectors.

Redux-like state container in SwiftUI: Connectors.

6
Comments
5 min read
Acronym exercise: splitting strings like a pro

Acronym exercise: splitting strings like a pro

1
Comments
3 min read
Code Smell 202 - God Constant Class

Code Smell 202 - God Constant Class

2
Comments
2 min read
Must-See GitHub Repositories for Developers

Must-See GitHub Repositories for Developers

Comments
3 min read
JavaScript `console` Methods: A Comprehensive Guide

JavaScript `console` Methods: A Comprehensive Guide

7
Comments 1
4 min read
All about Promises in JavaScript

All about Promises in JavaScript

337
Comments 51
8 min read
Unlock Your Potential: 12 Points to Become a Kickass Developer According to AI

Unlock Your Potential: 12 Points to Become a Kickass Developer According to AI

5
Comments
2 min read
Getting Started With SQL

Getting Started With SQL

5
Comments
4 min read
The History of Ecommerce: 1979 to 2023

The History of Ecommerce: 1979 to 2023

91
Comments 10
11 min read
A Guide to DevSecOps with API Gateway

A Guide to DevSecOps with API Gateway

28
Comments
6 min read
Closures🚀

Closures🚀

4
Comments
4 min read
Practical Guide to Web-scraping in Python

Practical Guide to Web-scraping in Python

8
Comments 2
15 min read
Fast Word Matching

Fast Word Matching

3
Comments
7 min read
Nuxt-Medusa Module: Integrate Medusa with your Nuxt.js application

Nuxt-Medusa Module: Integrate Medusa with your Nuxt.js application

31
Comments 3
3 min read
Cómo Chat GPT-4 me está convirtiendo en un mejor ingeniero de software o "10x"

Cómo Chat GPT-4 me está convirtiendo en un mejor ingeniero de software o "10x"

6
Comments 2
2 min read
World Wide Web

World Wide Web

37
Comments 11
5 min read
HOW TO USE CHATGPT ON VSCODE

HOW TO USE CHATGPT ON VSCODE

Comments
3 min read
CrosswordGPT: Pair Programming with GPT-4

CrosswordGPT: Pair Programming with GPT-4

3
Comments
7 min read
The newest must-have developer tool is ChatGPT

The newest must-have developer tool is ChatGPT

3
Comments
7 min read
My experience building Bull's Eye App (from the UIKIt Apprentice book) Part 1

My experience building Bull's Eye App (from the UIKIt Apprentice book) Part 1

6
Comments 1
1 min read
Monolithic vs Microservice Architecture - Which Should You Use?

Monolithic vs Microservice Architecture - Which Should You Use?

2
Comments 1
8 min read
MongoDB $weeklyUpdate #108 (March 17, 2023): We Built a Netflix Clone

MongoDB $weeklyUpdate #108 (March 17, 2023): We Built a Netflix Clone

3
Comments
4 min read
Navegação entre telas, com React Navigation

Navegação entre telas, com React Navigation

3
Comments
4 min read
Creating a Box-and-Whisker Plot (JS)

Creating a Box-and-Whisker Plot (JS)

2
Comments
7 min read
File Uploads for the Web (1): Uploading Files with HTML

File Uploads for the Web (1): Uploading Files with HTML

3
Comments
5 min read
Why AI, No Code & Low Code WON'T Replace Junior and Mid-Level Devs: It's Time to Debunk the Myth!

Why AI, No Code & Low Code WON'T Replace Junior and Mid-Level Devs: It's Time to Debunk the Myth!

5
Comments
5 min read
My Favorite Free Courses to Learn DevOps in 2024

My Favorite Free Courses to Learn DevOps in 2024

207
Comments 15
15 min read
State Management using Context API

State Management using Context API

Comments
2 min read
schema-org-java 0.4.0 released - Java library for working with Schema.org data in JSON-LD format

schema-org-java 0.4.0 released - Java library for working with Schema.org data in JSON-LD format

2
Comments
1 min read
A Closer Look at Recursion: Examples in Popular Programming Languages

A Closer Look at Recursion: Examples in Popular Programming Languages

Comments
4 min read
8 Javascript useful techniques

8 Javascript useful techniques

10
Comments 14
2 min read
Introduction to Coroutine in Kotlin

Introduction to Coroutine in Kotlin

1
Comments
4 min read
Unraveling the Intricacies of Ruby on Rails: RCAV Lessons and Insights

Unraveling the Intricacies of Ruby on Rails: RCAV Lessons and Insights

3
Comments
2 min read
Using ChatGPT to write Pong in the browser

Using ChatGPT to write Pong in the browser

8
Comments
5 min read
loading...