A Comprehensive Dive into Kubernetes EKS: Exploring Kubernetes Ingress with AWS ALB Ingress Controller Introduction to Kubernetes EKS Before diving into the specifics of Kubernetes Ingress with AWS ALB Ingress Controller, let’s familiarize ourselves with what Kubernetes EKS is. Amazon Elastic Kubernetes Service (Amazon EKS) is a fully managed service that enables you to operate […]
Category: Sotfware & DevOps
Sotfware & Developers & DevOps
Software, instructions that tell a computer what to do. Software comprises the entire set of programs, procedures, and routines associated with the operation of a computer system. … A set of instructions that directs a computer’s hardware to perform a task is called a program, or software program.
Taken from: https://www.britannica.com/technology/software
Developer in computer sciences:
A developer is an individual that builds and create software and applications. He or she writes, debugs and executes the source code of a software application. A developer is also known as a software developer, computer programmer, programmer, software coder or software engineer.
Taken from: https://www.techopedia.com/definition/17095/developer on 2021
DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes.
Taken from: https://aws.amazon.com/devops/what-is-devops/ on 2021
Python vs Go: A Field Guide of Learning Resources for Beginners When you’re itching to dive into a new programming language, finding comprehensive, accessible resources can be a bit like undertaking an epic adventure in a vast tech wilderness. But fear not, today we’re blazing a trail through the Python and Go landscape, comparing the […]
Retail Sector’s Adoption of AI for In-Store and Online Enhancements The retail sector is undergoing a significant transformation, with technological advances influencing every aspect of the industry. A notable trend is the growing adoption of Artificial Intelligence (AI) to enhance in-store and online shopping experiences. Retail businesses worldwide are now leveraging these state-of-the-art technologies to […]
Introduction to WebAssembly WebAssembly is revolutionizing the way we approach web development, bringing unprecedented opportunities and potentials to developers and businesses. Not only is this innovative technology transforming web applications, but it is also paving the way for advanced, high-performance computing on the web. What is WebAssembly? Before we delve into the specifics of how […]
An Introduction to GraphQL GraphQL was introduced by Facebook to address the need for more efficiency and versatility in handling data in web applications. Unlike typical REST APIs— which can lead to unnecessary data downloads and multiple round trips to the server — GraphQL API enables you to tailor your requests to your needs, allowing […]
Ever wished your computer could read your mind and be your interpreter, translator, and guide? Wish no more… because of LangChain. LangChain is a versatile and comprehensive framework designed for constructing applications around large language models (LLMs). It offers a structured approach to development by chaining together various components essential to language model applications. Moreover, […]
Imagine a world where your morning alarm automatically adjusts based on your sleep cycle, your car predicts the least congested route to work, and a virtual assistant schedules your day down to the last detail—all before you’ve even had your first cup of coffee. This doesn’t sound like a scene straight out of a science […]
Creating a game has never been easier than now by using the Unity game development engine. Whether you want to play in a 2D, 3D, FPS Action, or Endless Runner, the Unity game development engine offers endless possibilities. Getting Started with Unity Game Development Engine I started to create a game on the Unity engine […]