CodeNewbie Community 🌱

# productivity

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
My dev experience at The Collab Lab

My dev experience at The Collab Lab

4
Comments 1
5 min read
7 ChatGPT 🤖 Must Have Chrome Extensions🤯

7 ChatGPT 🤖 Must Have Chrome Extensions🤯

2
Comments 6
2 min read
Complete Guide To Make You a Regex Guru

Complete Guide To Make You a Regex Guru

5
Comments 2
20 min read
6 Use Cases for Regex in Your Daily Work

6 Use Cases for Regex in Your Daily Work

4
Comments
8 min read
Planning And Tracking Projects With GitHub's Projects Tool

Planning And Tracking Projects With GitHub's Projects Tool

9
Comments
7 min read
Extensive List of Best Development Resources - 121 Links to Guides, Cheat Sheets and More List of Resources

Extensive List of Best Development Resources - 121 Links to Guides, Cheat Sheets and More List of Resources

8
Comments 1
11 min read
🕵️‍♂️ Learn git alias and boost your productivity

🕵️‍♂️ Learn git alias and boost your productivity

5
Comments
2 min read
React environment frustration. Growing as a learner

React environment frustration. Growing as a learner

1
Comments 1
2 min read
Why You Should Not Be a Reactive Developer

Why You Should Not Be a Reactive Developer

6
Comments 1
7 min read
The Occasional Update - no.5

The Occasional Update - no.5

6
Comments 5
4 min read
Computer Networking | Part-3: The OSI Model

Computer Networking | Part-3: The OSI Model

8
Comments 4
5 min read
From Front Desk to Front End p5 Beginning Javascript

From Front Desk to Front End p5 Beginning Javascript

9
Comments 8
4 min read
From Front Desk to Front End p.2

From Front Desk to Front End p.2

3
Comments 6
4 min read
From Front Desk to Front End p.1

From Front Desk to Front End p.1

6
Comments 11
5 min read
Git Commands I'm using in my current project (which make me feel like a Pro 🤓)

Git Commands I'm using in my current project (which make me feel like a Pro 🤓)

3
Comments 2
3 min read
S20:E7 — What we can all learn from the experience of being a neurodivergent developer

S20:E7 — What we can all learn from the experience of being a neurodivergent developer

11
Comments 1
1 min read
How to create a Blogging Website with Express, NodeJs and MongoDB

How to create a Blogging Website with Express, NodeJs and MongoDB

9
Comments 4
2 min read
Coding Under Bombing: 5 War-Tested Steps to Be Productive Under Stress

Coding Under Bombing: 5 War-Tested Steps to Be Productive Under Stress

7
Comments 10
11 min read
Python Tools to Try in 2022

Python Tools to Try in 2022

7
Comments 1
7 min read
Guide To Asking Questions About Code

Guide To Asking Questions About Code

10
Comments
3 min read
How to have fun (and win) in a hackathon

How to have fun (and win) in a hackathon

13
Comments 1
12 min read
From Teacher of Many to Teacher of One – Tips on How to Be a Self-Taught Learner

From Teacher of Many to Teacher of One – Tips on How to Be a Self-Taught Learner

14
Comments 3
11 min read
Insights into a working day of a developer in a project

Insights into a working day of a developer in a project

7
Comments 11
3 min read
How to launch a Minimum viable product (MVP) in 2022

How to launch a Minimum viable product (MVP) in 2022

3
Comments 1
5 min read
How using the app Centered made me more productive

How using the app Centered made me more productive

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