Tag: Frontend and mobile
-
How AI guardrails are impeding the work of offensive cybersecurity researchers
Posted on July 27, 2026, Level beginner Resource Length short
This article explores how AI guardrails implemented by companies like OpenAI and Anthropic are unintentionally limiting the work of offensive cybersecurity researchers. These safeguards, designed to prevent misuse, are now creating barriers for legitimate security testing and vulnerability discovery. The piece highlights the tension between ethical AI development and the need for open research in cybersecurity. By Lorenzo Franceschi-Bicchierai.
Tags ai-and-machine-learning frontend-and-mobile security-and-privacy leadership-and-career
-
Splitting Large SwiftUI Views: Apple's Approach and Performance Considerations
Posted on July 25, 2026, Level beginner Resource Length short
This article explores Apple's guidance on splitting large SwiftUI views, emphasizing the importance of using separate view types over computed properties for better performance. It discusses the role of @ViewBuilder in structuring views and how it affects identity and invalidation boundaries. By Emre Degirmenci.
Tags frontend-and-mobile product-and-design software-engineering
-
Build a local AI coding agent from scratch
Posted on July 19, 2026, Level advanced Resource Length long
This article explores how to build a minimal AI coding agent using Gemma 4 on llama.cpp, focusing on the role of tool harnesses and the security implications of running such agents unsandboxed. It also introduces NVIDIA OpenShell as a containment solution. By Murat Sari.
Tags ai-and-machine-learning software-engineering devops-and-ci-cd frontend-and-mobile
-
Building a cross‑platform Ollama dashboard with 95% shared code
Posted on July 1, 2026, Level beginner Resource Length medium
This guide demonstrates how to build a production-ready admin dashboard for Ollama that runs on both Android and Desktop using Kotlin Multiplatform. By leveraging Compose Multiplatform, developers can achieve approximately 95% code sharing between platforms, significantly reducing development effort and maintenance overhead. By Vitali Tsikhanovich.
Tags backend-development frontend-and-mobile ai-and-machine-learning
-
How a Kotlin compiler plugin cut Android time to first render by 30%
Posted on June 30, 2026, Level intermediate Resource Length medium
Expo SDK 56 introduces a Kotlin compiler plugin that eliminates runtime reflection from Expo Modules on Android. A new Kotlin compiler plugin in SDK 56 strips reflection from Expo Modules on Android: 70% faster init, no code changes for app developers. By Łukasz Kosmaty.
Tags architecture-and-apis backend-development product-and-design frontend-and-mobile software-engineering
-
Plausible vs Matomo: Which analytics to self-host?
Posted on June 26, 2026, Level intermediate Resource Length medium
The article compares Plausible Community Edition and Matomo—two open‑source, self‑hosted web‑analytics platforms. By Alex Thornton.
Tags data-and-analytics security-and-privacy backend-development frontend-and-mobile leadership-and-career
-
TypeScript 7 RC: The compiler rewritten in Go, around 10x faster
Posted on June 22, 2026, Level intermediate Resource Length medium
TypeScript 7's compiler rewrite in Go delivers ~10x build performance while preserving type-checking behavior, with stable release imminent. By Jatniel Guzmán.
Tags backend-development frontend-and-mobile product-and-design
-
Rust vs TypeScript in 2026: Balancing raw performance with rapid delivery
Posted on June 5, 2026, Level beginner Resource Length medium
A comparative analysis of Rust and TypeScript for 2026, highlighting Rust's superior throughput and zero-GC latency against TypeScript's rapid full-stack development capabilities. The article guides developers on selecting the right tool based on project constraints. By Rustify.
Tags software-engineering architecture-and-apis frontend-and-mobile product-and-design
-
OpenWorkers: Escaping Cloudflare lock-in with self-hosted serverless
Posted on June 3, 2026, Level beginner Resource Length short
OpenWorkers is an open-source project that allows developers to run Cloudflare Workers-compatible JavaScript code on their own infrastructure, addressing the vendor lock-in issues associated with proprietary serverless platforms. By Kelly.
Tags architecture-and-apis cloud-and-infrastructure frontend-and-mobile leadership-and-career
-
Four ways to run a full Linux desktop on your Android phone
Posted on April 28, 2026, Level beginner Resource Length short
This article explores four distinct methods for running a full graphical Linux environment on Android devices, ranging from popular Termux-based solutions and standalone apps to replacing the Android OS entirely, providing a technical roadmap for developers and power users seeking desktop Linux capabilities on mobile hardware. By Bertel King.
Tags cloud-and-infrastructure software-engineering how-to frontend-and-mobile product-and-design
-
Frontend memory leaks: A 500-repository static analysis and five-scenario benchmark study
Posted on April 25, 2026, Level intermediate Resource Length long
Frontend memory leaks remain alarmingly prevalent in production codebases, with 86% of 500 analyzed repositories containing at least one missing-cleanup pattern that can silently accumulate memory at a rate of approximately 8 KB per navigation cycle. This comprehensive study combines static analysis across React, Vue, and Angular frameworks with controlled benchmark scenarios to quantify both the prevalence and real-world cost of these often-overlooked issues. By Ko-Hsin Liang.
Tags software-engineering backend-development frontend-and-mobile product-and-design
-
How to implement spring physics buttons with Framer Motion
Posted on April 25, 2026, Level intermediate Resource Length medium
Experience buttons that feel dynamic and tangible with Framer Motion's spring physics for a natural hover and tap interaction. By Tiger Abrodi.
Tags software-engineering backend-development frontend-and-mobile architecture-and-apis product-and-design