๐ฐ Single Responsibility News
Single Responsibility News Today
Fast, Ad-Free News Updates
Stay updated with breaking news from Single Responsibility. Real-time updates on events, politics, business and more.
February 11, 2024
In the second and final part of our series, we'll explore using RSpec for tests in your Rails application.
July 8, 2023
Caution: Technical Jargon Zone! If you had been following my earlier blog posts, you would know that I rarely include any code in them. My focus has primarily been on explaining how things work rather than delving into the specifics of how I implemented them. But this time I will be taking a deeper dive into the code, so in case you want to skip code today, you better not start reading this. ;) This blog post has been a bit of a learning exercise for me as I pushed myself to learn UML diagrams a...
April 23, 2023
To my shame, and despite my best efforts not to, when I write code I routinely achieve very high test assurance. Weโre not talking 70% of the code or even 80%. No, weโre looking at a truly obsceneโฆ
August 29, 2022
Where Flow-based Programming stands after 50 years since its introduction. What problems it solves today. And what problems it can solve tomorrow for broader Software Engineering industry
August 16, 2022
[img]https://i120.fastpic.org/big/2022/0816/48/88ea19b77d85b58cfbf97eb1d34b4648.jpg[/img] [b]Write better code: 20 code smells and how to get rid of them[/b] Published 08/2022 MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English + srt | Duration: 71 lectur...
January 11, 2021
The Singleton Design Pattern A software developer goes in-depth on the singleton pattern, explaining how to use it in your Java code and how to avoid common mistakes. by The Singleton Pattern The singleton pattern is one of the simplest design patterns in Java. This design pattern is considered a creational pattern, as this pattern provides one of the best ways to create an object. Sometimes itโs important for some classes to have exactly one instance. There are many times when we only need ...