CodeNewbie Community ๐ŸŒฑ

# productivity

Posts

๐Ÿ‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
What a working day looks like as a (junior) developer

What a working day looks like as a (junior) developer

17
Comments 14
5 min read
Measuring your progress in Web Development: why is it important and how to do it

Measuring your progress in Web Development: why is it important and how to do it

8
Comments 3
5 min read
Using Notion to organise programming topics

Using Notion to organise programming topics

17
Comments 1
7 min read
How I come up with project ideas (and never faced tutorial hell)

How I come up with project ideas (and never faced tutorial hell)

9
Comments 7
3 min read
Why developers don't like ETA's?

Why developers don't like ETA's?

3
Comments
6 min read
What qualities should a software engineer have?

What qualities should a software engineer have?

4
Comments 7
6 min read
GitHub Copilot blew my mind on a code-along exercise

GitHub Copilot blew my mind on a code-along exercise

5
Comments 1
3 min read
A fun detour is also progress in coding

A fun detour is also progress in coding

6
Comments 1
2 min read
Lazy debugging gone long

Lazy debugging gone long

6
Comments 1
2 min read
7 Reporting Tools to Extend Your App with Reporting Functions ๐Ÿ“Š

7 Reporting Tools to Extend Your App with Reporting Functions ๐Ÿ“Š

3
Comments
2 min read
Write, write, write it down!

Write, write, write it down!

8
Comments 10
2 min read
Easy or not, time will pass either way

Easy or not, time will pass either way

10
Comments
2 min read
To frame, or not to frame...

To frame, or not to frame...

7
Comments
1 min read
Another year of contributing to Hacktoberfest !

Another year of contributing to Hacktoberfest !

4
Comments 3
3 min read
Take Chances and Push Forward.

Take Chances and Push Forward.

6
Comments
2 min read
That moment when coding no longer feels scary

That moment when coding no longer feels scary

5
Comments
3 min read
Developer insights: Why you should conduct user interviews

Developer insights: Why you should conduct user interviews

6
Comments 4
7 min read
Debugging as a Solo Game Developer: My Workflow

Debugging as a Solo Game Developer: My Workflow

4
Comments 23
5 min read
3 Easy Steps to work on your next side project more effectively

3 Easy Steps to work on your next side project more effectively

4
Comments 4
6 min read
How To Stay Focused ๐Ÿ” As A Self Taught Frontend Web Developer ๐Ÿ’ป

How To Stay Focused ๐Ÿ” As A Self Taught Frontend Web Developer ๐Ÿ’ป

7
Comments 2
7 min read
How NOT to use Git in Practice. Ten Git usages, you should know to avoid.

How NOT to use Git in Practice. Ten Git usages, you should know to avoid.

7
Comments
6 min read
Tips To Avoid Developer Burnout Like a Pro

Tips To Avoid Developer Burnout Like a Pro

32
Comments 9
6 min read
Career Development Tips to Help You Keep Ahead of the Curve

Career Development Tips to Help You Keep Ahead of the Curve

25
Comments 3
3 min read
Stop procrastination get things done.

Stop procrastination get things done.

10
Comments
3 min read
Does HTML follow Pareto's Law?

Does HTML follow Pareto's Law?

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