When you create a new Java program and you initialize a variable or method outside the main method, and you try to execute or reference it, you will encounter a compile time error “Cannot make a static reference to the non-static method or a non-static field”. It doesn’t matter what programming language you use either c#, JavaScript, python, C++ or…
Category: Angular 10 Tutorials
Angular 10 tutorials for beginners
Flutter tutorials – For Beginners
Flutter is a framework developed by Google for building mobile applications for android and iOS. You can also use flutter to develop nice UI for web and desktop applications in a single codebase. If you already have some knowledge of computer programming, then you know that building the interface of most applications involves writing more code than the backend. Google…
Free Android App Development Course for Beginners in Java
The free android app development course for beginners in java is here. Learning how to develop mobile apps in this high-growing technological world is of great advantage. Because nothing is so awesome than having the necessary skills to solve problems. Programming or coding is the best skill you can ever have, and if you didn’t know, this is a dead-end…
Java Vs JavaScript – What’s The Difference?
Java vs JavaScript similarities, difference and which is better or easy to learn. You don’t have to worry about which one to choose from, I’m going to show you the best programming language you should go with. I’m going to be talking about the difference between Java and JavaScript. First off all, are they similar? No, I know it’s hard…
Laravel Passport API Authentication Example
Master laravel passport API authentication in this two minute tutorial. Securing your API is one of the most essential things every programmer should pay close attention to. Just as you will not allow anyone to enter into your room except your kids, so it should be when it comes to API development. Because imagine you have secret details stored in…
Install Angular Cli Globally: 2 Steps (-g @angular/cli)
install angular cli for development with other tools. So before we can write any code in angular 10 we need to install couple of tools like, nodejs, typescript, code editor and a web browser
Angular 10/11/12 Tutorials – Introduction For Beginners
Angular 10 tutorials for beginners. In this series of tutorials i will teach you angular from basic to advance in an easy way so that at the end of the course you…