Updated 2025-11-25 18:17:46 +00:00
Updated 2025-11-25 17:56:32 +00:00
AdelToken is an ERC-20 token built on the Polygon (Amoy) network. This project uses Hardhat for smart contract development, testing, and deployment, and integrates with MetaMask as the primary wallet for interacting with the token.
Updated 2025-09-23 07:32:25 +00:00
Creating landing page for https://wtell.id/ website
Updated 2025-09-17 02:05:31 +00:00
Creating landing page for Fortiva.net.id
Updated 2025-09-17 01:50:10 +00:00
Implementing a secure production-ready setup by enforcing non-root user containers, applying resource limits and constraints, managing secrets, integrating image vulnerability scanning, and enabling container monitoring and logging.
Updated 2025-09-01 11:12:54 +00:00
Making comprehensive docker-compose for full-stack application deployment
Updated 2025-08-14 07:04:43 +00:00
Combining Networking & Communication and Data Persistence & Volumes by building a simple three-service architecture (frontend, API, and database) connected through custom bridge networks, utilizing port mapping and service discovery for inter-service communication, and configuring PostgreSQL with persistent data storage using volumes. In addition, it includes creating automated scripts for database backup and recovery.
Updated 2025-08-13 04:40:17 +00:00
Creating Dockerfiles with 4 different languages (Python, Node.js, Go, Java) and Experimenting with full os as base images
Updated 2025-08-11 20:23:13 +00:00
Simple web application with multiple Dockerfile versions for comparing image sizes (Multi-stage builds, Alpine vs Ubuntu base images, Layer caching strategies and .dockerignore optimization)
Updated 2025-08-11 09:59:29 +00:00