Naming Conventions in modern Software Development

stawp

Is about establishing and following a particular way of naming objects and/or processes across an organization and/or on software projects. From file/folder names to tables, variables, classes and so on. Amongst many of the benefits, this ensures consistency across an organization and makes code so much more readable and “familiar”, if that makes sense. Road … Read more

Software IDE is like your woodshop

First of all, that stands for Integrated Development Environment and you might just know this concept from your daily activities, as it is “related” to almost every product development cycle. Let me detail. Now, imagine you’re into woodworking and you want to make a kitchen table. It goes without saying that you already have an … Read more

Hello world!

When starting the programming journey, as in all activities that you start, you have that crazy good energy that you want to translate it instantly into something tangible, something you can immediately feel proud of. Picking your first programming low hanging fruit. You buy your first drill, of course you want to make a whole … Read more