Tag: Cloud and infrastructure
-
Fog computing vs edge computing
Posted on August 19, 2023, Level beginner Resource Length short
Fog and edge computing, innovative technologies situated at the outskirts of the cloud ecosystem, hold the potential to revolutionize data processing. Delving into the intricacies of these approaches reveals how they can significantly enhance data processing methods. While both terms are sometimes used interchangeably, it's crucial to understand the nuanced differences that set them apart. By Jari Haiston.
Tags miscellaneous cloud-and-infrastructure leadership-and-career architecture-and-apis business-and-emerging-tech
-
How to turn your Raspberry Pi into NAS server [Guide]
Posted on August 18, 2023, Level intermediate Resource Length medium
In this modern age of science and technology, data is like the heart and soul of a system. How many times have you bought external hard drives for extra storage till now? Plenty, I guess. But wouldn't it be awesome to have your personal storage in the cloud with unlimited space just to save your information and data? It's possible! All you need is a raspberry pi with an external or USB hard drive, and your personal NAS system will be ready in no time. By Mehedi Hasan.
Tags business-and-emerging-tech frontend-and-mobile cloud-and-infrastructure
-
Ten best self-hosted apps for your Raspberry Pi
Posted on August 17, 2023, Level beginner Resource Length medium
This article provides you with the best and most popular applications by categories that you can self-host on your Raspberry Pi device. By Bobby Borisov.
Tags business-and-emerging-tech frontend-and-mobile data-and-analytics miscellaneous cloud-and-infrastructure
-
Lessons from maintainers of the world's most critical software
Posted on August 13, 2023, Level beginner Resource Length short
The article interviews maintainers of some of the world's most critical software, including the Linux kernel, the OpenBSD operating system, and the Apache HTTP Server. The maintainers share their insights on how to build and maintain successful open source projects. By The Linux Foundation.
Tags security-and-privacy cloud-and-infrastructure leadership-and-career
-
Prompt engineering techniques
Posted on July 27, 2023, Level intermediate Resource Length medium
This guide will walk you through some advanced techniques in prompt design and prompt engineering. If you're new to prompt engineering, we recommend starting with our introduction to prompt engineering guide. By Eric Urban and suhridpalsule.
Tags architecture-and-apis ai-and-machine-learning product-and-design cloud-and-infrastructure
-
Kali Linux tutorial for beginners: What is, how to install & use
Posted on July 23, 2023, Level intermediate Resource Length medium
Kali Linux is a security distribution of Linux derived from Debian and specifically designed for computer forensics and advanced penetration testing. It was developed through rewriting of BackTrack by Mati Aharoni and Devon Kearns of Offensive Security. By @guru99.com.
Tags cloud-and-infrastructure devops-and-ci-cd leadership-and-career security-and-privacy software-engineering
-
How to build your first web application with Go
Posted on July 19, 2023, Level intermediate Resource Length medium
One of Go's greatest strengths lies in the its suitability for developing web applications. It offers great performance out of the box, is easy to deploy, and has many of the necessary tools you need to build and deploy a scalable web service in its standard library. This tutorial will walk you through a practical example of building a web application with Go and deploying it to production. It will cover the basics of using Go's built-in HTTP server and templating language, and how to interact with external APIs. By Ayo.
Tags software-engineering backend-development cloud-and-infrastructure frontend-and-mobile
-
Top 10 ways to use Google Bard AI to amplify your productivity
Posted on July 11, 2023, Level beginner Resource Length short
Golang was first released by Google in 2009 and, and since then, has gained widespread acceptance among developers due to its simplicity, concurrency, and performance. However, many years later, Go was suddenly forgotten as many users chose other languages like Java or Python for their projects. By Vy Le.
Tags cloud-and-infrastructure software-engineering ai-and-machine-learning leadership-and-career
-
How to make engaging programming videos
Posted on July 4, 2023, Level beginner Resource Length long
Programming videos have become an increasingly popular medium for sharing knowledge and helping the fellow developers on your team. Especially when you're working remotely, effective communication is vital, and screencasts have emerged as a powerful tool that meets this need. That's why knowing how to make programming videos is a valuable skill, no matter where you are in your career. By Philipp Acsany.
Tags cloud-and-infrastructure miscellaneous frontend-and-mobile software-engineering
-
Delivering messages at the scale of the World Cup
Posted on June 29, 2023, Level intermediate Resource Length medium
Events like the World Cup bring together a huge number of fans like Alex all over the world. The biggest challenge in maintaining such a service is scale. The type of traffic for such events can be extremely spiky. A very steady traffic volume can suddenly spike when Mbappe scores the goal that ties the game. Suddenly, FCM needs to notify 250M users about this event. By Michelangelo Mecozzi.
Tags data-and-analytics cloud-and-infrastructure architecture-and-apis
-
PayPal open sources key-value store JunoDB
Posted on June 27, 2023, Level beginner Resource Length long
PayPal last month released the source code for JunoDB, a distributed key-value store it developed internally and which today powers a variety of backend services at the payment site, including 350 billion transaction requests per day, the company says. By Alex Woodie.
Tags cloud-and-infrastructure software-engineering frontend-and-mobile product-and-design data-and-analytics
-
CI/CD with Crunchy Postgres for Kubernetes and Argo
Posted on June 25, 2023, Level beginner Resource Length medium
Continuous Integration / Continuous Delivery (CI/CD) is an automated approach in which incremental code changes are made, built, tested and delivered. Organizations want to get their software solutions to market as quickly as possible without sacrificing quality or stability. While CI/CD is often associated with application code, it can also be beneficial for managing changes to PostgreSQL database clusters. By Bob Pacheco.
Tags devops-and-ci-cd cloud-and-infrastructure