As a developer, it's always helpful to work on your problem-solving skills.
And a popular way to do that is to solve coding challenges and participate in competitions.
In this guide @Fahim_FBA shares the most popular coding challenge websites in 2022.
https://t.co/61iy6ArHEt
5 important platforms for every developer:
- @github for showcasing work
- @codedamncom for practicing and building projects
- @StackOverflow for asking and answering questions
- @twitter to connect and stay updated with recent tech & jobs
- @MozDevNet for documentation
What helps you grow:
✅ Building in public
✅ Working on projects
✅ Networking with other developers
What pushes you back:
👎🏻 Not evaluating from your mistakes
👎🏻 Poor deadlines and time estimates
👎🏻 Too many tutorials, not enough projects
Software design patterns are specific approaches that help you solve a particular kind of problem.
And they're classified as creational, structural, & behavioral.
In this guide, @CoccaGerman explains how these patterns work in JavaScript with examples.
https://t.co/EbhkrTn6Hg
You should have a solid understanding of algorithms whether you're job hunting or working as a dev.
But don't worry – they're not as scary as they sound.
Here @CoccaGerman explains what an algorithm is & how they work – with lots of JavaScript examples.
https://t.co/IceQS0279Z
Truffle is a framework for building smart contracts for blockchain.
In this complete guide to using the truffle framework, @Kshitij18792131 explains how you can get started with truffle and publish a DApp with truffle + React
https://t.co/VC7AowkMWw
Revisited some studies on programming structures and prototype inheritance today. It’s cool how JavaScript is so flexible but it’s a double edged sword as well. #100DaysOfCode