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.
56 : Understanding the Computer is a good idea!

56 : Understanding the Computer is a good idea!

2
Comments
1 min read
Learn pass by value and pass by reference in JavaScript

Learn pass by value and pass by reference in JavaScript

32
Comments
3 min read
Getting Started With GDB!

Getting Started With GDB!

6
Comments
3 min read
CSS Combinators: explained and visualized

CSS Combinators: explained and visualized

28
Comments
5 min read
Understanding Array.slice() in Javascript

Understanding Array.slice() in Javascript

11
Comments 1
2 min read
Day 7: #100DaysofCode - Setting up a Sinatra App - Part 3

Day 7: #100DaysofCode - Setting up a Sinatra App - Part 3

5
Comments
2 min read
Day 0: Welcome To My Blog

Day 0: Welcome To My Blog

61
Comments 32
2 min read
Why you should learn Git đź“Ś

Why you should learn Git đź“Ś

53
Comments 8
4 min read
JavaScript Best Practices for Beginners

JavaScript Best Practices for Beginners

68
Comments 15
2 min read
My 10 Years Tech Journey

My 10 Years Tech Journey

11
Comments 1
3 min read
Late beginner

Late beginner

44
Comments 11
4 min read
Staircase Challenges: Repeat, Iteration, and Recursion Strategies

Staircase Challenges: Repeat, Iteration, and Recursion Strategies

18
Comments
4 min read
8 things I learned during my internship

8 things I learned during my internship

30
Comments 1
6 min read
Understanding Array.concat() in Javascript

Understanding Array.concat() in Javascript

7
Comments
2 min read
Level up your S3 skills by playing this game!

Level up your S3 skills by playing this game!

127
Comments 1
6 min read
A Complete Guide to Web Development in Python

A Complete Guide to Web Development in Python

85
Comments 1
9 min read
Beginner Python tips Day - 04 random

Beginner Python tips Day - 04 random

8
Comments
1 min read
Why DEV ?

Why DEV ?

2
Comments
2 min read
How to use .bind() in javascript.

How to use .bind() in javascript.

5
Comments
2 min read
Python Frameworks and libraries

Python Frameworks and libraries

4
Comments
1 min read
Get a Web Development Job Without Experience?

Get a Web Development Job Without Experience?

9
Comments
1 min read
Day 6 : #100DaysofCode - Setting up a Sinatra App : Part 2 - Config.ru

Day 6 : #100DaysofCode - Setting up a Sinatra App : Part 2 - Config.ru

5
Comments
2 min read
Understanding 'this' in javascript.

Understanding 'this' in javascript.

6
Comments
2 min read
Is it safe to use Disqus for my Blog?

Is it safe to use Disqus for my Blog?

31
Comments 46
1 min read
Machine Learning Libraries that will shine this year

Machine Learning Libraries that will shine this year

21
Comments 1
4 min read
Dependency Inversion Principle | SOLID as a Rock

Dependency Inversion Principle | SOLID as a Rock

9
Comments
5 min read
A Simple Method To Finding Prime Numbers.

A Simple Method To Finding Prime Numbers.

8
Comments 9
3 min read
Beginner Python tips Day - 03 defaultdict

Beginner Python tips Day - 03 defaultdict

10
Comments
1 min read
Differences between Let Var Const that you didn't know - ES6 [Video + Article]

Differences between Let Var Const that you didn't know - ES6 [Video + Article]

64
Comments 19
3 min read
The ZigZag Conversion Problem

The ZigZag Conversion Problem

19
Comments 1
7 min read
How to write tests for React in 2020 - part 1

How to write tests for React in 2020 - part 1

324
Comments 4
9 min read
Day 5 - #100DaysofCode - Setting up a Sinatra App

Day 5 - #100DaysofCode - Setting up a Sinatra App

6
Comments
2 min read
50 Python Interview Questions and Answers

50 Python Interview Questions and Answers

341
Comments 6
35 min read
What’s your alternative solution? Challenge #59

What’s your alternative solution? Challenge #59

6
Comments
2 min read
Web Browser Explained in Detail

Web Browser Explained in Detail

15
Comments
5 min read
Classes in JavaScript

Classes in JavaScript

494
Comments 21
4 min read
How to build a simple form with validation using yup and formik (beginner friendly)

How to build a simple form with validation using yup and formik (beginner friendly)

70
Comments 9
7 min read
Pass by value/reference :EXPLAINED WITH SINGLE GIF (Believe me it's true)

Pass by value/reference :EXPLAINED WITH SINGLE GIF (Believe me it's true)

18
Comments 1
1 min read
Five Git commands I started using that might be helpful to you

Five Git commands I started using that might be helpful to you

132
Comments 12
6 min read
Beginner Python tips Day - 02 dict.get()

Beginner Python tips Day - 02 dict.get()

8
Comments 2
1 min read
Competitive programming - is it really important?

Competitive programming - is it really important?

54
Comments 27
3 min read
Spread Syntax in Javascript

Spread Syntax in Javascript

24
Comments
2 min read
Day 4: #100DaysofCode - More Iterators

Day 4: #100DaysofCode - More Iterators

5
Comments
2 min read
How to Start Freelancing (The Basics)

How to Start Freelancing (The Basics)

1077
Comments 34
7 min read
What’s your alternative solution? Challenge #58

What’s your alternative solution? Challenge #58

7
Comments
2 min read
Introducing Dev Chapters. Find the best web dev ebooks out there đź“š

Introducing Dev Chapters. Find the best web dev ebooks out there đź“š

5
Comments
2 min read
My first Ruby CLI project

My first Ruby CLI project

4
Comments 1
2 min read
Reversing a String in Place

Reversing a String in Place

10
Comments 1
4 min read
At 42 I landed my first full-job as a junior web developer.

At 42 I landed my first full-job as a junior web developer.

120
Comments 21
5 min read
JavaScript Problems: Is It a Prime Number?

JavaScript Problems: Is It a Prime Number?

7
Comments 1
3 min read
Learning and facing challenges as a webdev

Learning and facing challenges as a webdev

25
Comments
1 min read
WASM : A look back

WASM : A look back

2
Comments
4 min read
JavaScript Closures

JavaScript Closures

3
Comments 2
1 min read
Beginner Python tips Day - 01 Enumerate

Beginner Python tips Day - 01 Enumerate

14
Comments
1 min read
🔥 What's Popular Among Developers? — Weekly Picks #130

🔥 What's Popular Among Developers? — Weekly Picks #130

29
Comments
3 min read
Pentesting Report: Attack Narrative Series Part 2: Threat Modeling

Pentesting Report: Attack Narrative Series Part 2: Threat Modeling

12
Comments
2 min read
Data Structures & Algorithms Study Guide: Where to go from here?

Data Structures & Algorithms Study Guide: Where to go from here?

38
Comments 3
1 min read
I built a Chrome Extension to save code snippets instantly

I built a Chrome Extension to save code snippets instantly

9
Comments 2
1 min read
Day 3: #100DaysofCode - Oh No, SQL

Day 3: #100DaysofCode - Oh No, SQL

6
Comments
3 min read
Finding the Longest Common Prefix

Finding the Longest Common Prefix

11
Comments 2
5 min read
loading...