Browsing Category
Software
12243 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
Introduction to Functional Programming in JavaScript: Function compositions #4
Function composition is a powerful technique in functional programming that allows you to build complex functions by combining…
jwt decode link: https://www.npmjs.com/package/jwt-decode
npm i jwt-decode verifyJwt.ts**** import { jwtDecode } from ‘jwt-decode’; export const verifyToken = (token: string) => {…
Struggling with Node.js
I am trying to get my first Node.js server to work with React Front-end for a site I…
3. Finale of complete SASS ๐คฃ(longer)
You can read last 2 post from here. โคpart1 – SASS one โคpart2 – SASS two @extend The…
System Design Basics – Caching
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the…
The Ultimate Guide to Pionia Generic Services.
Pionia framework is a PHP Rest framework that is changing how we used to develop Rest platforms. Unlike…
Os primeiros 90 dias
Minhas Ideias para Evoluir na Nova รrea de Trabalho Sonho Realizado: Inicialmente, trabalhar na รกrea de investimentos foi…
New in PHP 8! ๐๐ข๐ฆ๐ฉ๐ฅ๐ข๐๐ฒ ๐๐จ๐ฎ๐ซ ๐๐จ๐๐ ๐ฐ๐ข๐ญ๐ก ๐ญ๐ก๐ ๐๐ฎ๐ฅ๐ฅ๐ฌ๐๐๐ ๐๐ฉ๐๐ซ๐๐ญ๐จ๐ซ
The Nullsafe operator, introduced in PHP 8.0, is a game-changer for handling nullable properties and method calls more…
Introduction to Functional Programming in JavaScript: High order functions #3
High-order functions and currying are powerful concepts that enable developers to write more modular, flexible, and expressive code.…
Using the @Lookup Annotation in Spring
The @Lookup annotation is an injection (like @Inject, @Resource, @Autowired) annotation used at the method level. This annotation…