DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
GPT4 CLI for TDD — you write the test, GPT writes the code to pass it ✅

GPT4 CLI for TDD — you write the test, GPT writes the code to pass it ✅

31
Comments 4
2 min read
Building Accessible React.js Applications

Building Accessible React.js Applications

5
Comments
2 min read
What It Was Like To Code For Amazon (Conclusion)

What It Was Like To Code For Amazon (Conclusion)

5
Comments
10 min read
Dev Interrupted's Best Programmer Humor

Dev Interrupted's Best Programmer Humor

11
Comments
2 min read
Create Dynamic App Icon Using Activity Alias

Create Dynamic App Icon Using Activity Alias

1
Comments
3 min read
About Me

About Me

3
Comments 2
2 min read
16- Making the process of loading GeoPackage layers more efficient in PyQGIS using customized functions

16- Making the process of loading GeoPackage layers more efficient in PyQGIS using customized functions

2
Comments
2 min read
Python Time Module | Useful Functions | How to Use? | Applications in Real Models | 2 Real World Programs

Python Time Module | Useful Functions | How to Use? | Applications in Real Models | 2 Real World Programs

1
Comments
5 min read
Is Coding Really Hard? (My Experience)

Is Coding Really Hard? (My Experience)

2
Comments
4 min read
15- Easily calculate new field values in PyQGIS by following this detailed guide

15- Easily calculate new field values in PyQGIS by following this detailed guide

2
Comments
3 min read
How to implement undo in your apps

How to implement undo in your apps

2
Comments 2
6 min read
Processing 13 million rows from a CSV file in the Browser (Without freezing the screen)

Processing 13 million rows from a CSV file in the Browser (Without freezing the screen)

4
Comments
5 min read
Python dictionary append

Python dictionary append

2
Comments
1 min read
If-Else Vs Switch-Case

If-Else Vs Switch-Case

1
Comments
2 min read
12- Map Printing with PyQGIS

12- Map Printing with PyQGIS

2
Comments
2 min read
Indexing In MySQL

Indexing In MySQL

1
Comments
2 min read
Why do I need to use reduce method in Javascript

Why do I need to use reduce method in Javascript

1
Comments
3 min read
Variables and Constants: Declaration and Usage

Variables and Constants: Declaration and Usage

2
Comments
2 min read
Todo lo que necesitas saber sobre API Rest: Glosario de términos esenciales y más

Todo lo que necesitas saber sobre API Rest: Glosario de términos esenciales y más

Comments
65 min read
13- A Guide to Linking Processing Tasks in PyQGIS

13- A Guide to Linking Processing Tasks in PyQGIS

2
Comments
2 min read
From 'master' to 'main': The easy guide to renaming your Git default branch for a more inclusive codebase

From 'master' to 'main': The easy guide to renaming your Git default branch for a more inclusive codebase

1
Comments 2
3 min read
Clarity on logical operator js

Clarity on logical operator js

4
Comments
3 min read
Resolvendo problemas no HackerRank: Anexando e Excluindo strings;

Resolvendo problemas no HackerRank: Anexando e Excluindo strings;

1
Comments
2 min read
The easiest way to use HubSpot Search API

The easiest way to use HubSpot Search API

1
Comments
1 min read
What It Was Like To Code For Amazon (Part 2)

What It Was Like To Code For Amazon (Part 2)

8
Comments 6
12 min read
Mastering Control Flow: A Beginner's Guide to Python Loops

Mastering Control Flow: A Beginner's Guide to Python Loops

5
Comments
3 min read
Go Beginners Series: Variables, Data Types, and Operators

Go Beginners Series: Variables, Data Types, and Operators

Comments
13 min read
PHP Login Page With Chat GPT

PHP Login Page With Chat GPT

1
Comments
1 min read
What is Node.js

What is Node.js

1
Comments
1 min read
How to push code wars code to GitHub

How to push code wars code to GitHub

2
Comments
1 min read
Currying with placeholder support : Explained with detail.

Currying with placeholder support : Explained with detail.

