AUTH with node.js (part third)After we created the user model, create user route and login route, next step — create authenticate action.Nov 9, 2020Nov 9, 2020
AUTH with node (part second)After we created user model and migration, we need to create a route for login action. I will continue based on my project.Oct 16, 2020Oct 16, 2020
AUTH with Node.js (Part First)AUTH is an important part for every project. The workflow of your application depends on how strong you protect your resources. The most…Aug 27, 2020Aug 27, 2020
Backend with Node.js step by stepIn my coddling life I used only Ruby on Rails for the backend before. But for my capstone project I decided to learn new technology. I…Aug 19, 2020Aug 19, 2020
How to integrate flip cards into React appLike any developer, I always try to add interesting animations to my projects. With React.js it can be very easy.Aug 10, 2020Aug 10, 2020
How to integrate music into your React appMusic is a part of our life. And adding music to your application or website can show your personality. Let’s say that you already have…Aug 5, 2020Aug 5, 2020
AUTH Part Third (protecting resources)Third part of AUTH — protection your resources. As any developer, I want to protect my resources, I don’t want unauthorized users to have…Jun 12, 2020Jun 12, 2020
AUTH Part SecondSecond part of AUTH — verify user identity in Rails. In previous post we already created a user controller, model and route for create…Jun 1, 2020Jun 1, 2020
AUTH Part FirstSome content or resources may be available for public consumption and don’t require any type of identification or authentication — think…Jun 1, 2020Jun 1, 2020
My First Dive into CSSA software engineer tries to first of all create maximum correct functionality on his or her project. And the last task is to make a…May 19, 2020May 19, 2020