atlas news
    
devto Community
22  avril     22h33
Day 949 : Flight Confirmation
HIPHOP and CODE    liner notes: Saturday : Pretty normal day. Did the radio show in the afternoon and some coding in the evening. The recording of this week’s show is at https: kNOwBETTERHIPHOP.com Sunday : Another pretty normal day. Did my study sessions and made some progress on my side projects. I kind of...
    22h31
Meet Cheryl Murphy: Full-Stack Developer, lifelong learner, and volunteer Project Team Lead at Web Dev Path
Mariana Caldas    Cheryl Murphy is not only a dedicated full stack web developer skilled in technologies like React, Next.js, and NestJs but also a community driven professional who recently took on the role of volunteer project team lead at Web Dev Path. With a dual Bachelor’s degree in Computing and Chemical...
    22h24
Leveraging Mob Programming for Knowledge Sharing and Instant Code Review
Ivan Klimenkov    Hey fellow developers, Let’s talk about a powerful practice that not only fosters collaboration but also accelerates knowledge sharing and ensures instant code review: Mob Programming. In an era where teamwork and efficiency are paramount, Mob Programming emerges as a potent strategy for software...
    21h56
12ç ï ï
TANIAOKA, Akihiro    Java switch ’ä str ç ä ’ ’ str null switch null ’ ...
    21h54
1971. Find if Path Exists in Graph
MD ARIFUL HAQUE    . Find if Path Exists in Graph Easy There is a bi directional graph with n vertices, where each vertex is labeled from to n inclusive . The edges in the graph are represented as a D integer array edges, where each edges i ui, vi denotes a bi directional edge between vertex ui and...
    21h47
DevLog #15 - Sprint Retrospective
Amila Rangana   
    21h37
752. Open the Lock
MD ARIFUL HAQUE    . Open the Lock Medium You have a lock in front of you with circular wheels. Each wheel has slots: ’ ’, ’ ’, ’ ’, ’ ’, ’ ’, ’ ’, ’ ’, ’ ’, ’ ’, ’ ’. The wheels can rotate freely and wrap around: for example we can turn ’ ’ to be ’ ’, or ’ ’ to be ’ ’. Each move consists of turning one...
    21h16
Basic Concepts in Programming
Musa Ibrahim    Before you start to code, you need to have basic ideas about the following concepts: value variable expression function Value A value is any piece of data meant to be processed. In computer programming, we can basically have the following types of values, depending on the programming...
    21h06
COO of open source tool chats about his POV
Jen Wike Huger    Robin Wagner is OpenProject’s Chief Operating Officer. He has been with the company since the early days and is celebrating years this year with OpenProject. Learn more about his perspective on remote work, AI, and a focus on customers in this employee spotlight.
    20h57
AWS Under the Hood - Day 1
Prashant Lakhera    In the AWS console, why does the snapshot size always appear equal to the EBS volume size, even though snapshots are incremental Since AWS stores EBS snapshots on S in the backend, how can we access or view detailed storage information for these snapshots if they are not directly visible in the...
    20h57
I switch from Eslint to Biome
amiceli    For several years I use Eslint in my side projects, for Vue, JS, TS, Astro etc. I created npm packages with my favorite rules for TS, Vue, astro, etc like : space after function public test space before after equal const test true or test : true spaces indent indent in Vue...
    20h53
Machine Learning with PHP
Roberto B.    If you’re interested in Machine Learning and PHP, Transformers PHP emerges as a game changer, offering robust text processing capabilities within PHP environments. Transformers PHP simplifies both text and image processing tasks by harnessing pre trained transformer models. It enables seamless...