Toggle navigation
TWunroll
TWunroll
faq
Contact US
Oliver Jumpertz
oliverjumpertz
ISP - The Interface Segregation PrincipleThe Interface Segregation Principle is part of SOLID, a mnemonic acronym which bundles a total of 5 design principles.It is often associated with clean code.But
Read more
The Open Closed PrincipleThe Open Closed principle is part of SOLID, a mnemonic acronym which bundles a total of 5 design principles.It is often associated with clean code.But what exactly
Read more
YAGNI - You Ain't Gonna Need ItYAGNI is a key principle of extreme programming.But what is it about, and do you really need it? What does it say?The statement
Read more
DRY - Don't Repeat YourselfThe DRY principle is an integral part of clean code, but what does it actually mean and what is it really good for?Should you really care
Read more
Clean code is important, clean code helps others understand your code, but clean code is also pretty subjective!I want to give you my perspective on it, drawing from years of
Read more
I tweeted about how learning the fundamental data structures first helps you learning more advanced ones.I thought I might present to you the order in which I would learn them,
Read more
Logging can sometimes be a pretty difficult topic.You either log too much or not enough, and whenever an issue arises, even gigabytes of log data won't help.But you can structure
Read more
Let's talk about System Design!When I asked you what you preferred me tweeting about, System Design was the second place.See this is the first tweet (or thread) in a series,
Read more
Requirements Engineering is the process of defining, documenting, and maintaining requirements in the engineering design process.It involves really trying to find out what your customer wants.It's sadly more than often
Read more
Starting out in web development and looking for video resources?There's a collection of free video courses on Udemy that everyone can take! https://www.udemy.com/course/html-and-css-for-beginners-crash-course-learn-fast-easy/HTML and CS
Read more
‹
1
2
3
›
By continuing to use the site, you are consenting to the use of cookies as explained in our
Cookie Policy
to improve your experience.
I agree