DEV Community

Programming

The magic behind computers. 💻 🪄

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Solve Leetcode Problems and Get Offers From Your Dream Companies||Maximum Points You Can Obtain from Cards

Solve Leetcode Problems and Get Offers From Your Dream Companies||Maximum Points You Can Obtain from Cards

2
Comments
3 min read
THE 5 RIGHT WAYS TO GET STARTED IN WEB DEVELOPMENT

THE 5 RIGHT WAYS TO GET STARTED IN WEB DEVELOPMENT

4
Comments
3 min read
Big-Oh(O) does not give you always the worst-case, But why?

Big-Oh(O) does not give you always the worst-case, But why?

2
Comments
3 min read
Fixing the CORS error by hosting your own proxy on Heroku

Fixing the CORS error by hosting your own proxy on Heroku

23
Comments 4
6 min read
Change Windows Terminal Theme

Change Windows Terminal Theme

8
Comments
2 min read
Playing with contravariant functors in typescript

Playing with contravariant functors in typescript

5
Comments
1 min read
10 - Factory Method

10 - Factory Method

3
Comments
6 min read
Currency Exchange Dataset Classification & Sorting And Data Visualization

Currency Exchange Dataset Classification & Sorting And Data Visualization

2
Comments
1 min read
20 years later — How I find and fix bugs

20 years later — How I find and fix bugs

40
Comments 3
10 min read
Sass: @import

Sass: @import

2
Comments 2
1 min read
#Day1 - Nonlocal and Global Keywords in Python

#Day1 - Nonlocal and Global Keywords in Python

23
Comments
2 min read
Scroll infinito con React.js y Go

Scroll infinito con React.js y Go

5
Comments
6 min read
Introduction to MPI programming

Introduction to MPI programming

6
Comments 2
2 min read
Fundamentals of Functional JavaScript

Fundamentals of Functional JavaScript

475
Comments 34
17 min read
Windows Notifier for Covid Stats | Rookie Week of Python Day 02

Windows Notifier for Covid Stats | Rookie Week of Python Day 02

6
Comments
2 min read
Solving Caesar Cypher with Wolfram Language

Solving Caesar Cypher with Wolfram Language

7
Comments
4 min read
Confirm AWS Cognito signups automatically

Confirm AWS Cognito signups automatically

10
Comments
1 min read
Leetcode 869. Reordered Power of 2 [Solution]

Leetcode 869. Reordered Power of 2 [Solution]

6
Comments
3 min read
JavaScript: Errors, Types, Properties

JavaScript: Errors, Types, Properties

8
Comments
6 min read
push() Array Method | JavaScript Array Method

push() Array Method | JavaScript Array Method

9
Comments
1 min read
An Ultimate Guide to Javascript Promises.(code Examples)

An Ultimate Guide to Javascript Promises.(code Examples)

42
Comments
6 min read
3 Qualities that will help you to become a good software developer

3 Qualities that will help you to become a good software developer

5
Comments
4 min read
pop() Array Method | JavaScript Array Method

pop() Array Method | JavaScript Array Method

6
Comments
1 min read
How I mock unit tests in Golang

How I mock unit tests in Golang

35
Comments 4
3 min read
Object Design Style Guide Summary

Object Design Style Guide Summary

88
Comments 5
7 min read
Tips on Preparing a Great Developer Resume

Tips on Preparing a Great Developer Resume

92
Comments 5
3 min read
Best Websites Every Programmer Should Visit

Best Websites Every Programmer Should Visit

70
Comments 9
44 min read
How to become a coder

How to become a coder

2
Comments 1
10 min read
🎯Merge two sorted arrays without using any extra space🎯

🎯Merge two sorted arrays without using any extra space🎯

5
Comments 9
2 min read
Reactive Variables are the BEST feature in Svelte

Reactive Variables are the BEST feature in Svelte

4
Comments 1
1 min read
7 Developer's Destructible Career Habits.

7 Developer's Destructible Career Habits.

33
Comments 4
2 min read
How do Python Dictionaries work?

How do Python Dictionaries work?

29
Comments
4 min read
Braces Validator with Javascript: Stacks

Braces Validator with Javascript: Stacks

2
Comments
1 min read
Why I Use Quokka.js for prototyping?

Why I Use Quokka.js for prototyping?

2
Comments
1 min read
How To Build Blog With Laravel Wink Package in 15 minutes

How To Build Blog With Laravel Wink Package in 15 minutes

3
Comments
1 min read
7 websites you need to use as a developer

7 websites you need to use as a developer

39
Comments 3
2 min read
Adding two-factor authentication to your iOS app using TypingDNA

Adding two-factor authentication to your iOS app using TypingDNA

6
Comments
9 min read
I created my first npm package

I created my first npm package

20
Comments 3
3 min read
📍Minimize the maximum difference between heights📍

📍Minimize the maximum difference between heights📍

8
Comments
2 min read
📌How to reverse an array?📌

📌How to reverse an array?📌

6
Comments 2
1 min read
How to Start Freelancing as a programmer on Upwork

How to Start Freelancing as a programmer on Upwork

30
Comments 2
6 min read
🔥Kadane's Algorithm OR Largest sum contiguous subarray🔥

🔥Kadane's Algorithm OR Largest sum contiguous subarray🔥

6
Comments
2 min read
💥Minimum jumps to reach the end of the array💥

💥Minimum jumps to reach the end of the array💥

6
Comments
2 min read
🌟Find duplicate Element in the array🌟

🌟Find duplicate Element in the array🌟

6
Comments
3 min read
⚖️ Segregate negatives and positives ⚖️

⚖️ Segregate negatives and positives ⚖️

5
Comments 2
2 min read
🔰Union & Intersection of two sorted arrays🔰

🔰Union & Intersection of two sorted arrays🔰

8
Comments
3 min read
🚨Cyclically rotate an array by one🚨

🚨Cyclically rotate an array by one🚨

6
Comments
1 min read
🚩Find Max and Min of the array🚩

🚩Find Max and Min of the array🚩

6
Comments
2 min read
🔬Segregate 0's, 1's, and 2's🔬

🔬Segregate 0's, 1's, and 2's🔬

5
Comments
2 min read
🏁Kth Max and Min Element in the array🏁

🏁Kth Max and Min Element in the array🏁

6
Comments
2 min read
Quick review on git commands

Quick review on git commands

28
Comments 2
2 min read
TUTORIAL: How to Get Started With Codesphere

TUTORIAL: How to Get Started With Codesphere

15
Comments 1
1 min read
The fractional knapsack problem

The fractional knapsack problem

8
Comments
3 min read
I created a March Madness predictor CLI in Elixir, then turned it into a web app.

I created a March Madness predictor CLI in Elixir, then turned it into a web app.

8
Comments
3 min read
7 Best Places to find Hackathons!👩‍💻

7 Best Places to find Hackathons!👩‍💻

82
Comments 12
2 min read
New Switch-Case Logic in Python

New Switch-Case Logic in Python

2
Comments 2
1 min read
Leetcode 841. Keys and Rooms [Solution]

Leetcode 841. Keys and Rooms [Solution]

7
Comments 1
3 min read
3 reasons to start using Java interfaces

3 reasons to start using Java interfaces

24
Comments
5 min read
An Introduction to Time Complexity and Big O Notation

An Introduction to Time Complexity and Big O Notation

9
Comments
1 min read
Ideas to start your Data Science Blog in 2021

Ideas to start your Data Science Blog in 2021

5
Comments
7 min read
loading...