Introduction to Ansible
Ansible is a tool invented for making depoyment of applications and environments effefortless and reliable. The tool is developed and maintained by Red Hat, making it dependent on a Rat Hat distribution of Linux.
INTEGU publishes a variety of blog posts. Including everything from tutorials, learning new technologies and the life of the software developer.
Ansible is a tool invented for making depoyment of applications and environments effefortless and reliable. The tool is developed and maintained by Red Hat, making it dependent on a Rat Hat distribution of Linux.
As presented in one of my previous blogs, microservice architecture is an increasingly more popular architecture in modern software development.
How to detect and prevent layout reflow Chrome DevTools Tutorial How To Detect And Prevent Layout Reflow Recently I had the opportunity (or perhaps obligation) to dive into the topic of tracking down and fix a variety of unhandled DOM elements causing layout reflow on every update. Given that these reflow can be caused for …
From Monolith To Microservices.
In a world of development, we were once building large monolithic applications, capable of performing all the tasks required to do the intended job.
Jest-image-snapshot is a testing framework based on the jest framework. What jest-image-snapshot provides as additional features, is the capabilities to take actual screenshot of the application while the running it in varies scenarios.
Your Code as a Crime Scene (Affliate Link) is essentially a book about utilization of version control systems (VCS) to analyze and determine hotspots in the codebase.
What Is The Purpose Of Web-Desktop-Apps?
Javascript is, at this current point in time, the most popular programming languages, which means that the amount of web developers is higher than ever. A few years ago this might also have been what javascript developers, would be expected to build: web applications.
Hobby projects can sometimes be frustrating.
Not because of the challenges you meet on the way, but because of the time you have to allocate on it. Where do we find these small windows of time? Isn’t it just because we prioritize something else?
Goodbye India! – Is Working Remotely Beneficial?
Last week I wrote my cultural evaluation of the past six month, where I have been working remotely from India.
B.E.S.T. is the abbreviation of the four main requirements which should be fulfilled before taking a pull request onto a code review.