Join us

ContentUpdates and recent posts about TypeScript..
 Activity
@devopslinks added a new tool OWASP Dependency-Check , 1 month, 1 week ago.
 Activity
@varbear added a new tool pre-commit , 1 month, 1 week ago.
 Activity
@devopslinks added a new tool GitGuardian , 1 month, 1 week ago.
 Activity
@devopslinks added a new tool detect-secrets , 1 month, 1 week ago.
 Activity
@devopslinks added a new tool Gitleaks , 1 month, 1 week ago.
Course
@eon01 published a course, 1 month, 1 week ago
Founder, FAUN.dev

DevSecOps in Practice

TruffleHog Flask NeuVector detect-secrets pre-commit OWASP Dependency-Check Docker checkov Bandit Hadolint Grype KubeLinter Syft GitLab CI/CD Trivy Kubernetes

A Hands-On Guide to Operationalizing DevSecOps at Scale

DevSecOps in Practice
Story
@tairascott shared a post, 1 month, 1 week ago
AI Expert and Consultant, Trigma

How Do Large Language Models (LLMs) Work? An In-Depth Look

Discover how Large Language Models work through a clear and human centered explanation. Learn about training, reasoning, and real world applications including Agentic AI development and LLM powered solutions from Trigma.

How do Large Language Models (LLMs) Work Banner
Story
@laura_garcia shared a post, 1 month, 1 week ago
Software Developer, RELIANOID

🔐 RELIANOID at Gartner IAM Summit 2025 | Dec 8–10, Grapevine, TX

We’re heading to the Gartner Identity & Access Management Summit to showcase how RELIANOID’s intelligent proxy and ADC platforms empower modern IAM: enhancing Zero Trust enforcement, adaptive access, and hybrid/multi-cloud security. Join us to explore AI-driven automation, ITDR, and identity governa..

Gartner Identity and Access Management Summit 2025 relianoid
Link
@varbear shared a link, 1 month, 1 week ago
FAUN.dev()

Confessions of a Software Developer: No More Self-Censorship

A mid-career dev hits pause after ten years in the game -realizing core skills likepolymorphism, SQL, and automated testingnever quite clicked. Leadership roles, shipping products, mentoring junior devs - none of it filled those gaps. They'd been writingC#/.NETfor a while too. Not out of love, just .. read more  

Confessions of a Software Developer: No More Self-Censorship
Link
@varbear shared a link, 1 month, 1 week ago
FAUN.dev()

Building a Blockchain in Go: From 'Hello, Block' to 10,000 TPS

A new Go tutorial shows how to build a lean, fast blockchain - clocking ~10,000 TPS - without the usual bloat. It covers the full stack:P2P networking,custom consensus, and properstate management. No unbounded mempools. No missing snapshots. Just a chain that actually runs, benchmarked on real machi.. read more  

TypeScript, developed and maintained by Microsoft, extends JavaScript by adding static type definitions, interfaces, and advanced tooling support. It allows developers to catch errors early through type checking, improves IDE autocompletion, and enables more robust refactoring in complex codebases. As the preferred language for many modern frameworks like Angular and default scaffolds in React, Vue, and Next.js, TypeScript has become the foundation of enterprise-scale and AI-assisted coding. In 2025, it overtook Python and JavaScript as the most used language on GitHub, marking a significant milestone in developer evolution.