Tag: Open source
-
Aggregator Leaf Tailer: An alternative to lambda architecture for real-time analytics
Posted on April 7, 2020, Level intermediate Resource Length long
Aggregator Leaf Tailer (ALT) is the data architecture favored by web-scale companies, like Facebook, LinkedIn, and Google, for its efficiency and scalability. In this blog post, I will describe the Aggregator Leaf Tailer architecture and its advantages for low-latency data processing and analytics. By Dhruba Borthakur.
Tags software-architecture programming open-source
-
Repository in PHP -- Design pattern with examples
Posted on April 6, 2020, Level beginner Resource Length medium
The Repository pattern is used to create a middle layer between a data layer (which can be a database, a file, a CSV, etc) and your controllers. It is mainly used on large scale application, where there will be dozens of reference to a single data layer. It gives the ability to change the data layer without affecting any code in your controller. By Anastasio Nico.
Tags php web-development programming open-source
-
Best practices for microservices on kubernetes
Posted on April 4, 2020, Level intermediate Resource Length long
There are several best practices for building microservices architecture properly. In this article author mentions the best practices with some new rules dedicated especially for microservices deployed on Kubernetes platform. By Piotr Minkowski.
Tags microservices devops web-development open-source kubernetes kotlin
-
Build a Node.js tool to record and compare Google Lighthouse reports
Posted on April 3, 2020, Level intermediate Resource Length long
In this tutorial, Luke Harrison shows you step by step how to create a simple tool in Node.js to run Google Lighthouse audits via the command line, save the reports they generate in JSON format and then compare them so web performance can be monitored as the website grows and develops.
Tags web-development open-source nodejs
-
3 strategies for migrating from Wordpress to JAMstack
Posted on February 25, 2020, Level beginner Resource Length long
Brian Rinaldi published this article in which he describes the strategies for migration to JAMstack from an existing CMS architecture.
Tags javascript web-development open-source cloud
-
The many meanings of Open: Open Data, Open Source, and Open Standards
Posted on December 25, 2019, Level beginner Resource Length long
Anne Hale Miglarese wrote this explanation of various 'open' terms. Open data, open source, and open standards are not synonymous and should not be conflated.
Tags open-source miscellaneous cloud programming
-
How to buy the right CPU: A guide for 2019
Posted on November 17, 2019, Level beginner Resource Length long
Matt Safford wrote this guide for tomshardware.com about choosing CPU for your PC. Whether you're building or upgrading a PC, the processor matters a lot. We'll help you choose the right one for your needs.
Tags app-development miscellaneous learning open-source
-
Web components
Posted on November 14, 2019, Level beginner Resource Length medium
Guide to web components by Vernes Pendić. Web components are one of the most useful, built-in, standardized (W3C), browser features added recently. This article will guide you through understanding what they are and how to use them.
Tags web-development css frontend miscellaneous open-source
-
GraphQL introduction and integrating GraphQL into your frontend stack
Posted on November 8, 2019, Level intermediate Resource Length long
GraphQL is becoming the new way to use APIs in modern web and mobile apps. Free and powerful, concise course that will introduce you to GraphQL and integrating GraphQL into your frontend stack, in the shortest amount of time possible. By hasura.io.
Tags learning open-source nosql apis restful
-
How to build a custom Kubernetes Ingress Controller in Go
Posted on November 6, 2019, Level advanced Resource Length long
Tutorial written by Caleb Doxsey. It documents his journey to his own Kubernetes Ingress Controller.
Tags programming devops web-development open-source golang
-
Use Kabanero, Appsody, and Codewind to build a Spring Boot application on Kubernetes
Posted on November 5, 2019, Level intermediate Resource Length short
An article about how to create a modern, cloud-native application. New open source tools from IBM - Kabanero, Appsody, and Codewind - were created to make it easier for developers to build and deploy cloud-native applications to Kubernetes. By Hafid Haddouti.
Tags devops software-architecture programming web-development open-source
-
Leveraging the Dependency Injection support in Azure Functions
Posted on September 3, 2019, Level intermediate Resource Length long
Cecil Phillip, Rich Lander are authors of this video in which they walk you though dependency injection for Azure functions (serverless). The latest update to Azure Functions v2 now has support for registering services with DI.
Tags azure open-source cloud nodejs web-development serverless