6
Comments
2 min read
Give Your DRY Tests a WET Touch

Give Your DRY Tests a WET Touch

16
Comments 2
7 min read
JavaScript Promises: Making Sense of the Madness 😤

JavaScript Promises: Making Sense of the Madness 😤

5
Comments
4 min read
Print()funksiyasi haqida

Print()funksiyasi haqida

5
Comments 1
1 min read
If , else , else if .

If , else , else if .

5
Comments
1 min read
10- A detailed tutorial on improving the visual representation of vector layers in PyQGIS

10- A detailed tutorial on improving the visual representation of vector layers in PyQGIS

2
Comments
2 min read
9- A Step-by-Step Guide to Creating Vector Layers and Adding Fields using PyQGIS

9- A Step-by-Step Guide to Creating Vector Layers and Adding Fields using PyQGIS

2
Comments
3 min read
How to Apply Stroke Effects to Text in Jetpack Compose

How to Apply Stroke Effects to Text in Jetpack Compose

Comments
1 min read
@property in Python

@property in Python

Comments
4 min read
8- How to Determine if a Raster Layer is Valid in PyQGIS

8- How to Determine if a Raster Layer is Valid in PyQGIS

Comments
1 min read
7- Display the attribute table for a vector layer

7- Display the attribute table for a vector layer

Comments
1 min read
6- Obtaining information from a vector layer

6- Obtaining information from a vector layer

Comments
1 min read
A story of let, const, object mutation, and a bug in my code

A story of let, const, object mutation, and a bug in my code

10
Comments 4
10 min read
Your Shortcut to Becoming a Contributor in Google Summer of Code

Your Shortcut to Becoming a Contributor in Google Summer of Code

2
Comments
2 min read
Ultimate Guide to Mutations in Javascript.

Ultimate Guide to Mutations in Javascript.

4
Comments 4
6 min read
OOP: Database optimization

OOP: Database optimization

2
Comments
3 min read
Roadmap to help you break down a project before putting your hands into implementation

Roadmap to help you break down a project before putting your hands into implementation

3
Comments
2 min read
The Complete Path to Grokking the Engineering Manager Interview

The Complete Path to Grokking the Engineering Manager Interview

2
Comments
8 min read
JavaScript Module Bundlers and all that Jazz ✨

JavaScript Module Bundlers and all that Jazz ✨

7
Comments 1
3 min read
C# LINQ Example in Simple

C# LINQ Example in Simple

2
Comments
3 min read
How to build a countdown timer with JavaScript

How to build a countdown timer with JavaScript

Comments
5 min read
Resolvendo problemas no HackerRank: Contando divisores de um número inteiro.

Resolvendo problemas no HackerRank: Contando divisores de um número inteiro.

1
Comments
2 min read
Sorting - DSA | Part 2 |

Sorting - DSA | Part 2 |

1
Comments
3 min read
Instance and Non-instance properties

Instance and Non-instance properties

2
Comments
1 min read
Exploring the Power of Decorators in Python: A Comprehensive Guide

Exploring the Power of Decorators in Python: A Comprehensive Guide

2
Comments
5 min read
Fake C++ Compiler with Node.js - Server - Part 2

Fake C++ Compiler with Node.js - Server - Part 2

1
Comments
5 min read
Native vs Cross-Platform Development

Native vs Cross-Platform Development

1
Comments
10 min read
Debugging Your Code: Tips and Tools for Finding and Fixing Bugs in Your Web Applications

Debugging Your Code: Tips and Tools for Finding and Fixing Bugs in Your Web Applications

3
Comments
3 min read
Recommendation Algorithms And System Designs Of Dropbox, Spotify, Airbnb, YouTube, Netflix And Uber

Recommendation Algorithms And System Designs Of Dropbox, Spotify, Airbnb, YouTube, Netflix And Uber

1
Comments
4 min read
Mastering JavaScript in 100 Days: A Structured Plan for Proficiency

Mastering JavaScript in 100 Days: A Structured Plan for Proficiency

12
Comments 1
4 min read
loading...