Mark Assini
31 posts
JavaScript Concurrency Models: Web Workers vs. Service Workers
JavaScript Concurrency Models: Web Workers vs. Service Workers Concurrency in JavaScript is a nuanced topic that has evolved…
Bowtie Analysis for Risk Management: Example & Template Included
All projects are embedded with the potential for problems or opportunities. This is called risk, and project management…
Why self-care is your secret weapon as a product manager
In today’s tech landscape, product managers face unprecedented challenges. As the linchpin connecting strategy, execution, technology, and market…
🚀 Stellar Dev Diaries: Episode 2 – Becoming Fundable
Ever wondered what it takes to build a Web3 startup from scratch? In the Stellar Dev Diaries series,…
Could DeepSeek Be the Democratization of AI?
In recent years, the field of artificial intelligence has been dominated by a few key players, with OpenAI…
Dia 3 – Garbage collector e .h
Iniciei meu primeiro projeto em C++ e já aprendi algumas coisas interessantes. Comecei criando o ‘blank canvas’ e…
What Is ProjectLibre? Pros, Cons & Alternatives
ProjectLibre is open-source project management software attractive to IT professionals due to its cost-effective solution. It’s an alternative…
An Opinionated Ramp Up Guide to AWS Pentesting
Written for the AWS Security Digest Newsletter by Lizzie Moratti Disclaimer: We are talking about pentesting the customer’s…
Load Balancers in AWS
Load balancers are servers that forward traffic to multiple servers downstream. They are crucial for distributing incoming traffic…
Several recommended practices for writing good asynchronous JavaScript code
Introduction Asynchronous programming in JavaScript is crucial for building efficient and responsive web applications. However, improper use of…