Tag: Software
-
Scientists built an AI co-pilot for prosthetic bionic hands
Posted on December 28, 2025, Level beginner Resource Length short
An AI assistant dramatically improves the usability of bionic hands, boosting success rates in delicate tasks and reducing the cognitive load on users. By Jacek Krywko.
Tags ai software learning cio management big-data data-science
-
Post-deployment tests: Your safety net after the code shipswhy apache flink is not going anywhere
Posted on December 2, 2025, Level beginner Resource Length short
Automating post-deployment testing with GitHub Actions and Playwright provides rapid feedback, automatic rollbacks, and increased production confidence. By Türkçe Yazılar.
Tags devops cicd programming software
-
How to set up TypeScript with Express
Posted on October 13, 2025, Level intermediate Resource Length long
Explore how to enhance your Express applications with TypeScript's powerful features for scalability and error prevention, culminating in a deployment guide using Kinsta's hosting. By Jeremy Holcombe.
Tags restful how-to software apis javascript
-
Build a RESTful API with Flask and Python: Step-by-step guide
Posted on October 11, 2025, Level intermediate Resource Length medium
Build an efficient RESTful API using Flask and Python with this comprehensive step-by-step guide covering everything from CRUD operations to performance optimization. By codezup.com.
Tags restful how-to software apis
-
LLM VRAM Calculator guide 2025: Expert memory estimation tips
Posted on October 9, 2025, Level beginner Resource Length medium
The article explores the challenges surrounding accurate GPU memory estimation and presents a detailed analysis of popular LLM VRAM calculators. By providing practical tips and insights into these tools, developers can better plan their hardware investments and optimize model training and inference processes. By PropelRC Team.
Tags ai servers cio miscellaneous how-to software
-
Defending against supply chain attacks like Chalk/Debug and the Shai-Hulud worm
Posted on October 5, 2025, Level beginner Resource Length short
Supply chain attacks targeting open-source packages pose a significant threat; proactive measures like dependency auditing and robust security tools are crucial for developers. By Chi Tran, Charlie Bacon, Nirali Desai.
Tags ai cio infosec software learning management aws
-
Container registry SSL and K8s Kind
Posted on July 29, 2025, Level advanced Resource Length long
AI safety discussions predominantly focus on easy to conceptualise, highly salient risks including algorithm bias, hallucinations and disinformation. While these are crucial concerns, they overlook a fundamental truth we've learned from other high-stakes fields like aviation and healthcare: sometimes the most dangerous risks can hide in plain sight. By Manu Savani.
Tags ai cio infosec software learning management
-
Architectures for SwiftUI projects
Posted on July 26, 2025, Level beginner Resource Length medium
Three common architectures for modern iOS apps are: MVVM, TCA, and VIPER. This post will talk about using MVVM and TCA for our spec TaskManager app. By Jp.
Tags swiftlang ux software web-development app-development
-
Addressing hidden risks in AI implementation for safety
Posted on July 14, 2025, Level beginner Resource Length long
AI safety discussions predominantly focus on easy to conceptualise, highly salient risks including algorithm bias, hallucinations and disinformation. While these are crucial concerns, they overlook a fundamental truth we've learned from other high-stakes fields like aviation and healthcare: sometimes the most dangerous risks can hide in plain sight. By Manu Savani.
Tags ai cio infosec software learning management
-
Make Cline enterprise-ready using an AI Gateway
Posted on July 12, 2025, Level advanced Resource Length medium
Cline is an AI-powered coding assistant that enhances developers' productivity by offering advanced code suggestions and support in debugging and architectural tasks. However, when scaling Cline across an organization, challenges such as security risks, usage tracking, and compliance arise. Portkey's AI Gateway addresses these challenges by providing enterprise-ready features like centralized access, observability, governance, and security guardrails. By Drishti Shah.
Tags software ai programming web-development app-development
-
Test layers from unit to system
Posted on July 10, 2025, Level advanced Resource Length medium
The article explores the importance of layered software testing, from unit to system tests, to build confidence and prevent systemic failures. It compares different testing strategies like the Pyramid and Trophy, arguing for a balanced approach tailored to project needs. By Jim Humelsine.
Tags tdd web-development app-development software
-
DIY Docker volume drivers: What's missing
Posted on July 6, 2025, Level advanced Resource Length medium
This post explores the limitations of the current Docker volume plugin ecosystem, emphasizing the difficulty in finding unprivileged solutions. The author details their journey in creating a custom volume plugin as a way to address this limitation. By Adam Faris.
Tags cloud docker app-development software