Java is an object-oriented programming language since it provides Java developers with the ability to implement objects as real-life entities. OOP...
Topic: Languages
Building Scalable Multi-Module Projects in Spring Boot
In this tutorial, we will go through the multi-module architecture - which gives a drastic improvement on the monolith approach, yet offers as many...
Dynamically Update React and JavaScript with CSS Variables
While one might be familiar with using CSS variables with something like SASS, custom properties are native CSS implementation of using the variables right...
Advancement of Swing Frameworks in Java
Java Foundation Class took Swing Framework to be part of it. Java version 1.1 initially contained Swing as a well-defined library. Later on, it got integrated...
Advanced Concepts of Programming using Dart
Programming is a way of writing syntaxes that instructs a computer to perform specific tasks the way we want it to achieve a specific task. For a developer to...
Understanding Node.js Sequelize ORM Models
Sequelize is an Object Relational Mapper for Node.js. Sequelize lets us connect to a database and perform operations without writing raw SQL queries. It...
Add an external CSS file to a JavaFX Application
Are you having trouble attaching an external CSS file to a JavaFX application or linking an externally designed styling sheet to your program? In this...
Deploying a Flask Application to Google Compute Engine
This article focuses on building a Flask application and deploying it to one of the most reliable IaaS infrastructures; the Google Compute Engine. We will set...
How to Implement the Android LifeCycle Callback Methods
The Android lifecycle helps developers understand which states activities go through when a user navigates through an app. As a result, we can do proper...