Browsing Category
Software
11704 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
Using the @Lookup Annotation in Spring
The @Lookup annotation is an injection (like @Inject, @Resource, @Autowired) annotation used at the method level. This annotation…
How to Use ServBay’s Built-in Composer for PHP Project Management
As a powerful integrated web development tool, ServBay comes with Composer, and its usage is very straightforward. Composer…
Haptic Feedback: Types, Benefits, and Application
Haptic feedback is a fantastic development that lets you feel touch sensations through electronic devices. Whether it’s your…
How to Create a New Umbraco Project: A Step-by-Step Guide
Introduction to Umbraco Umbraco is a highly versatile and user-friendly CMS that allows developers to create dynamic websites…
Understand DI Containers: Intro
I’m excited to start this new series and dig deeper into dependency injection!! We are going to use…
Is JavaScript Really as Insecure as They Say?
That’s something I have heard sometimes over internet discussions. Let’s see the truth to it. JavaScript, especially through…
10 Facts About ReactJS Lazy Loading: Optimizing Your Web Application’s Performance
Lazy loading in ReactJS is an essential technique for enhancing the performance of web applications by loading components…
Server side (vulnerability scanning)
Ethical Hacking Visit the github project: https://github.com/samglish/ServerSide Tools Skipfish Owasp Disrbuster Webslayer Nmap Nessus The first scanner we…
Introduction to Functional Programming in JavaScript: Closure #2
Closures are a fundamental concept in JavaScript that every developer should understand. They play a crucial role in…
Raw Types and Backward Compatibility
A generic class or interface used without specifying a concrete type, called a raw type, enables backward compatibility…