emptycodesemptycodesalsowrites.hashnode.dev·Dec 19, 2024The Growing Pains of an Open Source ContributorFor me, the best way to get things done is to dive right in without overthinking, as I tend to overanalyze everything. This is most obvious when I need to write comments or questions to my mentor. I can spend over 20 minutes trying to phrase things p...3 likes·51 readsMe, Open Source and WikimediaOpen Source
Rachman Esahashnode.rachmanesa.com·Nov 26, 2024Why Every Developer Should Be a Lifelong LearnerA few months ago, I was overthinking some random news that showed me how AI helps developers write code better. It demonstrated how AI suggests code to developers while they are writing a function. I was amazed at how this could change everything. Th...31 readsDeveloper
Olufikayomi Jetawophickayor.hashnode.dev·Nov 11, 2024Reflections from the Break Room: My Comeback to Technical WritingHello Fans (excuse my imagination) 👋! I haven’t come up with a name for you all yet, but welcome to another amazing article from yours truly. I promise it’ll be a great read! And to the new readers, welcome to the family (still no name) 🫂. I’m Oluf...2 likesreflection
Nikhil Akkinikhilakki.in·Oct 12, 2024` Backticks ` in Go LangIn Go, backtick tags are used in struct definitions to define metadata, typically for serialization or data validation. These tags are most commonly used with libraries like encoding/json, encoding/xml, or for other custom use cases. The backtick not...100 readsGobackticks
jdblog.jonathan.com.ar·Oct 12, 2024Cómo Destacar en la Era de los Bootcamps: Sin Atajos¡Buenas! Hoy voy a tener un blog un poco diferente (y quizás varios similares) no solo en mi idioma nativo (que igualmente escribo mal) pero sino algo no tan técnico sino bien más contando una experiencia (como también dando consejos) TL;DR - Dedique...396 readsreflection
Potato Athletewww.potatoathlete.com·Oct 2, 2024Atomic Habits🚀 The Book in 3 Sentences "Atomic Habits" is a book that emphasises the power of small, consistent changes in behaviour that compound over time to produce remarkable results. It argues for focusing on systems rather than goals, and on changing one...Booksbooks
Potato Athletewww.potatoathlete.com·Sep 30, 2024The Millionaire Fastlane by M. J. DeMarco🚀 The Book in 3 Sentences "Millionaire Weekend" is a provocative and eye-opening book that challenges conventional wisdom about wealth creation and financial success. It presents a compelling alternative to traditional career paths and saving stra...Booksbook summary
Opaluwa Emidowo-ojotech-on-diapers.hashnode.dev·Sep 27, 2024Exploring the Internals of C# Reflection and MetadataHello, and Welcome again to another installment in the Mastering C# series. Today, I will walk you through a step-by-step guide to understanding C# Reflection and Metadata. C# Reflection allows you to inspect and interact with code at runtime. Simply...20 likesdotnet
Osama Abu Bakerosamaabubaker.hashnode.dev·Sep 23, 2024Why You Should Avoid Reflection in C# Unit Testing: Best Practices for Robust and Maintainable CodeReflection is a powerful feature in C# that allows you to inspect and interact with types at runtime. While it can be a lifesaver in specific scenarios, especially in dynamic programming, using reflection in unit tests is generally discouraged. In th...1 like·123 readsC#
Potato Athletewww.potatoathlete.com·Sep 22, 2024Do Something Great & Tick Tick BoomWhat’s Up It's been way too long since I worked on any personal projects! The last time I did, I was fresh out of university and job hunting. Can’t believe it's been almost four years since then! During this time, a lot has happened: I found a much ...40 readsPersonal Lifereflection