As a hiring manager, I’ve read hundreds of software developer resumes. I’ve also talked to and interviewed dozens of recruiters and hiring managers who work at Facebook, Google, Spotify, Amazon, and other tech companies about the same topic while writing The Tech Resume Inside Out. You’ve probably
Category Archives: Uncategorized
Are you looking for another web app project to build? Are you interested in incorporating accessibility into your websites? Do you want to learn more about creating mobile-first apps? If you answered “yes” to any of those questions, you’re going to like this new tutorial we just released on the
Windows 10 has come a long way since it was first launched in 2015. Each update brings a lot of new features, and Microsoft has embraced the open source community in a way that was once thought impossible. Still, like with any operating system, there are bugs. And one of
React is one of the most popular JavaScript libraries for building user interfaces. If you want to become a front-end developer or find a web development job, you would probably benefit from learning React in-depth. In this post, you’re going to learn some of the basics of React like creating
There are many platforms and software solutions you can use for your blog. But the question is which one is the most appropriate for your needs. After trying a plethora of options for my blog, I want to answer the question and help you choose the best option for your
In Software Development keeping up to date with technology updates is crucial. This is true both for developers as they learn and renew their skills, and also for the projects they work on and maintain. When you start a project, you normally set it up with the latest stable versions
Walktrough for Hack The Box Sense machine
React is one of the most popular JavaScript libraries in the web development field today. Since interest in learning React is also increasing rapidly day by day, I have decided to write more posts and make more tutorials about React on my channel. As a Frontend Developer, I have personally
A few months ago, I decided to release Caer, a Computer Vision package available in Python. I found the process to be excruciatingly painful. You can probably guess why — little (and confusing) documentation, lack of good tutorials, and so on. So I decided to write this article in the hope
The word void means “completely empty space” according to the dictionary. This term, when used in programming, refers to a return of “nothing” – an “empty value” so to speak. What is the void keyword? When a function is void, it means that the
