42 followers
Web Developer/ Blogger/ Front-End Engineer
Subscribe to my newsletter and never miss my upcoming articles
This blog post is a beginning of the series "Java for JavaScript Developers" and it describes my experience while learning Java programming language. So, as many of you have already know from Twitter, due to my job specification I started to learn J...
This blog post is an easy introduction to NextJS and it's features. However, before starting to read this blog post, you must be familiar with React library. What is NextJS? NextJS is a React framework, which means is a platform for developing softwa...
While developing a web application, developers often have to interact with the database (save and fetch data to and from a database). This blog post describes an easy way to connect your React project with Firebase database. To read this blog post, ...
This blog post is not about how one should ace or nail the live coding interview for the junior frontend developer, but the practical advices on how to prepare for it and some tasks which might have been given. All information in this post is based o...
This blog post is about the ways of getting data from API in React. Before you read this post, you should be familiar with React library and Application Programming Interface (API). React library is a wonderful tool for building reach and highly sca...
This blog post is about an interesting React component - React Helmet. Before you read this article, you have to be familiar with React library. You would also need a basic knowledge about the HTML head element. I came across this component while bu...