atlas news
    
Free Code Camp
25  janvier     00h53
Getting a developer job in 2025 with Lane Wagner [Podcast #157]
Quincy Larson    On this week’s episode of the podcast, I interview Lane Wagner. He’s a software engineer, prolific contributor to freeCodeCamp, and founder of the Boot.dev online learning platform. We talk about: Lanes thoughts on college and computer science degre...
24  janvier     14h51
How to Use Collections in C# - Lists, Arrays, Dictionaries, and More
Grant Riordan    One of the first challenges beginners face when developing applications in C is organising and managing data efficiently. Imagine keeping track of a list of items, mapping unique keys to values, or ensuring there are no duplicates in a collection ...
    14h46
How to Develop with CodeIgniter on Ubuntu - Step-by-Step Environment Setup
valentine Gatwiri    CodeIgniter is a popular open source PHP framework you can use to build dynamic and robust web applications. It’s simple to use, fast, and flexible. This makes it a good option for any developer who wants to have a light yet powerful framework that w...
    14h45
How to Containerize a Node.js Application Using Docker - A Beginner’s Guide
Oluwatobi    Over the years, applications and tools have become more complex to keep up with people’s changing requirements and expectations. But this can create issues of code compatibility and remote access. For example, a codebase that functions properly on Wi...
    14h44
How to Use Granular Segmentation with Feature Flags
Kayode Adeniyi    These days, SaaS has become an integral part of running many businesses. So rolling out new features that resonate with the user base is key to a business’s growth. Imagine a feature that promises to enhance user experience but that ends up resonatin...
    01h19
How to Start Learning TypeScript - A Beginner’s Guide
Akande Olalekan Toheeb    JavaScript is the most widely used programming language for web development. But it lacks type checking support, which is an essential feature of modern programming languages. JavaScript was originally designed as a simple scripting language. Its loo...
23  janvier     13h59
How to Use Keycloak for Identity and Access Management
David Clinton    Whether your deployment requires logins from hundreds of thousands of end users or just a few remote admins, there’s no escaping the need to properly control access to your infrastructure. And integrating those logins with industry standard tools lik...
22  janvier     17h52
Create a WordPress Website
Beau Carnes    Building a website might seem daunting, but WordPress makes it accessible to everyone. With WordPress, you can create a professional website tailored to your needs, whether it’s for a personal blog, a small business, or an online store. The platform’...
    00h13
How to Monitor Your Kubernetes Clusters with Prometheus and Grafana on AWS
Eti Ijeoma    Creating a solid application monitoring and observability strategy is a critical foundational step when deploying infrastructure or software in any environment. Monitoring ensures that your systems are running smoothly, while observability provides i...
    00h12
Metasploit for Beginners A Guide to the Powerful Exploitation Framework
Manish Shivanandhan    If you’re starting your journey into penetration testing, you’ve likely heard of Metasploit. Metasploit is one of the most versatile tools in cybersecurity. It helps simplify vulnerability testing and exploitation. Metasploit helps us find and fix we...