MCP Server: The "game changer" for CAD industry
BIM
members

MCP Server: The "game changer" for CAD industry

The CAD industry started a few decades ago. It's a core technology for old industries like construction, mechanical engineering, robotics, and any industry that requires high complexity when creating
Paxton Huynh
Domain-Driven Design: Tackling Complexity in the Heart of Software | Construction Industry
BIM
members

Domain-Driven Design: Tackling Complexity in the Heart of Software | Construction Industry

Why DDD matters more than ever in Construction techAmong all the industries where software is rapidly transforming workflows, Construction stands out as one of the most complex. Multiple disciplines,
ELVIS Pham
Memory leaks in React application. How to avoid ?
front-end
members

Memory leaks in React application. How to avoid ?

A memory leak occurs when a program allocates memory for an object or variable but then fails to release it when the object is no longer needed. This causes the application to consume more and more me
Gavin Huynh
Gavin Huynh
Defending AI Applications from Prompt Attacks
AI
members

Defending AI Applications from Prompt Attacks

As AI-powered applications become increasingly prevalent, securing them against prompt injection, leakage, and jailbreak attempts has become critical. These vulnerabilities can expose sensitive system
TERRY
REST API vs. gRPC: Which One Is Your Choice?
back-end
members

REST API vs. gRPC: Which One Is Your Choice?

In the world of modern API development, two heavyweights dominate the conversation: the battle-tested REST and the high-performance challenger gRPC. If you are building a microservices architecture or
Hayes Ly
Guide to Creating Detailed API Documentation with API Blueprint
members

Guide to Creating Detailed API Documentation with API Blueprint

Why Do We Need API Documentation?In today’s modern software development world, APIs (Application Programming Interfaces) act as bridges between systems, applications, and teams. However, a sad reality
VIOLET Dang
Proxy Server Setup on EC2 for Developers: Connecting to External APIs Made Easy
devops
members

Proxy Server Setup on EC2 for Developers: Connecting to External APIs Made Easy

This article explains how developers can access 3rd APIs that enforce strict access controls such as IP whitelisting by setting up a proxy server on AWS EC2. It walks through configuring the proxy, ro
Timo
Timo
Scaling Auto Scaling Groups with Multiple Step Scaling Policies in Terraform
AI
members

Scaling Auto Scaling Groups with Multiple Step Scaling Policies in Terraform

Auto Scaling Groups (ASGs) are a cornerstone of resilient cloud architecture. They allow your infrastructure to dynamically respond to load by adding or removing EC2 instances. In this blog, we’ll exp
COPPER Nguyen
Caddy: The Modern Web Server That Makes HTTPS Easy
devops
members

Caddy: The Modern Web Server That Makes HTTPS Easy

What is Caddy? Caddy is a powerful, enterprise-ready, open-source web server with automatic HTTPS written in Go. Unlike traditional web servers like Apache or Nginx, Caddy is designed with simplicity
Kaitou
Kaitou