ContentPosts from @yokwejuste..
Story
@laura_garcia shared a post, 2 weeks, 2 days ago
Software Developer, RELIANOID

🔐 Is your firewall doing enough to protect your applications?

As cyber threats continue to evolve, traditional firewalls that operate at the network or transport layers are no longer sufficient. That’s where Application-Level Firewalls (ALFs) come in — offering deep inspection, application-aware filtering, and real-time protection against sophisticated attacks..

KB What is application level firewall
Story
@laura_garcia shared a post, 2 weeks, 3 days ago
Software Developer, RELIANOID

Strengthening Operational Technology (OT) Security: What You Need to Know

The Cybersecurity and Infrastructure Security Agency (CISA), alongside 11 international partners, has released the ‘Secure by Demand’ guide to help OT owners and operators integrate robust security measures into their procurement processes. The guide highlights 12 essential security elements that cr..

Story
@viktoriia-yarosh shared a post, 2 weeks, 3 days ago
Freshcode

How Grammarly and Kasta Made Ukraine a Global Clojure Hotspot

When developers think of the global adoption of Clojure, they often cite giants like Netflix, Walmart, or Nubank. There is, however, a thriving Clojure ecosystem that has been stealthily powering innovation from an unsuspecting part of the world: Ukraine. With over 633 tech companies and some unicor..

img (5)
Story
@laura_garcia shared a post, 2 weeks, 4 days ago
Software Developer, RELIANOID

🚀 DevOpsDays arrives in Lima for the first time!

On August 21, 2025, DevOps practitioners and tech leaders will gather to share insights on CI/CD, SRE, DevSecOps, AI/MLOps, and CloudOps. 🔹 RELIANOID will be there—showcasing how our platform empowers secure, scalable, observability-driven DevOps operations. #DevOpsDays#DevOps#SRE#DevSecOps#CloudOps..

 Activity
@edersonbrilhante added a new tool ForgeMT , 2 weeks, 4 days ago.
Link
@faun shared a link, 2 weeks, 4 days ago

You can’t UPDATE what you can’t find: vs PostgreSQL

ClickHouse just leveled up. Its new SQL-standardUPDATEis fast—PostgreSQL-fast on single-row changes, and up to4,000×faster on bulk updates. That’s pure columnar speed plus parallelism in the driver’s seat. Yes, both use MVCC. But unlike Postgres, ClickHouse dodges transaction bloat by default. That..

You can’t UPDATE what you can’t find: vs PostgreSQL
Link
@faun shared a link, 2 weeks, 4 days ago

The decline of high-tech manufacturing in the United States

High-tech manufacturing used to employ 2.8% of U.S. workers back in 1990. Now it’s down to 1.3%. The sharpest losses hitcomputers, electronics, and aerospace—industries that once defined the future. Onlypharma and med devicesmanaged to buck the trend, adding 189,000 jobs while the rest bled over a ..

The decline of high-tech manufacturing in the United States
Link
@faun shared a link, 2 weeks, 4 days ago

Node.js v22.18.0 (LTS) is out

Node.js just got spicier. You can now runTypeScript files out of the box—no transpile step, no weird configs. It’s experimental, and only supports a trimmed-down syntax, but still: big move. Elsewhere, it’s tacklingburst fs eventswith AsyncIterator support, tightening upCJS/ESM cycle resolution, an..

Node.js v22.18.0 (LTS) is out
Link
@faun shared a link, 2 weeks, 4 days ago

Faster Index I/O with NVMe SSDs

A search service (Marginalia Search) gutted its old index internals and dropped memory-mapped B-trees. In their place: adeterministic, block-aligned skip listtuned fordirect reads on NVMe SSDs. It runs on128KB block sizes, usescustom buffer pools, and leans hard onio_uringfor async position lookups..

Link
@faun shared a link, 2 weeks, 4 days ago

Using AWS ECR as a universal OCI repository

AWS ECR is an OCI repository supporting different types of artifacts, from Docker images to machine learning models, allowing for simplified management and unified access. Users can interact with ECR using CLI tools like ORAS, Helm, and Terraform, providing integration with CI/CD pipelines for effic..