olena.hashnode.devLearning Java as JavaScript Developer - week 1This 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...May 13, 2021·3 min read
olena.hashnode.devIntroduction to NextJSThis 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...May 4, 2021·3 min read
olena.hashnode.devConnecting React project with FirebaseWhile 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, ...Apr 21, 2021·5 min read
olena.hashnode.devReact Live Coding Interview TipsThis 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...Apr 13, 2021·6 min read
olena.hashnode.devWays of Getting Data from API in ReactThis 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...Apr 5, 2021·4 min read