Systems | Development | Analytics | API | Testing

A beginner's guide to using CSS variables

If you look at the backend of a big website coded in CSS, you will encounter many repeating codes. They might be coding for particular text color or text size or even fitting the images to the right size for your screen. The problem comes in when you want to change these codes. Since they are so recurring, they demand global search. Custom properties of CSS variables allow all such values to be stored in one place and can be referenced throughout the document without having to retype it every time.

Building a realtime chat app with Laravel using WebSockets

You use realtime communication every day. It is the simultaneous exchange of information between a sender and a receiver with almost zero latency. Internet, landlines, mobile/cell phones, instant messaging (IM), internet relay chat, videoconferencing, teleconferencing, and robotic telepresence are all examples of realtime communication systems. In this tutorial, you’ll learn how to build a web based realtime chat app using Laravel, Ably and Vue.js.

Naively building Android Apps with Jenkins. Not natively, naively.

Imagine having built the almost perfect CI/CD system for Android and iOS apps with gitlab-ci. You took 8 years to fine-tune everything, you know your system by heart, you cherish your custom hardware, you know your community and its needs, and you're ready for any challenge that may arise... Except for this one: replicate this well-oiled machinery with Jenkins at home.

Top 5 Java REST API Frameworks

The Java programming language is a high-level, object-oriented language that enables developers to create robust, reusable code. Java is known for its portability and platform independence, which means that Java code can run on any system that supports the Java Runtime Environment (JRE). Java was originally developed by James Gosling at Sun Microsystems in 1995. Since then, the language has undergone several changes and has become one of the most widely used programming languages in the world.

How to Roll Out a Successful Software Project in Government: Insights from the DoD and Texas Department of Public Safety

Government agencies and industry leaders convened this month in Washington, DC, to attend the 5th annual Appian Government conference. Sessions addressed how to accelerate digital transformation, reimagine the citizen experience, and optimize case management through intelligent process automation (a.k.a., hyperautomation) using low-code software development.

Pros of Using a Virtual Private Server

When you are running a successful business, you need to make sure every aspect is performing at the highest level possible. One of the things you need to make sure is performing well is the web servers. Slow servers can easily turn off your customers, which can mean losing revenue. This is why more and more businesses are opting for virtual private servers (VPS) when hosting their websites.

From Data Lake to Data Mesh: How Data Mesh Benefits Businesses

Current data architecture is going through a revolution. Enterprises are starting to shift away from the monolithic data lake towards something less centralized: data mesh. It’s a relatively new concept, first coined in 2019, that addresses potential issues with data warehouses and data lakes that can cause businesses to be slow, unresponsive, or even suffer from data silos. What is a data mesh, and how could it benefit your business?

Getting Started with Linux Containers: A Beginner's Guide

A container comprises no operating system images in contrast to a server or virtualized machine. Due to this, they are lighter, more portable, and have less overhead. By using containers, operating systems can be virtualized. Microservices, software processes, and applications may all be run in one container. Among the files in a container are executables, binary code, libraries, and configuration files.