Covid changes the world and the situation we are in is the new normal now. We have to change our thought process to align with this new normal.
5 reasons to learn coding in the new normal
GeneralProgrammingTechnology
Covid changes the world and the situation we are in is the new normal now. We have to change our thought process to align with this new normal.
Whatever programming language you are using, sooner or later there’s a need of maintaining user credentials for the application which interacts with the end user to store their data. Their username and password are stored in the database, no matter which database. With this piece of information you can authenticate users to use your application. […]
Most programming languages are object oriented today which have OOP concept like abstraction, polymorphism, encapsulation and inheritance, But there are other ways to program. Procedural programming language like C. In procedural programming, programs are written as a long series of operations to execute. Some of that might be written in methods to make the program […]