iamSabir Blog

Working in a startup

July 14, 2020 • ☕️ 3 min read

Should you work in a startup or an established company? I will discuss my experience at a startup and also will try to discuss who should join startups and who should not.

JavaScript: Learn to filter array

May 18, 2020 • ☕️ 5 min read

JavaScript array filter method helps us to filter an array and create a new array without modifying the original array.

Case Study: A Covid19 comparison website in less than 50 working hours

April 10, 2020 • ☕️ 4 min read

Modern technologies and frameworks are getting better and better. I built a covid19 comparison related website using GatsbyJs, ChartJs, Github, Vercel hosting and Google Cloud Platform in less than 50 working hours. This is a case study on that.

Technical skills software engineers must have

December 25, 2019 • ☕️ 5 min read

At the end of the day, technical skills matter the most for software engineers. So, here I am going to talk about technical skills software engineers must-have.

Should you choose Gatsbyjs over Wordpress?

October 30, 2019 • ☕️ 7 min read

Want to build a landing page in Wordpress? Think again. Gatsbyjs could be all you need. For a blazing-fast secured website with complete control, gatsbyjs could be your new best friend.

Authentication Best Practices in REST and GraphQL APIs

October 26, 2019 • ☕️☕️ 9 min read

Authentication and Authorization are very important for web application. It is also a place where we should focus most on security. Best practices for a secure authentication and authorization process will be discussed in this blog post.