Milan Jovanovićmilanjovanovic.hashnode.dev·Dec 28, 2024What Rewriting a 40-Year-Old Project Taught Me About Software Development"Your task is to rewrite this system. It powers our entire operation. Oh, and it's written in APL." That's how my journey with this legacy rewrite began. For those unfamiliar with APL, it's a programming language from the 1960s known for its unique m...software development
Gagandeep Singhblog.gagan93.me·Nov 24, 2024Refactoring: Lessons Learnt So FarBackground Refactoring is the process of restructuring code, without changing its original functionality. Over the past three years, my role has allowed me to pick a lot of refactoring tasks, which have enhanced my skills and understanding around R...2 likes·96 readsrefactoring
VHAE04vhae04.hashnode.dev·Aug 8, 2024Thực hành debug Confluence CVE-2022-26134Đây là bài blog đầu tiên nên từ ngữ của mình hơi lủng củng mong các bạn thông cảm, Bài viết hướng đến cách thực hiện debug một trương trình nhằm hiểu rõ lỗ hổng của một cve được public và giúp bạn có thể tự re poc của một cve công khai. Bài viết được...96 readsCVE
Stephen Asuncionstephenasuncion.hashnode.dev·Sep 27, 2022How to rewrite subdomain to subpath without using a reverse proxy?Hey friends 👋, Overview I was re-coding a website service for nfthost.app and I wanted users to have their websites linked to a subdomain of my application. My project is using Next.js and it was deployed with Vercel. This blog will show you step by...10 likes·326 readsNext.js