CodeNewbie Community 🌱

# productivity

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
10 VS Code emmet tips to make you more productive

10 VS Code emmet tips to make you more productive

3
Comments 1
6 min read
The power of saying “NO!”: A Software Engineering Superpower

The power of saying “NO!”: A Software Engineering Superpower

4
Comments
4 min read
5 Mindsets to avoid when you start coding | Newbie tips series

5 Mindsets to avoid when you start coding | Newbie tips series

5
Comments 3
6 min read
Why I Love Notion for Note-taking and Much More

Why I Love Notion for Note-taking and Much More

5
Comments 2
3 min read
Self-studying 101: advice from a self-taught dev

Self-studying 101: advice from a self-taught dev

30
Comments 15
3 min read
5 Useful ways to help you practice coding | Newbie tips series

5 Useful ways to help you practice coding | Newbie tips series

4
Comments
5 min read
Six Git Commands Every Beginner Should Know

Six Git Commands Every Beginner Should Know

4
Comments
4 min read
Programmers have it easy when it comes to writing online - Here's how

Programmers have it easy when it comes to writing online - Here's how

7
Comments 4
3 min read
Why I Use The Pomodoro Technique

Why I Use The Pomodoro Technique

12
Comments 4
3 min read
How To Plan A Website Redesign

How To Plan A Website Redesign

3
Comments 1
7 min read
Why its useful to have a personal skill matrix

Why its useful to have a personal skill matrix

2
Comments
2 min read
Mastering the Mental Aspect of Learning to Code and Getting Hired

Mastering the Mental Aspect of Learning to Code and Getting Hired

4
Comments
7 min read
How I setup my Development Environment on macOS

How I setup my Development Environment on macOS

2
Comments 2
4 min read
Stuff I always Set Up for Frontend Work

Stuff I always Set Up for Frontend Work

13
Comments 2
5 min read
How to stay productive as a developer

How to stay productive as a developer

7
Comments
5 min read
3 affirmations for the next 365 days: on improving myself as a developer

3 affirmations for the next 365 days: on improving myself as a developer

20
Comments 4
3 min read
My Journey From a CodeNewBie To Earn $1k+ As a Developer

My Journey From a CodeNewBie To Earn $1k+ As a Developer

4
Comments 4
4 min read
Handy Git Commands and practices to improve your workflow

Handy Git Commands and practices to improve your workflow

9
Comments 1
10 min read
3 quick ways to add fonts to your React app

3 quick ways to add fonts to your React app

6
Comments 11
5 min read
Python 2021 Roadmap

Python 2021 Roadmap

7
Comments
3 min read
Event Listeners Explained

Event Listeners Explained

10
Comments
3 min read
6 habits I’m building to level up as a developer

6 habits I’m building to level up as a developer

10
Comments 2
4 min read
20 VS Code shortcuts to speed up your flow ⚡️

20 VS Code shortcuts to speed up your flow ⚡️

10
Comments
2 min read
7 Practices of Excellent Developers (And All-Around Awesome Humans)

7 Practices of Excellent Developers (And All-Around Awesome Humans)

9
Comments 3
12 min read
My Favorite JavaScript Tips and Tricks

My Favorite JavaScript Tips and Tricks

11
Comments 1
8 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);