Published in Nerd For Tech·PinnedMember-onlyHow to generate UML diagrams from your existing codeA picture is worth a thousand words, that phrase is valid even in software architecture related topics. Visualizing a top view of a project’s architecture has become crucial for team communication and collaboration. Since 1997, UML or Unified Modeling Language has been the industry standard for software modelling. The help…Software Development2 min read
Published in Nerd For Tech·May 18Member-onlyHow to implement a Timeout functionality in PythonAvery common question that keeps coming up on Quora and Stack Overflow is, how to set a timeout on some function call or a thread in Python. I wanted to sum up multiple approaches to implement such feature in one concrete article, where all suggested solutions are platform(etc.. UNIX/LINUX, Windows)…Pytho4 min read
Published in Nerd For Tech·Feb 25Member-onlyHow to get 1 TB Cloud Storage for FREE ?Cloud storage has become one of the most convenient and efficient methods to store data online. Users started to get rid of the old school ways of storing data on USB Sticks, External Hard drives and SD Cards after the booming of Cloud Storage Solutions. There are many storage service…Tech3 min read
Published in Nerd For Tech·Jan 20Member-only7 Terms and Abbreviations Every Developer Must Know!We’ve all been there: You’re in a team meeting, everything is going smoothly, and then they bust out a term like “HMI” or “TDD”. After a split of a second, you smile, nod your head and you think, What the heck did they just say?! Well, worry no more. I…Programming5 min read
Published in Nerd For Tech·Dec 24, 2021Member-only5 things you can gift a Programmer or a Software DeveloperThe best kind of gift is the one desired by the recipient and is quite thoughtful. Since it's already Christmas time, I thought about summing up a couple of gift ideas that a Programmer or a Software Developer will highly appreciate. 1- Rubber DuckChristmas4 min read
Sep 30, 2021Member-only3 Phone Photography Apps that are Worth Every Penny!!Mobile phone photography has grown so much in the past couple of years, that resulting photos out of an iPhone started to look very professional. In the last few years, I started to look around for Apps that can improve the quality of my photos. …Phonephoto3 min read
Published in Nerd For Tech·Sep 5, 2021Member-only8 Rules that helped me to be a better Software Developer!I’m going to be brutally honest with you, just about a year or two ago … I considered myself an average developer at best. Don’t get me wrong… I could still code, fix arising bugs, implement new features, but as time passes old bugs kept reappearing. …Software Development5 min read
Aug 16, 2021Because let's be honest — no one wants to live their life on monotonous repeat. That stuff is soul-draining. You became a developer for a reason. If it’s not to challenge yourself, then to satisfy some sort of curiosity.Do Dev Careers Really Die At 35?2K73Aphinya DechalertSo accurate, thats pretty much why i chose that carrer !So accurate, thats pretty much why i chose that carrer !1 min readSo accurate, thats pretty much why i chose that carrer !----
Published in Nerd For Tech·Aug 14, 2021Member-onlyDifference between C structures and C++ structures (+examples included)As an embedded software developer, I go daily through the process of readjusting my approach to solve a problem based on the programming language I have to use. Luckily, our choices are limited to just 2 main languages that have lots of similarities and few differences. For that said, I…C Programming4 min read
Published in Nerd For Tech·Jun 21, 2021Member-only10 Software Tools every Embedded Developer must have!Intro As an embedded software developer, I know the process an average developer has to go through from coding, debugging, testing and documenting. During my experience, I got to use many software tools that eased up that workflow and saved me effort and time. In this short article, I’m going to…Embedded Systems4 min read