## all articles
All posts
- AI and Data
Computational Immunology: What It Is and How It Works
Computational immunology is the field that applies bioinformatics, mathematical models, and machine learning to study and predict the behavior of the immune system.
Read article
Ana-carolina - Security
What is a pentest? Penetration testing explained
A pentest, or penetration test, is a simulated and authorized attack that looks for vulnerabilities in systems to fix them before hackers exploit them.
Read article
Henrico - Programming
Java vs Go: which language to choose for your project?
Java offers a mature ecosystem and portability via the JVM; Go delivers lightweight binaries and native concurrency with goroutines. Compare performance and use cases.
Read article
Henrico - Programming
What is Scratch? A block programming guide
Scratch is the MIT block-based programming language for beginners. See what it is, how it works, how to start for free and why it teaches logic.
Read article
Henrico - Programming
Problem decomposition: what it is and how to apply it
Problem decomposition is the technique of breaking a complex challenge into smaller, manageable parts, applied in code, teams and crisis management.
Read article
Renata - Security
What is SSH: secure connection between servers
SSH (Secure Shell) is an encrypted protocol that allows accessing and administering remote servers securely over port 22, replacing Telnet.
Read article
Henrico - Programming
Google Maps API: What it is, how to implement it, and how much it costs
The Google Maps API lets you embed interactive maps, routes, and geolocation in websites and apps; it requires an API key and offers 10,000 free calls per month.
Read article
Henrico - Programming
Facebook Graph API: what it is and how to implement
The Graph API is Meta official HTTP interface for reading and publishing Facebook data. See how to register the app, authenticate users and make calls.
Read article
Henrico