DEV Community

Coding

while (!(succeed = try()))

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Learn what is php shopping cart, and there benefits

Learn what is php shopping cart, and there benefits

Comments
2 min read
Part(11): What is Error Handling in JavaScript?

Part(11): What is Error Handling in JavaScript?

2
Comments
11 min read
Pushing forward with the box model, positioning, display, and flex box

Pushing forward with the box model, positioning, display, and flex box

3
Comments
3 min read
DAY 41 - Shortest Path in a Binary Matrix

DAY 41 - Shortest Path in a Binary Matrix

2
Comments
4 min read
The Resend Cube Lookalike Part 2 - Bloom and Animation

The Resend Cube Lookalike Part 2 - Bloom and Animation

1
Comments
10 min read
Object Oriented Programming: The Four Pillars

Object Oriented Programming: The Four Pillars

Comments
9 min read
The Career-Defining Power of Prioritizing Problem-Solving Skills Before Coding

The Career-Defining Power of Prioritizing Problem-Solving Skills Before Coding

2
Comments
2 min read
Why should we use Code-Behind?

Why should we use Code-Behind?

3
Comments 5
4 min read
Fluent Assertions: Fluently Assert the Result of .NET Tests

Fluent Assertions: Fluently Assert the Result of .NET Tests

19
Comments 6
14 min read
Automate DevOps – Tasks DevOps Should Automate

Automate DevOps – Tasks DevOps Should Automate

Comments
5 min read
JavaScript Development Trends in 2023

JavaScript Development Trends in 2023

2
Comments 1
5 min read
DAY 39 - Shortest Path in Undirected graph

DAY 39 - Shortest Path in Undirected graph

Comments
3 min read
C++ Learning Resources

C++ Learning Resources

1
Comments 1
1 min read
How To Increase Productivity As A Programmer?

How To Increase Productivity As A Programmer?

47
Comments
4 min read
How to make a nice code snippet like you see on linkedin or other sites.

How to make a nice code snippet like you see on linkedin or other sites.

8
Comments
2 min read
Practical Insights On SOLID DRY KISS Explained In `Noob Vs Pro` Analogy

Practical Insights On SOLID DRY KISS Explained In `Noob Vs Pro` Analogy

7
Comments
6 min read
DAY 38 - Alien Dictionary

DAY 38 - Alien Dictionary

5
Comments
5 min read
DAY 37 - Topological Sort

DAY 37 - Topological Sort

Comments
3 min read
Importance of Practice in Learning Programming: Tips for Building a Strong Coding Skillset

Importance of Practice in Learning Programming: Tips for Building a Strong Coding Skillset

12
Comments 2
4 min read
DAY 36 - Bipartite Graph

DAY 36 - Bipartite Graph

Comments
3 min read
DAY 35- Word Ladder I

DAY 35- Word Ladder I

Comments
3 min read
Top 6 "Awesome Tools" That Will Turn Your Code Snippets Into Beautiful Images

Top 6 "Awesome Tools" That Will Turn Your Code Snippets Into Beautiful Images

11
Comments
3 min read
🌎 Can Programming Save the Planet?

🌎 Can Programming Save the Planet?

9
Comments 4
8 min read
What is the difference between Java and C++?

What is the difference between Java and C++?

1
Comments
1 min read
Importance of Practice in Learning Programming: Tips for Building a Strong Coding Skillset

Importance of Practice in Learning Programming: Tips for Building a Strong Coding Skillset

1
Comments
3 min read
DevBlog - How to Save Data in Unity

DevBlog - How to Save Data in Unity

1
Comments
4 min read
DAY 33 - Rotting Oranges

DAY 33 - Rotting Oranges

1
Comments
3 min read
Embrace the Power of Ruby: A Programming Superhero

Embrace the Power of Ruby: A Programming Superhero

9
Comments
4 min read
My First Post

My First Post

2
Comments 1
1 min read
Education to Engineering - my Flatiron School experience

Education to Engineering - my Flatiron School experience

