software showcase web
Check out this Pen I made!
Check out this Pen I made!
OUTLINE: TIPS MEMASAK NASI GORENG KAMPUNG CATATAN UTAMA (NOTES) I. Bahan-bahan Kunci A. Nasi Putih: Harus dingin dan pera (tidak lembek), sisa semalam ideal. B. Bumbu Dasar Halus: Bawang merah, bawang putih, cabai rawit (sesuai selera), terasi (penting untuk aroma khas kampung). C. Protein Pilihan: Telur (orak-arik), suwiran ayam, udang, atau bakso. D. Sayuran Tambahan:…
Today is the official release of Nyrion 2.0, A GUI built to replace the CLI. I’ve worked very long on this version and I will appriciate it if you will give it an try. Download: https://github.com/Gayware64/Nyrion/releases/tag/v2.1 🎬 Watch the Video
GPT-4o is coming back for ChatGPT Plus users There have been plenty of complaints about GPT-5 OpenAI is looking at ways to improve the new model When OpenAI rolled out its shiny new GPT-5 model for ChatGPT earlier this week, the plan was to have it replace all of the older models for both free…
Airtable is a great app for tracking projects, tasks, colloboration, CRM, inventory management, and more. It keeps things clear and organized. But, what if you don’t have to navigate the dashboards to get things done and do things from a single Chat interface. Airtable MCP makes it possible. It connects your base to tools that…
For the last 3 months, I have spent some time learning about the AWS Environment, and I am about to appear for the Cloud Practitioner Certificate Test at the end of August 2025. While learning about AWS, I always felt the need to apply my learnings and as we do “Google duh!!”, I found the…
🔹 Problem: Power of Two Difficulty: #Easy Tags: #Math #BitManipulation 📝 Problem Summary Given an integer n, determine if it is a power of two. A number is a power of two if it can be written as 2^k for some integer k ≥ 0. Return True if n is a power of two, otherwise…