DEV Community

CodeNewbie

The most supportive community of programmers and people learning to code.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Using Two-Pointer Technique to Optimize Algorithm Solutions

Using Two-Pointer Technique to Optimize Algorithm Solutions

22
Comments 4
3 min read
Convert a set to an array

Convert a set to an array

6
Comments
1 min read
5 (practical) reasons why your next programming language to learn should be Haskell

5 (practical) reasons why your next programming language to learn should be Haskell

28
Comments 4
8 min read
12 websites every developer should follow đŸŒ±

12 websites every developer should follow đŸŒ±

1554
Comments 55
4 min read
Get start with Rxjs

Get start with Rxjs

5
Comments
4 min read
How to know what users want

How to know what users want

31
Comments
4 min read
Developer Dictionary: API

Developer Dictionary: API

6
Comments
2 min read
Tips for Your First Tech Talk

Tips for Your First Tech Talk

8
Comments
2 min read
Copy Code to Accelerate Learning

Copy Code to Accelerate Learning

4
Comments
4 min read
Clone an object or array (Shallow Cloning)

Clone an object or array (Shallow Cloning)

3
Comments 2
1 min read
Difference between arrow functions and regular functions

Difference between arrow functions and regular functions

6
Comments
6 min read
Day 1 - Lights!

Day 1 - Lights!

4
Comments
2 min read
Positive Thinking while Learning to Code

Positive Thinking while Learning to Code

5
Comments
2 min read
Free 1:1 CI/CD consultancy session

Free 1:1 CI/CD consultancy session

2
Comments
1 min read
Do people lie about their experience in tech?

Do people lie about their experience in tech?

2
Comments 2
1 min read
My (newer) own version of dev.to 😊

My (newer) own version of dev.to 😊

4
Comments
1 min read
Day 15 of 100DaysOfCode

Day 15 of 100DaysOfCode

10
Comments
2 min read
Chipping Away to Eventually Get to Where I Want to Go!

Chipping Away to Eventually Get to Where I Want to Go!

3
Comments
1 min read
Server-Side Rendering vs Client-Side Rendering

Server-Side Rendering vs Client-Side Rendering

137
Comments 5
5 min read
Submitted Explorer Chingu Project today...

Submitted Explorer Chingu Project today...

2
Comments
1 min read
date-fns: a moment.js alternative

date-fns: a moment.js alternative

59
Comments 9
3 min read
Filter an array for unique values in Javascript

Filter an array for unique values in Javascript

21
Comments 3
2 min read
How I Learned to Code for Free and Why You Should As Well.

How I Learned to Code for Free and Why You Should As Well.

105
Comments 12
3 min read
5 Things I Learned in Labs at Lambda School

5 Things I Learned in Labs at Lambda School

7
Comments
3 min read
Getting started with Firefox

Getting started with Firefox

7
Comments
11 min read
How to use Twitter to your advantage when starting out in Web Development

How to use Twitter to your advantage when starting out in Web Development

91
Comments 10
5 min read
What I realised after learning Python, TypeScript and Kotlin

What I realised after learning Python, TypeScript and Kotlin

68
Comments 13
4 min read
Elixir and Javascript syntax comparison

Elixir and Javascript syntax comparison

15
Comments
6 min read
Five things I learned from my first Open Source contribution

Five things I learned from my first Open Source contribution

4
Comments
3 min read
Week 17: Testing with Jasmine

Week 17: Testing with Jasmine

3
Comments
2 min read
10+ Reasons To Date a JS DEVELOPER ;-)

10+ Reasons To Date a JS DEVELOPER ;-)

191
Comments 45
2 min read
The 3Gs of CSS3: Grid Edition

The 3Gs of CSS3: Grid Edition

6
Comments
2 min read
React Hooks and Considering Different Ways to Store Data

React Hooks and Considering Different Ways to Store Data

3
Comments 2
2 min read
(a+=b) != (a=a+b)

(a+=b) != (a=a+b)

6
Comments 1
1 min read
How to Represent a Graph in C#

How to Represent a Graph in C#

44
Comments 2
8 min read
Explain the need of Containerization like I am five?

Explain the need of Containerization like I am five?

6
Comments 10
1 min read
Wagtail For Fun and Profit #1: The Story So Far

Wagtail For Fun and Profit #1: The Story So Far

5
Comments 7
5 min read
The Mysterious React hook: useRef()

The Mysterious React hook: useRef()

53
Comments 13
2 min read
Building a Quiz App in JavaScript

Building a Quiz App in JavaScript

61
Comments 1
13 min read
Developer Dictionary: HTTP and TCP/IP

Developer Dictionary: HTTP and TCP/IP

7
Comments
1 min read
Code Complete 2: Table Driven Methods (Part 4)

Code Complete 2: Table Driven Methods (Part 4)

5
Comments
3 min read
Search Better. Google Dorks to Make Your Search Effective

Search Better. Google Dorks to Make Your Search Effective

17
Comments 1
5 min read
My GitHub Org. qxresearch got 1.5k views in 3 days

My GitHub Org. qxresearch got 1.5k views in 3 days

5
Comments
1 min read
Code Complete 2: Statements (Part 4)

Code Complete 2: Statements (Part 4)

5
Comments 1
2 min read
Code Complete 2: Loops (Part 4)

Code Complete 2: Loops (Part 4)

4
Comments
2 min read
Code Complete 2: Fundamental Data Types (Part 3)

Code Complete 2: Fundamental Data Types (Part 3)

5
Comments
3 min read
My Coding Journey in 2020 ~ #100DaysofCode Challenge Accepted

My Coding Journey in 2020 ~ #100DaysofCode Challenge Accepted

9
Comments
4 min read
5 Ways To Make HTTP Requests In Node.js – 2020 Edition

5 Ways To Make HTTP Requests In Node.js – 2020 Edition

10
Comments
4 min read
Best Programming Language for Beginners

Best Programming Language for Beginners

6
Comments
4 min read
Code Complete 2: Variables (Part 3)

Code Complete 2: Variables (Part 3)

6
Comments
4 min read
Code Complete 2: High-Quality Routines (Part 2)

Code Complete 2: High-Quality Routines (Part 2)

6
Comments
4 min read
Various ways of handling environment variables in React and Node.js

Various ways of handling environment variables in React and Node.js

57
Comments 14
5 min read
Deploying Laravel applications to a shared server using GitHub Actions

Deploying Laravel applications to a shared server using GitHub Actions

12
Comments
3 min read
Mindset > Skills 01:10

Mindset > Skills

5
Comments
1 min read
CodeQL Analysis on GitHub

CodeQL Analysis on GitHub

5
Comments
2 min read
The Ultimate Hadoop Installation Cheat Sheet

The Ultimate Hadoop Installation Cheat Sheet

7
Comments
2 min read
6 technical interview woes solved entirely by practice — not genius

6 technical interview woes solved entirely by practice — not genius

8
Comments
7 min read
How Digital Note-Taking has Saved Me Time and Effort

How Digital Note-Taking has Saved Me Time and Effort

14
Comments
3 min read
JavaScript - Functions (Some thoughts)

JavaScript - Functions (Some thoughts)

3
Comments
1 min read
Truthy and Falsy values

Truthy and Falsy values

7
Comments
1 min read
loading...