Tag: Devops and ci cd
-
Comparing JVM performance; Zulu OpenJDK, OpenJDK, Oracle JDK, GraalVM CE
Posted on January 15, 2019, Level intermediate Resource Length long
Comparison article by Maarten Smeets in which he tries to help you to choose the best Java Virtual Machine (JVM) for your project. There are many different choices for a JVM for your Java application.
Tags backend-development software-engineering devops-and-ci-cd
-
How to make WordPress page cache plugins fly with NGINX
Posted on December 30, 2018, Level intermediate Resource Length medium
Ashley Rich posted an article about improving WordPress performance uisng NGINX caching. There are a ton of WordPress page caching plugins available, but limiting yourself to cache plugins alone means leaving significant performance improvements on the table.
Tags devops-and-ci-cd frontend-and-mobile backend-development software-engineering
-
Load balancing with HAProxy, Nginx and Keepalived in Linux
Posted on December 30, 2018, Level intermediate Resource Length medium
Tutorial by Rishi Raj Gautam on linuxhandbook.com focusing on load balancers. Having a proper set up of load balancer allows your web server to handle high traffic smoothly instead of crashing down. In this tutorial, he explains how to setup a load balancer with high availability.
Tags devops-and-ci-cd frontend-and-mobile cloud-and-infrastructure architecture-and-apis
-
Simple Kafka producer in Kotlin, tutorial
Posted on December 26, 2018, Level beginner Resource Length medium
The first in series of tutorials by Alexis Seigneurin focused on Kafka. Author focuses on producing, consuming and processing messages or events.
Tags backend-development software-engineering data-and-analytics devops-and-ci-cd
-
Yes, cross-functional teams -- but real ones!
Posted on December 19, 2018, Level beginner Resource Length medium
An article by Jutta Eckstein and John Buck on hot topic of cross-functional teams. If you start with Agile, one of the first things you typically do is come up with a team. And yes of course, the team will be cross-functional. But what's actually meant by cross-functionality?
Tags devops-and-ci-cd leadership-and-career frontend-and-mobile
-
Microservice architecture at Medium
Posted on December 16, 2018, Level intermediate Resource Length medium
Xiao Ma wrote an article about their experience with microservices at Medium. They have built a couple of satellite services, but haven't created a strategy to adopt the microservice architecture systematically.
Tags architecture-and-apis product-and-design software-engineering frontend-and-mobile devops-and-ci-cd
-
How to manage storage on Linux with LVM
Posted on December 13, 2018, Level intermediate Resource Length long
An article by Seth Kenlon describing how to create, expand, and encrypt storage pools as needed with the Linux LVM utilities. There are lots of reasons to use it, especially in a data center or any place where storage requirements change over time.
Tags cloud-and-infrastructure devops-and-ci-cd miscellaneous
-
Tutorial: Route network traffic with a route table using the Azure portal
Posted on December 12, 2018, Level intermediate Resource Length long
Tutorial focusing on routing between subnets in Azure cloud. Azure routes traffic between all subnets within a virtual network, by default. You can create your own routes to override Azure's default routing. The ability to create custom routes is helpful if, for example, you want to route traffic between subnets through a network virtual appliance (NVA).
Tags cloud-and-infrastructure devops-and-ci-cd miscellaneous
-
Understanding and using systemd
Posted on December 10, 2018, Level beginner Resource Length long
Older but very informative article by Carla Schroder about systemd. systemd is controversial for several reasons: It's a replacement for something that a lot of Linux users don't think needs to be replaced.
Tags cloud-and-infrastructure devops-and-ci-cd miscellaneous
-
UI in microservices world -- micro frontends pattern and web components
Posted on December 7, 2018, Level intermediate Resource Length medium
Interesting article by Altkom software & consulting on topic of microservices. The topic of microservices in IT world is still alive. Like every novelty -- it makes lots of noise and causes lots of controversies.
Tags architecture-and-apis product-and-design software-engineering frontend-and-mobile devops-and-ci-cd
-
Getting started with Jenkins X
Posted on December 4, 2018, Level beginner Resource Length short
Dave Johnson wrote blog post about starting with Jenkins X. Jenkins X provides continuous integration, automated testing, and continuous delivery to Kubernetes.Jenkins X-managed projects get a complete CI/CD process with a Jenkins pipeline that builds and packages project code for deployment to Kubernetes and access to pipelines for promoting projects to staging and production environments.
Tags devops-and-ci-cd backend-development testing-and-quality
-
Deploy Node.js App with GitLab CI/CD
Posted on December 1, 2018, Level intermediate Resource Length medium
An article by Seulkiro Park in which he sheds the light on deployment process utilizing continuous integration and continuous delivery tools offered by GitLab.
Tags devops-and-ci-cd software-engineering backend-development