Alex Khomich
22 posts
The What, Why, & How of Social Bookmarking
If you’ve ever come across a valuable article or website that can help improve your skills as a…
The Romance Between Developers and Data Structures
Introduction Have you ever wondered why in most software engineering interviews, candidates are seriously drilled with questions related…
How to Create a Good Pull Request Template (and Why You Should Add Gifs)
I wasn’t in tech when Pull Requests (PRs) were first introduced by GitHub back in 2008. And when…
Key React 18 release features in 2022
The long-awaited version 18 of React was finally released this year and it was just as famous as…
How to Develop a Content Strategy in 7 Steps: A Start-to-Finish Guide
Whether you’re just starting out with content marketing or you’ve been using the same approach for a while,…
IaSQL and Skyplane: Open Source Projects to Boost Your AWS Deployments
As a cloud editor for InfoQ, I often cover news about cloud open source projects. Two that really…
Medusa Hackathon 2022: Participation Tips and Guidelines
On Saturday, we kicked off the Medusa Hackathon where developers can participate by creating something awesome using Medusa…
THE MOST DEMANDING JOB OF IT COMPANIES,FOR WHICH THEY MOSTLY HIRES –“THE JOB OF SOFTWARE ENGINEERS”
app.techlearnindia.com WHAT IS SOFTWARE ENGINEERING? Software engineering is defined as the method of evaluating user needs and then…
How blogging helped me land a part time job in tech?
Introduction Blogging is no doubt one of the major ways of sharing knowledge, experience, and resources with the…
Smallest Number in Infinite Set
You have a set which contains all positive integers [1, 2, 3, 4, 5, …]. Implement the SmallestInfiniteSet…