Sohag Hasannotes.sohag.pro·Oct 25, 2024Keep It Simple, Keep It Separate: A Beginner's Guide to Interface Segregation in LaravelInterface Segregation Principle in Laravel Have you ever been to a restaurant where the menu is so huge that it takes forever to find what you want? Or used a TV remote with 50 buttons when you only need 5? That's exactly what the Interface Segregati...DiscussPrinciplesSOLID principles
Ganesh Rama HegdeforDesign Patterns in Software Blogdesignpatterns.hashnode.dev·Aug 25, 2024Interface Segregation Principle (ISP)The Interface Segregation Principle (ISP) is one of the SOLID principles in object-oriented design. It states that a class should not be forced to implement interfaces it doesn't use. Instead, it's better to have multiple, smaller, and more specific ...Discuss·1 likeinterface
Luis Gustavo Ganimiluisgustavoganimi.hashnode.dev·Aug 9, 2024Understanding SOLID Principles: A Guide to Writing Better Code in TypeScriptIn the world of software development, adhering to best practices can significantly enhance the quality and maintainability of your code. One such set of best practices is the SOLID principles. SOLID is an acronym for five design principles that help ...Discuss·45 readsSOLID principles
Ronald Bartelshubandspoke.amastelek.com·Jul 2, 2024🌽The Frustrating Maze of ISP Support | Navigating Limited Transparency & Self-Diagnosis Woes 🥁In the world of internet connectivity, the relationship between customers and their Internet Service Providers (ISPs) is often marked by a frustrating lack of transparency and self-diagnosis capabilities. When issues arise, customers are left in the ...Discusssupport
Ronald Bartelshubandspoke.amastelek.com·Jun 29, 2024🤖The Functional Problem in ISP Support which can lead to a Case of Misguided Diagnostics🌵In today's interconnected world, reliable internet connectivity is not just a convenience but a necessity. Businesses and individuals alike depend on seamless, high-performance internet to carry out their daily operations. However, the support provid...Discussisp
Hankyu Kimhankyukim.hashnode.dev·Jun 10, 2024SOLID Principle and Design PatternsSOLID abbreviation represents : SRP(Single Responsibility Principle) - A class should have only one responsibility. OCP(Open Closed Principle) - Software entities should be open for extension, but closed for modification LSP(Liskov Substitution Princ...Discusssolid
Saurabh Mahajanblog.saurabhmahajan.com·Apr 24, 2024S.O.L.I.D Principles - The Practical GuideWelcome to our exploration of SOLID principles—a foundational set of design principles in software engineering that can elevate the quality and maintainability of your code. In the ever-evolving landscape of software development, writing code that is...Discuss·174 readsFundamentalsSOLID principles
BrowserScanbrowserscan.hashnode.dev·Feb 22, 2024How to Know ISP by IPWhat is ISP? An Internet Service Provider (ISP) is a company that connects you to the internet, allowing you to go online and access websites, videos, and emails. ISPs are the bridge between your computer or phone and all the information on the web. ...Discussisp
Rakesh Kumar Jangidrakamodify.store·Jan 21, 2024Understanding DNS Servers: The Internet’s Phonebook Made SimpleWhat is DNS? The Domain Name System (DNS) is a critical component of the Internet infrastructure that translates user-friendly domain names into numerical IP addresses. It’s often compared to a phone book for the Internet. Here’s why DNS is important...Discuss·83 readsLinux-Administration-SeriesLinux
Bimal Dhitalblog.bimal1412.com.np·Sep 16, 2023Enable IPv6 on a Secondary Router running OpenWRTIn recent years, ISPs here in Nepal have started deploying IPv6 in their network. For users who have a Linux server with tons of self-hosted things, this is a godsend feature. With IPv6 there is no need for NAT and any sort of complication. You just ...Discuss·84 readsipv6