Skip to main content

Posts

Showing posts from May, 2021

Upgrading to Angular 12

Guys – with Angular 12.0.2 released out, i will show you how to upgrade your project to Angular 12. Open up a command prompt in your project folder and execute this. Angular 12 needs node 12.14 + or 14.15 + 2. So download the latest nodejs and install it in your machine. 3. Go to the project and execute the command for updating angular In case the update does not happen automatically, execute the commands manully If everything goes good then you should see Angular 12 CLI Thats it. you are done upgrading to 12.0.2

This could be the new way how Web technology can be Built - Web built using Web

As a Developer the main pain point is to do local set up of web technologies and get the server up and running. On May 20 ( 2 days before) , StackBlitz anounced the launch of a new technology called Web container. This could prove a turning point in the web development where the high end machines could be replaced with low end machines running chrome. What is Web container : Below is an excerpt from Stackblitz webblog – WebContainers allow you to create fullstack Node.js environments that boot in milliseconds and are immediately online & link shareable—in just one click. The environment loads with VS Code’s powerful editing experience, a full terminal, npm and more. It also runs entirely inside your browser, which yields some key benefits: Faster than your local environment . Builds complete up to 20% faster and package installs complete >= 5x faster than yarn/npm. Node.js debugging in-browser . Seamless integration with Chrome DevTools enables native back-end de...

C++ for Absolute Beginners

If you are a beginner and will want to know about c++, this is the place to kick start. I am taking regular online classes and have posted the videos here. Please find the same and revert back if you have any questions. Expertise level needed – No