If like me you had never heard Michael Zaringhalam speak before, now is the time to fix that. Mike's insight into how to Develop with Developers in mind is something we should all embrace. Thanks Peg Tuttle for another great #IncredibleIshow 👍
Steve Bradshaw’s Post
More Relevant Posts
-
🚀 Dear Rustaceans, If metaprogramming catch your interest, there's a great article from Matthew Novak you should check out on macros, Syn, and the builder pattern. 📚 It's full of valuable insights for anyone wanting to deepen their understanding of these concepts. At Nudibranches technologies , we’re on a mission to build a safe, sovereign, and confidential data platform—crafted with the power of Rust. 🦀 We blend innovation with rock-solid performance because data integrity isn’t just a feature; it’s our ethos. 🔥 Btw, we’re gearing up for expansion and will be opening positions in early 2025! If you're ready to code the future and resonate with the beauty of Rust’s safety and speed, make sure to follow us and get in touch. You don’t want to miss what’s coming. #Rust #Metaprogramming #TechInnovation #DataPrivacy #Lakehouse https://lnkd.in/d2UhWFru
Rust Syn Crate Tutorial: Automate Builder Patterns with Custom Macros
packetandpine.com
To view or add a comment, sign in
-
🚀 Exciting News: SQL Galaxy is Live! 🌌 I’m thrilled to share that I’ve designed and launched my self-made web application—SQL Galaxy! It’s a space-themed game built to help users sharpen their SQL skills, from beginners to advanced. 🪐 What is SQL Galaxy? You’ll solve SQL queries to fuel your rocket and explore the galaxy. It’s a fun way to tackle real-world SQL challenges while learning! 👉 Check it out here: https://www.sqlgalaxy.com/ #SQLGalaxy #WebDevelopment #SQLSkills #DataScience #TechInnovation #SQL #SQLGalaxy #SQLSkills #DataScience #TechLearning #SQL
Streamlit
sqlgalaxy.com
To view or add a comment, sign in
-
"𝐏𝐞𝐫𝐟𝐞𝐜𝐭𝐢𝐨𝐧 𝐢𝐬𝐧'𝐭 𝐚𝐧 𝐚𝐜𝐜𝐢𝐝𝐞𝐧𝐭; 𝐢𝐭'𝐬 𝐭𝐡𝐞 𝐫𝐞𝐰𝐚𝐫𝐝 𝐟𝐨𝐫 𝐜𝐨𝐧𝐬𝐢𝐬𝐭𝐞𝐧𝐭 𝐩𝐫𝐚𝐜𝐭𝐢𝐜𝐞." 💡 In my Power BI journey with the amazing mentors Hemanand Vadivel Sir, Dhaval Patel Sir at Codebasics, I've learned that practice is not just about mastering a tool—it's about mastering yourself. 𝐀𝐬 𝐁𝐞𝐧𝐜𝐞 𝐋𝐞𝐞 𝐬𝐚𝐢𝐝, "𝐀𝐟𝐭𝐞𝐫 𝐚 𝐥𝐨𝐧𝐠 𝐭𝐢𝐦𝐞 𝐨𝐟 𝐩𝐫𝐚𝐜𝐭𝐢𝐜𝐢𝐧𝐠, 𝐨𝐮𝐫 𝐰𝐨𝐫𝐤 𝐰𝐢𝐥𝐥 𝐛𝐞𝐜𝐨𝐦𝐞 𝐧𝐚𝐭𝐮𝐫𝐚𝐥, 𝐬𝐤𝐢𝐥𝐥𝐟𝐮𝐥, 𝐬𝐰𝐢𝐟𝐭, 𝐚𝐧𝐝 𝐬𝐭𝐞𝐚𝐝𝐲." 🙌 A special shoutout to my mentor Satya Sravani Lakshmi Durga Pilli Ma'am, who not only guides me technically but also instills life lessons that push me to be better every day! Thanks to entire Codebasics team. #PowerBI #LifelongLearning #PracticeToPerfection
To view or add a comment, sign in
-
Hello LinkedIn family! Day (118/150) - Today's Highlights: Today, I attempted to tackle a easy level problem based on stack data structure.I encourage all to take part in the challenge and give it a shot! Share your solutions, and let's grow together. Here's a detailed breakdown of the problem statement. Problem discription is as follows: Delete middle element of a stack: Given a stack, delete the middle element of the stack without using any additional data structure. Middle element:- floor((size_of_stack+1)/2) (1-based indexing) from bottom of the stack. Example 1: Input: Stack = {10, 20, 30, 40, 50} Output: ModifiedStack = {10, 20, 40, 50} Example 2: Input: Stack = {10 20 30 40} Output: ModifiedStack = {10 30 40} Expected Time Complexity: O(N) Expected Auxiliary Space: O(N) Constraints: 2 ≤ size of stack ≤ 105 Today's key takeaways! Stay tuned for tomorrow's updates, and let the learning journey continue! #LeetCodeChallenge #CodingJourney #DailyCoding #AlgorithmLearning #ProblemSolving #ProgrammingLogic #coderarmy
To view or add a comment, sign in
-
Dart Wonders: Part 2 - Generics Simplified 🚀 Why Generics? Imagine writing a function that works on a list of any type: integers, strings, or even custom objects. Without generics, you'd end up duplicating code or compromising type safety. Generics solve this by letting you define "type placeholders", ensuring your code works seamlessly across types. 🔍 Key Benefits: • Code Reusability: One implementation fits all types. • Type Safety: Errors caught at compile-time, not runtime. • Cleaner Code: Avoids redundant boilerplate for different types. 🌟 When to Use Generics? • Collections (e.g., List<T>, Map<K, V>) • Custom data structures like Stack<T>. • Reusable APIs and libraries. #DartProgramming #FlutterDev #GenericsInDart #ProgrammingTips #CodeNewbies #TechEducation #SoftwareDevelopment #DeveloperCommunity #InnovationInTech #TechTrends
To view or add a comment, sign in
-
Day 53 of #100DaysOfCode I have completed Learn the Date Object by Building a Date Formatter This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods. #webdevelopment #codingjourney #progress #codinglife #freecodecamp. #freecodecamp Code : https://lnkd.in/dWabz75T
Data Formatter
https://codepen.io
To view or add a comment, sign in
-
🎉 Progress Update on Backend Development! 🚀 Today, I explored database design for a project inspired by YouTube, introduced by the incredible Hitesh Choudhary Sir in his amazing course. The application, called VideoTube, involves building an entire backend from scratch—an exciting challenge to level up my skills! 💻✨ We learned how to design efficient database structures to manage complex data. The database diagram link is shared in the comment section for those interested. I’m sharing my learning journey and projects on GitHub: https://lnkd.in/dSKSnc6c. Let’s connect, collaborate, and share knowledge to grow together. A big thanks to Hitesh Choudhary Sir for this game-changing course! 🙏 #WebDevelopment #BackendDevelopment #MERN #DatabaseDesign #FullStackJourney #LinkedInCommunity
To view or add a comment, sign in
-
🚀 Day 46/100 of #100DaysOfCode– Tackling Conversions in Data Structures! 💻 Today, I ventured into the realm of infix to postfix conversion algorithms, a classic problem in the study of data structures and algorithms. 🤔 This exercise was not only a test of my understanding of stacks but also deepened my insight into operator precedence and associativity. Converting infix expressions (e.g., `A + B * C`) to postfix notation (e.g., `A B C * +`) is essential for building efficient compilers and calculators. This problem challenged me to think step-by-step and leverage stack operations efficiently. 🔑 Key Takeaways: - Gained a deeper appreciation for the utility of stacks in parsing expressions. - Improved my problem-solving skills by understanding edge cases involving parentheses and operator precedence. - Reinforced my knowledge of algorithmic thinking and optimized code structure. Each day brings new learning and strengthens my coding ! Looking forward to solving more complex data structure problems as I move ahead.
To view or add a comment, sign in
-
Ever tried fitting multiple things into one box? 📦 That’s what an array does for your data! It's a structured way to store multiple values in a single variable, keeping everything organized and easy to access. Whether you're handling numbers, strings, or objects, arrays are your go-to tool for clean and efficient coding. Master the power of arrays, and coding becomes a whole lot simpler! #CodingSimplified #TechTalk #ArraysExplained #LearnToCode #Ednue
To view or add a comment, sign in
-
𝗜𝗺𝗮𝗴𝗶𝗻𝗲 𝗮 𝗹𝗶𝗻𝗲 𝗼𝗳 𝗽𝗲𝗼𝗽𝗹𝗲 𝗵𝗼𝗹𝗱𝗶𝗻𝗴 𝗵𝗮𝗻𝗱𝘀—𝘁𝗵𝗮𝘁’𝘀 𝗮 𝗹𝗶𝗻𝗸𝗲𝗱 𝗹𝗶𝘀𝘁! 🤝 In this linear data structure, each node holds data and points to the next, creating a chain of connections. The beauty of linked lists? You can easily insert or delete nodes by adjusting the pointers without disturbing the rest of the list. 🔗 There are variations like circular linked lists, where the last node links back to the first, forming a continuous loop. 𝗪𝗮𝗻𝘁 𝘁𝗼 𝗹𝗲𝗮𝗿𝗻 𝗺𝗼𝗿𝗲 𝗮𝗯𝗼𝘂𝘁 𝗵𝗼𝘄 𝗱𝗮𝘁𝗮 𝘀𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲𝘀 𝗹𝗶𝗸𝗲 𝗹𝗶𝗻𝗸𝗲𝗱 𝗹𝗶𝘀𝘁𝘀 𝘄𝗼𝗿𝗸? 𝗙𝗼𝗹𝗹𝗼𝘄 𝘂𝘀 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝗗𝗦𝗔 𝗶𝗻𝘀𝗶𝗴𝗵𝘁𝘀! 🚀 #CodingFundamentals #DataStructures #LinkedList #BeingZero #ProgrammingConcepts #TechEducation #DSA #DeveloperCommunity #LearnToCode #EdTech #ComputerScience #DSAExplained #LinkedListConcept #TechExplained
To view or add a comment, sign in