DEV Community

Coding

while (!(succeed = try()))

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
PURISTA - Thanks to amazing open-source software

PURISTA - Thanks to amazing open-source software

4
Comments
2 min read
Solving the "Container With Most Water" Problem on Leet Code

Solving the "Container With Most Water" Problem on Leet Code

5
Comments
2 min read
It’s officially pants-are-optional day

It’s officially pants-are-optional day

3
Comments
1 min read
Open Source vs Proprietary Software: Pro & Cons

Open Source vs Proprietary Software: Pro & Cons

9
Comments
5 min read
🐍 Mastering Python: The Art of *args and **kwargs đŸš€đŸ’»

🐍 Mastering Python: The Art of *args and **kwargs đŸš€đŸ’»

14
Comments 6
1 min read
007-Inspired Challenge: Blind coding competition on James Bond Day

007-Inspired Challenge: Blind coding competition on James Bond Day

12
Comments
3 min read
Top Tools Every Developer Must Have

Top Tools Every Developer Must Have

17
Comments 12
3 min read
When to avoid squishing dates together (a lesson in UI <--> backend team collaboration)

When to avoid squishing dates together (a lesson in UI <--> backend team collaboration)

Comments
6 min read
Operator Precedence

Operator Precedence

Comments
2 min read
Hacktoberfest 2023 : The Good -The Bad -The Ugly

Hacktoberfest 2023 : The Good -The Bad -The Ugly

2
Comments 5
2 min read
Solving the "Search Insert Position" Problem on LeetCode

Solving the "Search Insert Position" Problem on LeetCode

5
Comments
2 min read
Building a RESTful Minimal API with .NET Core 7

Building a RESTful Minimal API with .NET Core 7

Comments
5 min read
Understand how to use C libraries in Go, with CGO

Understand how to use C libraries in Go, with CGO

7
Comments 1
9 min read
VSCode Live Share and Why We Need It

VSCode Live Share and Why We Need It

5
Comments
3 min read
Exploring Script Loading Strategies: Normal, async, and defer

Exploring Script Loading Strategies: Normal, async, and defer

2
Comments
3 min read
Understanding Stacks: From Concept to Python Implementation

Understanding Stacks: From Concept to Python Implementation

1
Comments
3 min read
Effective QR-code compression

Effective QR-code compression

1
Comments
3 min read
Building a Wallet UI in Flutter

Building a Wallet UI in Flutter

Comments
4 min read
12 Personal Go Tricks That Transformed My Productivity

12 Personal Go Tricks That Transformed My Productivity

20
Comments 12
8 min read
useState - don't get Hooked đŸȘ

useState - don't get Hooked đŸȘ

1
Comments
3 min read
Mastering PHP Foreach Loops: The Power of '&' for References ⚡🚀

Mastering PHP Foreach Loops: The Power of '&' for References ⚡🚀

21
Comments 7
2 min read
Programming Languages Every Developer Should Watch Out For

Programming Languages Every Developer Should Watch Out For

53
Comments 15
6 min read
Prefix vs. Postfix in incrementation. Do you know the difference?

Prefix vs. Postfix in incrementation. Do you know the difference?

Comments
2 min read
Javascript Deobfuscation

Javascript Deobfuscation

7
Comments
3 min read
Monorepos: Making Development Easier and Smoother

Monorepos: Making Development Easier and Smoother

2
Comments
3 min read
Level Up Your Coding Interview Skills: 5 Secret Weapons

Level Up Your Coding Interview Skills: 5 Secret Weapons

21
Comments 6
2 min read
The unreasonable effectiveness of working with a live programming image

The unreasonable effectiveness of working with a live programming image

6
Comments
6 min read
🐍 The Journey of Creating the Smallest Snake Game in the World🐍

🐍 The Journey of Creating the Smallest Snake Game in the World🐍

2
Comments 1
4 min read
Mastering DSA in 200 days Challenge

Mastering DSA in 200 days Challenge

2
Comments 7
1 min read
The Facade Pattern: A Simplified Beginner Guide

The Facade Pattern: A Simplified Beginner Guide

Comments
4 min read
Blazor RenderFragment – How To Use Plugins To Generate HTML

