Tag: Programming
-
9 Tips To Become A Better Front End Developer
Posted on July 27, 2017, Level beginner Resource Length medium
Harrison Davis has written article in which he collected 9 tips how to become better front end developer.
Tags programming web-development
-
The Software World Today: How We Got Here, and What Needs Fixing
Posted on July 8, 2017, Level beginner Resource Length short
Micha Hernandez van Leuffen short reading about how much has changes in last 15 years in software world and what needs to change going forward.
Tags programming
-
Alternative Patterns for Method Overloading in Golang
Posted on July 1, 2017, Level intermediate Resource Length medium
Chris Tomich shares in this post 3 patterns, 2 of which can be used, to deal with Golang's lack of method overloading – a functional way, an object oriented way, and a "JavaScript" way.
Tags golang programming
-
How to Handle Exceptions in Python
Posted on June 22, 2017, Level intermediate Resource Length medium
Monty Shokeen wrote neat article about handling exceptions in Python programming language.
Tags python programming oop
-
How to better organize your React applications?
Posted on June 11, 2017, Level beginner Resource Length medium
Alexis Mangin deep dive on a good architecture for very large web applications in React. if you didn't start with a good architecture, it can become difficult to keep your code organized.
Tags programming javascript react
-
Explaining Programming to 6 Years Old Kids
Posted on June 11, 2017, Level beginner Resource Length medium
Tomek Kaczanowski journey into explaining what you do at work to a group of 6 years old kids, how to explain programming to them in engaging and funny way.
Tags programming learning
-
How to Improve a Legacy Codebase
Posted on May 31, 2017, Level beginner Resource Length long
Jacques Mattheij has written neat article on topic of improving legacy code.
Tags programming agile code-refactoring
-
A Roadmap to the Programmable World
Posted on May 27, 2017, Level beginner Resource Length long
Antero Taivalsaari and Tommi Mikkonen posted an article about emergence of millions of remotely programmable devices in our surroundings will pose significant challenges for software developers.
Tags iot programming software-architecture
-
A Short Guide to Mastering Strings in Golang
Posted on May 21, 2017, Level intermediate Resource Length medium
Chris Tomich post aiming to explain Go strings and their relationship to runes and bytes in a compact way.
Tags golang programming
-
Crash course to Amiga assembly programming
Posted on May 19, 2017, Level beginner Resource Length long
Tuomas Järvensivu article bringing back memories on Amiga.
Tags programming
-
Brain on code - functional MRI Imaging
Posted on May 16, 2017, Level beginner Resource Length medium
Older article by Tina Amirtha on topic how human brain interprets coding.
Tags programming
-
Managing Shared Secrets
Posted on May 15, 2017, Level beginner Resource Length long
Jakob Holderbaum article about managing shared secrets when working on a shared codebase.
Tags infosec programming