Tag: Open source
-
Zero to AWS Lambda in Scala
Posted on September 14, 2020, Level intermediate Resource Length short
AWS Lambda is the platform for deploying functions to the AWS cloud. You can use it to develop functions that respond to AWS events (eg S3 uploads, DynamoDB inserts), AWS API calls, or via HTTP endpoints using the API Gateway. By Jason Swartz.
Tags serverless devops open-source scala programming java
-
OAM, the Kubernetes application model bridging development and deployment
Posted on September 12, 2020, Level intermediate Resource Length medium
Why does Kubernetes need a unified application model? It would be the final piece needed to run a seamless deployment model. By Joab Jackson.
Tags kubernetes containers devops open-source
-
Graphtage: A new semantic diffing tool
Posted on September 1, 2020, Level beginner Resource Length short
Graphtage is a command line utility and underlying library for semantically comparing and merging tree-like structures such as JSON, JSON5, XML, HTML, YAML, and TOML files. By Evan Sultanik.
Tags linux software programming web-development open-source
-
Introduction to crun, a fast and low-memory footprint container runtime
Posted on August 4, 2020, Level intermediate Resource Length short
Check out crun, an OCI-compliant alternative to runc for Linux container runtime. By Dan Walsh (Red Hat), Valentin Rothberg (Red Hat), Giuseppe Scrivano (Red Hat).
Tags containers open-source software-architecture devops linux
-
Progressive Web Apps: Caching strategies
Posted on August 3, 2020, Level intermediate Resource Length short
Write up about doing some brushing up on progressive web apps and effort to understand some concepts better especially caching strategies. Progressive Web Apps(PWAs) are normal web applications which can feel like native mobile applications to the user. By Sholley O.
Tags javascript web-development open-source nodejs
-
What is DevSecOps? Why it's hard to do well
Posted on July 28, 2020, Level intermediate Resource Length long
DevSecOps is about introducing security earlier in the life cycle of application development, thus minimizing vulnerabilities and bringing security closer to IT and business objectives. By Lucian Constantin.
Tags app-development infosec open-source devops cloud
-
Firebase -- Short introduction for beginners
Posted on July 27, 2020, Level intermediate Resource Length long
In the current tech world, Firebase is one of the most trending technologies that help you to make a super cool web app or mobile apps in a short span of time. Firebase is a BaSS (backend as a service) provided by Google. By Sm0ke.
Tags app-development javascript open-source cloud
-
6 best practices for managing Git repos
Posted on July 7, 2020, Level beginner Resource Length medium
This article reviews some of the best practices when it comes to adding files to your own repositories. Resist the urge to add things in Git that will make it harder to manage; here's what to do instead. By Seth Kenlon (Red Hat).
Tags infosec agile software web-development open-source
-
Host a static site using Linode Object Storage
Posted on June 28, 2020, Level beginner Resource Length medium
Static site generators are a popular solution for creating simple, fast, flexible, and attractive websites that are easy to update. Traditionally, these static HTML files would be served by a web server (like NGINX or Apache) running on a Linode. Using Object Storage to host your static site files means you do not have to worry about maintaining your site's infrastructure. By linode.com.
Tags distributed cloud containers cio web-development open-source
-
How to pay your rent with your open source project
Posted on June 18, 2020, Level beginner Resource Length long
Many open source projects are terribly under-resourced and under-funded. Some open source developers even have to sacrifice their financial security to work on their passion. Written by Marko Saric.
Tags agile software web-development open-source
-
How to deploy Deno applications to production
Posted on June 9, 2020, Level beginner Resource Length short
In this tutorial, you will be creating a simple Deno application to display hello world. Unlike NodeJS, you do not need to run npm init to create a new application. You can simply create a TypeScript file and start coding away. By Michael Okoh.
Tags javascript open-source nodejs devops
-
How I created a coronavirus tracker app in just 3 days with Ionic and Firebase
Posted on June 8, 2020, Level intermediate Resource Length long
Kapil Raghuwanshi creted this tutorial for any fun of hybrid mobile apps. He is really fond of Hybrid App technologies -- they help us achieve so much in a single codebase. Using the Ionic Framework, author developed a cross-platform mobile solution for tracking Coronavirus cases in just 3 days.
Tags app-development react javascript open-source android ios