Blazor RenderFragment – How To Use Plugins To Generate HTML

Comments
4 min read
How To Learn Coding For Beginners – What You Need To Know

How To Learn Coding For Beginners – What You Need To Know

Comments 2
6 min read
How to have effective oncalls

How to have effective oncalls

1
Comments
2 min read
Learn C#: Handle Exceptions for More Reliable Code

Learn C#: Handle Exceptions for More Reliable Code

1
Comments
2 min read
The Ultimate Linux Cheatsheet for Beginners

The Ultimate Linux Cheatsheet for Beginners

Comments
2 min read
"Programming Concept: Overloading Explained in Python"

"Programming Concept: Overloading Explained in Python"

7
Comments
3 min read
How to Build an Accordion Menu in React from Scratch.

How to Build an Accordion Menu in React from Scratch.

7
Comments
3 min read
Building Empathy in Code: How to Craft User-Centric Applications

Building Empathy in Code: How to Craft User-Centric Applications

Comments
4 min read
GitHub Recovery Code

GitHub Recovery Code

1
Comments
4 min read
Daring to Trust in Your Luck while Testing Code đŸŽČ

Daring to Trust in Your Luck while Testing Code đŸŽČ

Comments
5 min read
A Universal Terminal alias for bun, pnpm, npm, and yarn.

A Universal Terminal alias for bun, pnpm, npm, and yarn.

3
Comments
1 min read
Logging to Infinity and Beyond - Exploring the hidden value of your logs

Logging to Infinity and Beyond - Exploring the hidden value of your logs

2
Comments
6 min read
Front-end HTML/CSS Coding Challenges Tool

Front-end HTML/CSS Coding Challenges Tool

5
Comments
10 min read
Solving the "Longest Palindromic Substring" Problem on LeetCode

Solving the "Longest Palindromic Substring" Problem on LeetCode

5
Comments
3 min read
Automatic Module Discovery With Autofac — Simplified Registration

Automatic Module Discovery With Autofac — Simplified Registration

Comments
4 min read
The Art of Debugging: Turning Coding Challenges into Creative Problem-Solving Adventures

The Art of Debugging: Turning Coding Challenges into Creative Problem-Solving Adventures

Comments
3 min read
Improve Programming Productivity with ChatGPT: Your AI Coding Assistant

Improve Programming Productivity with ChatGPT: Your AI Coding Assistant

1
Comments 3
5 min read
19 Developer Tools to Improve Your Workflow ⚡🚀

19 Developer Tools to Improve Your Workflow ⚡🚀

221
Comments 33
5 min read
Clean your code!

Clean your code!

1
Comments 1
3 min read
Var vs Let vs Const

Var vs Let vs Const

Comments
2 min read
New Research Says LLMs Are Surprisingly Good at Compressing... Images and Audio?

New Research Says LLMs Are Surprisingly Good at Compressing... Images and Audio?

8
Comments
4 min read
Contributions are fun, but not easy!

Contributions are fun, but not easy!

5
Comments
5 min read
Idempotency - What it is and How to Implement it

Idempotency - What it is and How to Implement it

5
Comments 1
7 min read
Mastering Golang Statements: Unknown to Expert

Mastering Golang Statements: Unknown to Expert

1
Comments
8 min read
I'm Not a Great Programmer

I'm Not a Great Programmer

1
Comments
4 min read
Most Common Mistakes in C# Interview Pull Requests

Most Common Mistakes in C# Interview Pull Requests

2
Comments 2
2 min read
Guide to Data Cleaning and Preparation for Analysis using Pandas library in Python

Guide to Data Cleaning and Preparation for Analysis using Pandas library in Python

Comments
11 min read
How To Implement The Decorator Pattern With Autofac

How To Implement The Decorator Pattern With Autofac

1
Comments
3 min read
Beyond Review Comments: Building a Friendlier Code Review Process with Code Reactions

Beyond Review Comments: Building a Friendlier Code Review Process with Code Reactions

66
Comments 10
3 min read
Cracking the Code: Counting All Valid Pickup and Delivery Options

Cracking the Code: Counting All Valid Pickup and Delivery Options

5
Comments
3 min read
loading...