In this article, we’re going to create a very simple Vue application using the Vue CLI. We’ll modify the default scaffolded application so it provides a form to register as a new user, a login page, and a dashboard page only shown to people that are logged in.
Daily Archives: January 16, 2021
freeCodeCamp has a second YouTube channel just for tech talks. And we have published nearly 100 talks there, from developer conferences around the world. You can subscribe to the freeCodeCamp Talks channel here. I personally use tech talks as a way to top-up my developer knowledge. Most of these are
A code review, sometimes called code Quality Assurance, is the practice of having other people check your code after you write it. Code reviews bring many benefits to the process of writing and delivering software: Ensures consistency through your codebase.Teaches all members of the review (helps knowledge transfer).Builds
Elastic Beanstalk is an orchestration service that allows users on the AWS platform to deploy web applications easily. It caters to any setup you might need to run an application in the cloud. Orchestration simply means that it automates the workflow processes that occurs in order to deliver resources as
Every now and then we hear buzzing in the news about some egregious Big Tech privacy infringement. We are also frequently notified about all the new steps our apps are taking to further protect our privacy. Most of us then weigh the concerns and concede to the status quo without
