CodeNewbie Community 🌱

Discuss

Whether you have a question about a particular programming language or your'd like opinions on a personal career scenario, use this tag to start discussions with the CodeNewbie community!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What were some preconceived notions you had about coding before starting your journey?

What were some preconceived notions you had about coding before starting your journey?

14
Comments 4
1 min read
How to master your Software Engineering journey: The 10x Engineer

How to master your Software Engineering journey: The 10x Engineer

8
Comments
8 min read
How to start your tech career in 2021

How to start your tech career in 2021

7
Comments 7
6 min read
Cookies vs Local Storage

Cookies vs Local Storage

14
Comments 5
3 min read
Any recommendations for SwiftUI and iOS development bootcamps?

Any recommendations for SwiftUI and iOS development bootcamps?

6
Comments 7
1 min read
Guilty 🙋‍♂️ I over-engineered...a lot!

Guilty 🙋‍♂️ I over-engineered...a lot!

6
Comments 2
3 min read
Five common mistakes when writing a technical blog post

Five common mistakes when writing a technical blog post

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