CodeNewbie Community 🌱

# productivity

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Happy Hackathoning - Do’s & Don'ts

Happy Hackathoning - Do’s & Don'ts

14
Comments 1
5 min read
How to use Notion API with NextJS

How to use Notion API with NextJS

11
Comments 1
6 min read
What's your NEW daily routine?

What's your NEW daily routine?

5
Comments 4
1 min read
10 useful VS Code shortcuts you should know

10 useful VS Code shortcuts you should know

15
Comments
3 min read
I used the web browsers Edge and Brave exclusively for 1 week each here are my thoughts

I used the web browsers Edge and Brave exclusively for 1 week each here are my thoughts

8
Comments 2
4 min read
How to set up VSCode terminal with WSL

How to set up VSCode terminal with WSL

9
Comments 1
5 min read
How I use the Markdown app Obsidian as a second brain

How I use the Markdown app Obsidian as a second brain

7
Comments
3 min read
Why programmers should add journaling to their daily routine

Why programmers should add journaling to their daily routine

9
Comments 3
3 min read
How I Write Articles

How I Write Articles

24
Comments 4
6 min read
200+ JS Resources to master programming 💥 Cheat Sheet

200+ JS Resources to master programming 💥 Cheat Sheet

12
Comments 9
19 min read
Chrome Dino Game using Python...

Chrome Dino Game using Python...

6
Comments 10
2 min read
Music and Work: Can they be combined?

Music and Work: Can they be combined?

6
Comments 6
4 min read
Sudoku Solver - Solve Any Sudoku Puzzle Instantly

Sudoku Solver - Solve Any Sudoku Puzzle Instantly

11
Comments 7
2 min read
Make your own VSCode theme and Publish!🎉

Make your own VSCode theme and Publish!🎉

6
Comments
6 min read
How to Write Better Questions on StackOverflow

How to Write Better Questions on StackOverflow

6
Comments
2 min read
Quick Tip: Take advantage of the official Next.js examples

Quick Tip: Take advantage of the official Next.js examples

5
Comments 1
1 min read
45 useful mobile apps that I use as a developer

45 useful mobile apps that I use as a developer

4
Comments 19
7 min read
How to write to CXOs and supervisors

How to write to CXOs and supervisors

Comments
3 min read
Stop Watching Tutorials and Start Writing Your Own Code With These Five Tips

Stop Watching Tutorials and Start Writing Your Own Code With These Five Tips

17
Comments 6
5 min read
What kind of learner are you?

What kind of learner are you?

2
Comments 11
2 min read
Contactless Attendance System

Contactless Attendance System

9
Comments
2 min read
Switching to Arch Linux

Switching to Arch Linux

Comments 1
6 min read
What video games teach you about dealing with the Writer's Block

What video games teach you about dealing with the Writer's Block

5
Comments 8
4 min read
5 Tips for effective meetings

5 Tips for effective meetings

6
Comments 4
3 min read
Learning To Learn [Efficient Learning]: The Science

Learning To Learn [Efficient Learning]: The Science

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