Progressive WebApp with React JS & modern CSS 🚀

One day I have started thinking of modern way to build a web application and I have made a big research to realize which one should be the best to learning. 😱

I have read a lot of posts about the progressive WebApp in 2019 and each of the authors has described their own opinion why hе has selected either Vue JS or Angular, React JS. It was really difficult to decide which one is fit to learn and one interesting site helped me. People collect quite useful statistics of front-end frameworks there. For example how many people use them and their opinion whether they want to continue to learning selected frameworks and etc. You actually could see all this information here (link). So I have decided to learn the React JS because of the React is the most popular framework to build single page applications and the same way more easy to get started. 😎

I have started an online course of React in Udemy (link). There are 40.5 hours and 499 lectures in the course. It could seem a bit long but trust me that Maximilian Schwarzmüller has the talent to explain difficult things as easy as possible and he pays attention to the most important things in every lecture. Through all the course you make a project which is a burger application where you create own burger with picked ingredients after purchase it and look at your order list. He gives information about fundamental things of the React environment and also gives the good code challenges where you can play around with a recently learned knowledge. So my advice to you is to try this course because I can create React application now. 🕺

After I have learned the React I have started thinking of interface of application because of I have been going to create an amazing application with cool design so I haven’t been thinking a lot I have just started to learn the other course of modern CSS and all stuff that need us to create an awesome application. (link) The course includes 125 lectures and takes about 28 hours to finish it. 🎉🎉

😍😍😍 IT WAS AMAZING ONE! I found out so many cool things about SASS, Animation of CSS, Flexbox, CSS Grid and so on. It was one of the best courses that I have been learning ever. I recommend you to try it as well.

Thank you that you read till this point -> 🔴

Evgeny Skarlat

My opinion about NodeJS course from Udemy

Hi there,

On 26 December 2018 I got certificate of finishing course of ” Node.js: The Complete Guide to Build RESTful APIs (2018) “.

On this course was opened follows topics such as:

  1. How to getting started with NodeJS.
  2. NodeJS environment: node module system and node packages manager.
  3. Author gave a good description about build RESTfull API using Express Framework and noted all important things which helped me to got whole picture about asynchronous JavaScript and authentication and authorization with using JWT (JSON WEB Token)
  4. He also gave me a good knowledge about validation in NodeJS routes, type validation and MongoDB models validation.
  5. He noted all small features of MongoDB and explained them on easy way.
  6. Testing and handling the errors. He explained several packages which give us possibility to test our application more quality. On the same section he explained new approach to build application. This approach names Test-Driven the seance of that is to write test before you write code.
  7. Deployment to production using Heroku.

The course duration is 15 hours and includes 224 lectures which give you advance knowledge about server-side JavaScript as NodeJs.

I suggest you to give time for this course and will learn more about NodeJS.

Thank you for attention.
Evgeny Skarlat