Day: July 6, 2024
9 posts
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) => {…
FLIR ADGiLE Automated Methane Monitoring Solution
FLIR, part of Teledyne Technologies Incorporated, unveiled ADGiLE™, a fixed-mounted methane monitoring solution.
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…