Sort By
Most Recent
6 Articles
Jan 09, 2023
MVVM architecture (Model-View-ViewModel) is the software design pattern that separates the graphical user interface from the business logic of an application.
Jan 06, 2023
Back-end development, also known as server-side development, refers to the development of the behind-the-scenes logic that powers web applications.
Dec 28, 2022
Monolithic applications are built as a single unit that includes all of the application's components including APIs, services, databases and load balancers.
Dec 19, 2022
Meteor is an open-source full-stack framework that offers access to thousands of libraries to help with web development. It's ideal for creating quick prototypes.
Dec 15, 2022
Intranet are private networks used by organizations to improve secure communication, collaboration and information sharing between authorized users.
Oct 21, 2021
Keep your Docker Compose environment variables inside the actual Compose file and out of the command line. Here’s why. Plus, sample code.