Antonio Gabric
14 posts
Tipos de Cloud Computing: IaaS, PaaS e SaaS.
Se você está começando a aprender sobre computação em nuvem e AWS, provavelmente já ouviu falar de siglas…
How to Build an AI-Powered Code Review Bot with GitHub Action, Slack, and LLMs
Introduction Recently I usually see many teams struggle with code reviews due to time constraints and inconsistent feedback.…
Asynchronous Programming Patterns for Web Development(1841)
GitHub Homepage: https://github.com/hyperlane-dev/hyperlane My fascination with asynchronous programming began during a project where our synchronous web server could…
Stakeholder Engagement in Project Management
A stakeholder is any individual, group or organization directly or indirectly affected by a project. That means they…
Breaking down DevOps to Everyone
Imagine you want to launch a successful online store. Let’s follow our friend, Ayo, who is excited to…
Worldwide Cybersecurity market summary Q1 2024
In today’s rapidly evolving cybersecurity landscape, strategic partnerships and efficient distribution channels are more crucial than ever. With…
What to use parquet or CSV?
History of Parquet File: A Big Data Storage Revolution The Parquet file format has emerged as a dominant…
Building for Tomorrow: Part 2 of the Web Application Security Series
In this segment of our series on web application security, we’ll delve into the essential tools that developers…
Ibuprofeno.py💊| #86: Explica este código Python
Explica este código Python Dificultad: Intermedio monto = 35_200 print(f"{monto:010d}") 👉 A. 0000035200 👉 B. 0000035_200 👉 C.…
Data sorting
Sorting data involves putting it in a certain order. It is a basic data manipulation technique that is…