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.
Understanding Map in Javascript - Part 1

Understanding Map in Javascript - Part 1

6
Comments
2 min read
30+ Helpful tools, apps and websites

30+ Helpful tools, apps and websites

174
Comments 4
6 min read
Introduction to Javascript Symbol Type

Introduction to Javascript Symbol Type

18
Comments 3
2 min read
Variadic Template C++: Implementing Unsophisticated Tuple

Variadic Template C++: Implementing Unsophisticated Tuple

5
Comments 1
8 min read
Create/ Publish your first NPM package

Create/ Publish your first NPM package

36
Comments 2
2 min read
ELI5: Functions vs. Class/Constructor in Javascript

ELI5: Functions vs. Class/Constructor in Javascript

20
Comments 11
2 min read
Dealing with overlapping reducers in Redux

Dealing with overlapping reducers in Redux

6
Comments
3 min read
Changing attributes on a user in Rails without having to re-enter password

Changing attributes on a user in Rails without having to re-enter password

4
Comments 2
2 min read
Dragging images with mousemove in JavaScript

Dragging images with mousemove in JavaScript

6
Comments
5 min read
Making exceptions to ActiveRecord’s auto-pluralization

Making exceptions to ActiveRecord’s auto-pluralization

6
Comments
3 min read
Creating two resources 'at once' in Rails

Creating two resources 'at once' in Rails

5
Comments
5 min read
Sudoku Part I: Is the Board Valid?

Sudoku Part I: Is the Board Valid?

10
Comments
9 min read
Best Courses to Learn Kotlin

Best Courses to Learn Kotlin

9
Comments
6 min read
There is more than one way to make your code readable

There is more than one way to make your code readable

5
Comments
3 min read
The code on mobile challenge

The code on mobile challenge

8
Comments
2 min read
Understanding Set in Javascript

Understanding Set in Javascript

5
Comments
2 min read
The Complete Guide To Markdown

The Complete Guide To Markdown

18
Comments 1
6 min read
My Custom Developer Roadmap as a Junior Software Engineer on 2020

My Custom Developer Roadmap as a Junior Software Engineer on 2020

9
Comments
2 min read
Dynamic number creation for nested segments

Dynamic number creation for nested segments

5
Comments
3 min read
4 ways to clean ranged comparisons in Ruby conditionals

4 ways to clean ranged comparisons in Ruby conditionals

6
Comments
2 min read
Build a PWA learning JS DOM - Video tutorial series

Build a PWA learning JS DOM - Video tutorial series

87
Comments 12
2 min read
How to convert .py file to .exe 2 methods

How to convert .py file to .exe 2 methods

7
Comments
1 min read
History of ECMA (ES5, ES6 & Beyond!)

History of ECMA (ES5, ES6 & Beyond!)

21
Comments 2
3 min read
Devs how much does an extra screen help in programming like reading documentation while coding etc

Devs how much does an extra screen help in programming like reading documentation while coding etc

3
Comments 5
1 min read
C++ Template Story So Far(C++11 to C++20)

C++ Template Story So Far(C++11 to C++20)

10
Comments
25 min read
How to wrap your head around a new codebase

How to wrap your head around a new codebase

25
Comments 2
3 min read
Day 13 - #100DaysofCode - #Javascript30 - Day 2 - CSS + JS Clock

Day 13 - #100DaysofCode - #Javascript30 - Day 2 - CSS + JS Clock

5
Comments
3 min read
Yelpcamp - My first fullstack project

Yelpcamp - My first fullstack project

7
Comments
2 min read
Selling My First Website!

Selling My First Website!

14
Comments 9
3 min read
8 Characteristics of A Good Programmer

8 Characteristics of A Good Programmer

8
Comments 2
3 min read
All About JavaScript Functions!!

All About JavaScript Functions!!

16
Comments 2
7 min read
Javascript map, filter and reduce explained

Javascript map, filter and reduce explained

4
Comments
2 min read
Getting to Grips with Databases - Part 1: Creating Your First Database

Getting to Grips with Databases - Part 1: Creating Your First Database

5
Comments
3 min read
How i made a blog using my Dev.to Posts

How i made a blog using my Dev.to Posts

32
Comments 4
1 min read
I finished the Into to Programming Udacity Nanodegree in one month.

I finished the Into to Programming Udacity Nanodegree in one month.

3
Comments
1 min read
Bad Habits To Avoid As Developer

Bad Habits To Avoid As Developer

9
Comments
3 min read
What is React JS - Introduction

What is React JS - Introduction

6
Comments
2 min read
5 YouTube Channels To Help You Learn Programming

5 YouTube Channels To Help You Learn Programming

6
Comments
3 min read
Becoming a Self-Taught Software Developer

Becoming a Self-Taught Software Developer

3
Comments
4 min read
Planning my career development for 2020 - 6 months review

Planning my career development for 2020 - 6 months review

167
Comments 11
8 min read
MAYA by Spotify

MAYA by Spotify

3
Comments
2 min read
Laravel - Learn with the Best!

Laravel - Learn with the Best!

32
Comments
5 min read
Sliding Window Technique in Ruby

Sliding Window Technique in Ruby

14
Comments
4 min read
The Longest Palindromic Substring: Solving the Problem Using Constant Space

The Longest Palindromic Substring: Solving the Problem Using Constant Space

67
Comments 5
14 min read
Why Learning First Programming Language is Extremely Hard

Why Learning First Programming Language is Extremely Hard

9
Comments 6
6 min read
Wordpress Sucks. Let's Switch to Static Site Generators!

Wordpress Sucks. Let's Switch to Static Site Generators!

49
Comments 47
3 min read
Unexpected Kindness

Unexpected Kindness

4
Comments
2 min read
How to set up Master-Slave replication in MySQL?

How to set up Master-Slave replication in MySQL?

2
Comments
1 min read
Practical DNS

Practical DNS

10
Comments 4
8 min read
JSByte: JavaScript Event handlers

JSByte: JavaScript Event handlers

19
Comments
1 min read
Day 11 : #100DaysofCode - RESTful Routes

Day 11 : #100DaysofCode - RESTful Routes

5
Comments
4 min read
Interview Qs Decoded - # 1

Interview Qs Decoded - # 1

137
Comments 21
3 min read
How to write a resume for IT professional - Tutorial with resume example template

How to write a resume for IT professional - Tutorial with resume example template

144
Comments
6 min read
SQL Basics - Manage Your Data

SQL Basics - Manage Your Data

5
Comments 1
2 min read
How to Install and Secure phpMyAdmin on Ubuntu 18.04 : Hands-on!

How to Install and Secure phpMyAdmin on Ubuntu 18.04 : Hands-on!

2
Comments 2
1 min read
Introducing minimylist - productivity assistant! 👨‍💻👩‍💻

Introducing minimylist - productivity assistant! 👨‍💻👩‍💻

7
Comments
2 min read
Contribute to the Chingu Resource List

Contribute to the Chingu Resource List

5
Comments
1 min read
Enums in GraphQL

Enums in GraphQL

5
Comments 1
2 min read
Don't Underestimate the Two Pointers: Removing the N-th Node from the End of a Linked List

Don't Underestimate the Two Pointers: Removing the N-th Node from the End of a Linked List

11
Comments
5 min read
What are the best places to learn Linux from ?

What are the best places to learn Linux from ?

51
Comments 21
1 min read
loading...