atlas news
    
Free Code Camp
15  octobre     17h57
Microsoft Excel: 14 Time-Saving Keyboard Shortcuts
Eamonn Cottrell    Microsoft Excel is the quintessential spreadsheet software used everywhere from universities to small businesses to enterprises. It’s a lifesaver for countless financial professionals, data analysts, and teachers. But it’s also one of those programs ...
    17h28
How to Self-host a Container Registry
Alex Pliutau    A container registry is a storage catalog from where you can push and pull container images. There are many public and private registries available to developers such as Docker Hub, Amazon ECR, and Google Cloud Artifact Registry. But sometimes, inste...
    16h22
How to Merge Word Files Using NodeJS
Vikram Aruchamy    Merging Word files is essential for applications like document automation, where multiple reports, proposals, or forms need to be consolidated into a single document. Content management systems also rely on this functionality to combine documents for...
    15h44
AWS Security Specialty Certification: How to Prepare for the Exam
Nitheesh Poojary    Welcome to my latest tutorial After a three year hiatus from certifications, I’m thrilled to announce that I’ve successfully obtained the AWS Certified Security Specialty certification. As someone who strongly believes in the power of community lear...
14  octobre     22h07
How to Create Curved-Edge and Rounded-Edge Shapes Using CSS
Temani Afif    In a previous article, I showed you how to create some fancy shapes that you can use as section dividers on your websites a slanted divider, an arrow divider, and others . In this article, we will study and learn how to make more CSS shapes using th...
    19h50
From Concept to Code: How to Use AI Tools to Design and Build UI Components
Ekemini Samuel    How should a website look What size should the buttons be What layout should you use Do your users need an OTP to reset their passwords These are all questions that proper user interface and user experience UI UX design answer. Design prototypi...
    19h40
Binary Exponentiation Algorithm - Explained with Practical Examples
Sahil Mahapatra    Binary exponentiation, also known as exponentiation by squaring, is a powerful algorithm used to efficiently calculate large powers of numbers. This technique is particularly useful in various fields of computer science, including cryptography, compe...
    19h36
How to Use CDNs to Improve Performance in your Front-end Projects
Timothy Olanrewaju    In web development, styling plays a crucial role in the visual presentation of web applications. According to a study by Adobe, of users would choose a beautifully designed website over a simple and plain design. So designs that are crafted in ...
    15h56
How to Create Database Documentation Using dbdocs with DBML
Truong-Phat Nguyen    Database documentation plays a crucial role in maintaining and scaling systems. Clear and well organized documentation can significantly improve communication between team members and enhance project longevity. One of the most efficient ways to docum...
    13h38
How to Build a Countdown Timer with React - A Step-by-Step Guide
Franklin Ohaegbulam    In this tutorial, you will learn how to build a custom countdown timer to track events using React.js. A countdown timer is a simple way to measure the time until an event happens. It counts down that time in reverse like,,,, . It helps yo...