💡 Stand Out: Creative Portfolio Concepts for Developers 🎨

💡 Stand Out: Creative Portfolio Concepts for Developers 🎨

Hi everyone, 👋 I’ve been brainstorming some fun and meaningful ways to design a portfolio that really feels like you. If you want something more personal, visual, and story-driven than a standard template, this post is for you. About the Cover Image: The illustration represents the journey of building a portfolio. It starts with a…

แนะนำ Bash Command สำหรับ Developer มือใหม่

แนะนำ Bash Command สำหรับ Developer มือใหม่

Originally published at https://somprasongd.work/blog/server/baisc-bash แม้ว่า GUI จะช่วยให้การเขียนโค้ดง่ายขึ้น แต่เมื่อคุณเริ่มทำงานจริงโดยเฉพาะกับระบบ backend, deployment, หรือ CI/CD — การใช้ Terminal และ Bash Command กลายเป็นทักษะที่ขาดไม่ได้ บทความนี้ออกแบบมาสำหรับ developer มือใหม่ ที่ไม่คุ้นกับการใช้ command line โดยใช้โปรเจกต์ Go สมมติชื่อ myapp เป็นตัวอย่าง รายชื่อคำสั่งที่ควรรู้จัก พื้นฐานและจัดการไฟล์ pwd, ls, cd, touch, mkdir, rm, cat, less, head, tail, echo ค้นหาและแก้ไข grep, find, nano, vim รันโปรเจกต์ / ดู process go run, go…

screenshot

Run Multi-Agent AI in the Cloud Without a Local GPU Using Docker Offload and Compose

With the release of Docker Desktop 4.43 (July 3, 2025), you can now declare AI models, agents, and MCP tools in a single compose.yaml file and launch them all with a single docker compose up. On top of that, the beta release of Docker Offload allows you to run Compose projects directly in the cloud…

This mini PC has two 10Gb Ethernet LAN ports, a fingerprint reader, and can even connect to an external GPU – so remind me again why we need a full desktop PC?

This mini PC has two 10Gb Ethernet LAN ports, a fingerprint reader, and can even connect to an external GPU – so remind me again why we need a full desktop PC?

Beelink GTi15 Ultra offers vapor cooling in a chassis barely larger than a paperback novel A fingerprint reader and dual 10GbE ports are rare finds on any mini PC External GPU support solves one problem and creates three others in terms of cost and footprint Beelink’s GTi15 Ultra mini PC has been launched with features…

Yahoo Japan wants all its 11,000 employees to use Gen AI to double their productivity by 2028 — a sign of things to come?

Yahoo Japan wants all its 11,000 employees to use Gen AI to double their productivity by 2028 — a sign of things to come?

Yahoo Japan is betting big that mandatory AI use can unlock workplace innovation The company’s plan starts with automating 30% of daily tasks, like meetings and documents Internal tools like SeekAI will handle expenses, research prompts, and summarizing meeting notes Yahoo Japan is taking a bold step by requiring all 11,000 of its employees to…

LiveAPI Demo

How to Use minio-go for S3-Compatible Storage in Go

Hi there! I’m Maneshwar. Right now, I’m building LiveAPI, a first-of-its-kind tool that helps you automatically index API endpoints across all your repositories. LiveAPI makes it easier to discover, understand, and interact with APIs in large infrastructures. minio-go (v7) is a lightweight, idiomatic Go SDK for Amazon S3–compatible object storage, built by MinIO. It’s fast,…

Navigating the React Jungle: A Deep Dive into Routing Types with Examples

Navigating the React Jungle: A Deep Dive into Routing Types with Examples

Hi there! I’m Shrijith Venkatrama, founder of Hexmos. Right now, I’m building LiveAPI, a first of its kind tool for helping you automatically index API endpoints across all your repositories. LiveAPI helps you discover, understand and use APIs in large tech infrastructures with ease. Routing in React is how you move between different views or…