Szymon Adamiak's Blog

Szymon Adamiak's Blog

Follow
homebadgesnewsletter
Tag

Junior developer

#junior-developer

More content

Read more stories on Hashnode


Articles with this tag

How to Get Your First Programming Job

Mar 25, 20217 min read

You can code but can’t find a job? The solution - don’t just respond to job postings. Be proactive. · This is not advice on how to get a FAANG job or...

How to Get Your First Programming Job

How to Stand Out as a Programmer Without a Degree

Dec 15, 202012 min read

Because being an engineer is so much more than just data structures and algorithms My friend’s husband is a full-stack developer who has been working...

How to Stand Out as a Programmer Without a Degree

Worried About Job Security? Learn to Learn

Dec 9, 20208 min read

The ability to learn effectively has never been as crucial as it is now. Old world and the new world Are you worried about your job? I used to be....

Worried About Job Security? Learn to Learn

How to Find Bugs With Divide and Conquer

Dec 7, 20208 min read

If I could learn only one thing about debugging, I’d learn to divide and conquer. Divide and Conquer Divide and conquer is an algorithm design type....

How to Find Bugs With Divide and Conquer

How to Use SVG in React - The Easy Way

Dec 3, 20204 min read

Easy way to make reusable React components out of SVG without fancy tooling - just React, ReactDOM, and JSX. You're working in React, just got an SVG,...

How to Use SVG in React - The Easy Way