I started writing articles as my personal repository of knowledge for concepts and issues I've struggled with or wanted to learn more about. Writing and diving deep into a topic is a good practical way to learn something. I'm sharing my findings and learnings with you so that you can also learn with me.
Subscribe to never miss an article!
It's already daunting enough to learn a new programming language. However, learning never stops. So when do you know is a good time to start applying for your first job as a junior developer? Is there ever a good time for that or should you just go for it? In this post, I've shared my personal experience and things I did that helped me land my first job. It took me one year.
Sometimes, when parsing a JSON, you need to implement a custom Codable initializer. Because of that custom logic, you're no longer using the default implementation. It's a good idea to test your code.