Sam Torres
31 posts
Hello world in java
public class Main { public static void main(String[] args) { System.out.println("Hello World"); } } What is Java? Java…
Master Helm, Chart the Kubernetes Seas 🌊🧭🏴☠️
Using Helm Charts App with K8s configuration files Application setup Standard Kubernetes Configuration App with a Helm Chart…
“Top Frontend Interview Questions : (Part 1) — Boost Your Knowledge and Ace Your Next Job Interview!”
Hey there! Are you excited about your upcoming job interview in the field of frontend development? and so…
18 Above the Fold Content Examples to Inspire Your Own
The human attention span is short. This means that your website’s content has to inspire, delight, and engage…
Goals vs Objectives: The Simple Breakdown
Everyone on your team should understand the difference between a goal and an objective. I know it sounds…
System design behind a messenger app
We daily use messenger applications such as Whatsapp and Telegram to chat with our friends. They all have…
Make Sure You Do This Before Switching To Signals
This time last year Standalone Component’s were the talk of the Angular town. This year signals have replaced…
React and Firestore Part 1
Hi guys! In this tutorial, we will learn how to save and get data from Firestore, which is…
✨ETH Dubai 2023 MetaMask SDK Developer Guide✨
As your team works on ConsenSys and MetaMask bounties for the ETH Dubai Conf, we have prepared the…
Memory Leak and Ruby
Intro A memory leak is a type of software bug that occurs when a program, application or system…