10
Comments 2
11 min read
GitHub High Availability – Why It Should Never Be Considered as a Regular Backup

GitHub High Availability – Why It Should Never Be Considered as a Regular Backup

Comments
5 min read
10 "Must" Watch Movies For Programmers In 2023 🎬

10 "Must" Watch Movies For Programmers In 2023 🎬

6
Comments 2
3 min read
Boosting Productivity with HangFire: Streamlining Background Job Processing

Boosting Productivity with HangFire: Streamlining Background Job Processing

6
Comments 4
7 min read
Rix.chat: The Ultimate AI Coding Assistant

Rix.chat: The Ultimate AI Coding Assistant

12
Comments
2 min read
DAY 32 -Number of Provinces

DAY 32 -Number of Provinces

Comments
3 min read
ChatGPT Vs Bard AI

ChatGPT Vs Bard AI

15
Comments 3
8 min read
DAY 31 - Maximum Points You Can Obtain from Cards

DAY 31 - Maximum Points You Can Obtain from Cards

Comments
3 min read
Protecting Your JavaScript Code: The Principle of Least Exposure

Protecting Your JavaScript Code: The Principle of Least Exposure

1
Comments
4 min read
DAY 30 - Binary Subarrays With Sum

DAY 30 - Binary Subarrays With Sum

Comments
3 min read
Elevating Code Flexibility: Dependency Inversion with DI Containers

Elevating Code Flexibility: Dependency Inversion with DI Containers

Comments
5 min read
12-Factor App Methodology To Your Flutter Application

12-Factor App Methodology To Your Flutter Application

6
Comments
5 min read
What information do you need when looking for a developer tools?

What information do you need when looking for a developer tools?

5
Comments
1 min read
DAY 29 - Maximum Number of Achievable Transfer Requests

DAY 29 - Maximum Number of Achievable Transfer Requests

Comments
4 min read
How to actually start learning DSA?

How to actually start learning DSA?

1
Comments
3 min read
Boost Your JavaScript Skills with These 5 Must-Know Shorthands and Tricks

Boost Your JavaScript Skills with These 5 Must-Know Shorthands and Tricks

15
Comments
2 min read
ChatGPT at Work: How to block Content Leaks 🔒

ChatGPT at Work: How to block Content Leaks 🔒

3
Comments
2 min read
Open Threads: Unleashing the Power of Collaborative Conversations

Open Threads: Unleashing the Power of Collaborative Conversations

Comments
4 min read
DAY 28 - Longest substring without repeating characters

DAY 28 - Longest substring without repeating characters

Comments
3 min read
FluentValidation: A Validation Library for .NET

FluentValidation: A Validation Library for .NET

8
Comments 2
11 min read
DAY 27 - Partition Array for Maximum Sum

DAY 27 - Partition Array for Maximum Sum

Comments
4 min read
List of JavaScript Frameworks in 2023

List of JavaScript Frameworks in 2023

24
Comments 2
5 min read
Exponentiation in JavaScript: A Beginner’s Guide

Exponentiation in JavaScript: A Beginner’s Guide

30
Comments 11
3 min read
DAY 26 - Matrix Chain Multiplication

DAY 26 - Matrix Chain Multiplication

Comments
4 min read
Handling Exceptions in Java: The "Throw Early, Catch Late" Principle

Handling Exceptions in Java: The "Throw Early, Catch Late" Principle

1
Comments
3 min read
JustABugInAPost

JustABugInAPost

Comments
1 min read
Clean Code no Cinema

Clean Code no Cinema

3
Comments
7 min read
Supercharge your code with VueMacros

Supercharge your code with VueMacros

Comments
9 min read
DAY 24 - Wiggle Subsequence

DAY 24 - Wiggle Subsequence

Comments
4 min read
This is the best app for coding on a phone!

This is the best app for coding on a phone!

1
Comments
2 min read
Introduction to Web Scraping with Embedded Python - Let’s Extract python job’s

Introduction to Web Scraping with Embedded Python - Let’s Extract python job’s

Comments
7 min read
loading...