embed responsive videos
Web Development, Angular 10 Tutorials, How To

Cannot make a static reference to the non-static method or fields: error (fixed)

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…

Continue Reading

flutter tutorials for beginners
Angular 10 Tutorials

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…

Continue Reading