ODOlena Drugalyainolena.hashnode.dev·May 13, 2021 · 3 min readLearning 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...00
ODOlena Drugalyainolena.hashnode.dev·May 4, 2021 · 3 min readIntroduction 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...00
ODOlena Drugalyainolena.hashnode.dev·Apr 21, 2021 · 5 min readConnecting 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, ...00
ODOlena Drugalyainolena.hashnode.dev·Apr 13, 2021 · 6 min readReact 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...00
ODOlena Drugalyainolena.hashnode.dev·Apr 5, 2021 · 4 min readWays 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...04ASTA