🎄 Wishing you all a prosperous and joyful holiday season from the EOSA Team! 🌍🚀 As we move into 2025, we remain focused on improving and empowering OS communities by celebrating their impact, and providing adequate training to those interested in open source. A big thank you to all our partners, supporters, and community members for your dedication and collaboration. ✨ Curious to learn more about our work and how you can get involved? Visit our website. https://lnkd.in/dbAQn7dc #opensource #diy #cloud #technology #tech #project #engineering #webdesign #code #development #computer #programming #electronics #coding #python #security #developer #java #software #webdevelopment
European Open Source Academy (EOSA)’s Post
More Relevant Posts
-
I don't agree that there are fewer aggregate enthusiast developers than there were in the early 90s. There was indeed, a brief period in computing history where it was possible to be an expert on the entire software stack of a current model computer. I was fortunate to have grown up then. However, I've seen incredibly talented millennials who have taught me some amazing things about technology. They have as much expertise as the very best greybeards like me, but they acquired that expertise very differently. For example, I gained my expertise on Linux through having worked on several generations of Unix based workstations, (my favourite being the Sun Sparc.) But this generation encountered Linux on a virtual machine running on Hyper-V. They are experts nevertheless. So I'm optimistic that a new generation of programmers with enormous and different talents will keep arriving. https://lnkd.in/gQs2GT8t. #softwaredevelopment #millennials
To view or add a comment, sign in
-
My Rust solution for Advent of Code 2024 - Day 1. Although conceptually simple, I used a min-heap to get the minimum element for the 1st part and then switched over to hash-map to manage a counter for the 2nd part. I also tried to use iterators and functional programming style wherever I could. It does add a new flavour to programming. #softwareengineer #opentowork #rust #adventofcode #distributedsystems
To view or add a comment, sign in
-
Types of Domain Name Extension. This is Part-2 🤓.... Check out the my other posts 🔥🔥 Did you like it? Let me know in the comments below 🔥 Make sure to drop a like ❤️, save it for later ✅ and share it with your friends ❤️ 👉Follow for more: @codeswithsam ✨ For more related projects and blogs visit Turn on the Post Notifications for Daily Updates 🔔 If you have any problem so feel free to comment ☺️ Thank You ❤️ Tags:- #basiccomputer #coder #codeswithsam #technology #programmingforbeginners #programminglanguages #fullform #name #domains #domainnames #info #domainextension #store #io #tech
To view or add a comment, sign in
-
The tech world wouldn't be the same without these brilliant minds! Here are a few programming pioneers who paved the way for the apps and software we use every day: Donald Knuth: The "father of the analysis of algorithms," this legend wrote the groundbreaking "The Art of Computer Programming" series. James Gosling: Ever used Java? Thank James! He's the lead architect behind this versatile language used for everything from mobile games to complex software. Dennis Ritchie: The "father of C," Ritchie co-created this influential programming language and the powerful Unix operating system. Bjarne Stroustrup: This innovator developed C++, a powerful and widely used language that's an extension of C. ⬆ Steve Wozniak: Co-founder of Apple, Wozniak isn't just an engineering whiz, he's a programmer who helped revolutionize personal computing. These are just a few of the many amazing programmers who shaped our digital world. Who inspires you in the world of code? Follow Bluelupin Technologies Pvt. Ltd. for more tech tales and coding adventures! #programming #codelife #legendsofcode #historyoftech #programmingheroes #techlegends #java #cpp #c #unix #apple #Bluelupin
To view or add a comment, sign in
-
🌟 Problem-Solving Win: Number of Enclaves 🌟 The Number of Enclaves problem challenges us to find land regions in a grid that don’t connect to the borders. Given a binary matrix of 1s (land) and 0s (water), our goal is to count land cells that are entirely surrounded by water. The solution involves marking all land connected to the grid's edges (using DFS), then counting the remaining isolated cells. It’s a great example of grid traversal and boundary-checking in action! 🌍💡 On to the next coding challenge! 💪🏝️ Explore my implementation here: 🔗 GitHub Repository: https://lnkd.in/g8_GrMgN Looking forward to your thoughts and feedback! #Swift #iOSDevelopment #Algorithms #GraphTheory #Programming #SoftwareEngineering #iOSDeveloper #CareerOpportunity #AppOnward #TechJobs #IOS #opentowork #joinnow #HR #opportunity #iosdevelopers #iosdeveloper #Mobiledeveloper #swift #developer #mobile #ios #GraphAlgorithms #DataStructures #Algorithm #TechCommunity #ProblemSolving #LeetCode #CodingJourney #Tech
To view or add a comment, sign in
-
After reading about the world-wide crash of Windows OS due to a software update by CrowdStrike -- a security company, I started my weekend search for a platform that is secure and safe. Interestingly, there is a programming platform that is touted to be safe and secure. It gets rid of the garbage collector by making the compiler check for memory safety and empower the programmer. It makes the programmer's job difficult but the programmer happy! When an out-of-order elevator (due to software glitch) motivates a software engineer to create a new memory-safe programming language that was, later on, championed by a community of enthusiastic programmers (with a no-harasment community policy), by companies like Microsoft, Amazon, and Dropbox, by Linus Torvalds, and by departments of the US government for its security and safety, we have Rust.
How Rust went from a side project to the world’s most-loved programming language
technologyreview.com
To view or add a comment, sign in
-
Rust is a multi-paradigm, general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety—meaning that all references point to valid memory—without a garbage collector. To simultaneously enforce memory safety and prevent data races, its "borrow checker" tracks the object lifetime of all references in a program during compilation. Rust was influenced by ideas from functional programming, including immutability, higher-order functions, and algebraic data types. It is popular for systems programming.[13][14][15] Software developer Graydon Hoare created Rust as a personal project while working at Mozilla Research in 2006. Mozilla officially sponsored the project in 2009. In the years following the first stable release in May 2015, Rust was adopted by companies including Amazon, Discord, Dropbox, Google (Alphabet), Meta, and Microsoft. In December 2022, it became the first language other than C and assembly to be supported in the development of the Linux kernel. #snsinstitutions #snsdesignthinkers #designthinking
To view or add a comment, sign in
-
BitTorrent is a fascinating piece of code and the algorithms that power this distributed system are mind-blowingly awesome 🤯 I have a full-blown BitTorrent Internals series on YouTube (7 videos) that covers literally everything you need to know to re-implement it in your favorite programming language. I went through 7 research papers and fragments of BitTorrent's source code to understand the nuances and every single thing I learned about it is put in these 7 videos. A perfect series to binge-watch and become a better engineer! Give it a watch - https://lnkd.in/gxU6WJwK Also, if you want to practice implementing your own BitTorrent client, sign up on CodeCrafters, they have some amazing advanced exercises like building your own Redis, DNS Server, and even SQLite from scratch. https://lnkd.in/gn2zxxKM #AsliEngineering #DistributedSystems #SystemDesign
To view or add a comment, sign in
-
Learning Rust in 2024 is a smart move for any developer. It combines the speed of languages like C++ with a focus on safety, making it ideal for writing fast, reliable, and secure software. Rust's unique memory management system helps you avoid common bugs, and its concurrency features make it perfect for modern, multi-core hardware. Plus, with big companies adopting it, the demand for Rust skills is growing fast. Whether you're into web development, system programming, or anything in between, Rust is a future-proof choice that will set you apart in the tech world.
To view or add a comment, sign in
-
#RADKit is the most powerful tool for our customers to make #CiscoTAC even easier to interact with!!! Please reach out to me with any questions!
ICYMI: Why RADKit? 🔀 It's a Software Development Kit (SDK): a set of ready-to-use tools and #Python modules 🔀 It connects to remote terminals, WebUIs or desktops. 🔀 It enhances all your #NetOps activities, and more. 🔀 It's secure, scalable and human! A new way to experience tech support, learn more today! 📄 About #RADKit: http://cs.co/6042euonI 💬 Join a discussion: http://cs.co/6048euon4 Psst... RADKit is part of #CiscoCatalyst Center v2.3.5.5, activate it at NO COST! #CiscoCommunity #CiscoTAC #DevOps
Cisco RADKit | From NetOps to DevOps
To view or add a comment, sign in
178 followers