Gokce Merdun
RSS FeedHey, it's Gökçe. I'm a Technical Support Engineer focused on API troubleshooting, developer support, and contributing to backend service code. Passionate about improving documentation to make things clearer for users and developers. I work mainly with TypeScript, Python, and Rust, passionate about building interactive, scalable solutions using AI bots, LLMs, and real-time communication technologies. A fan of terminal UIs, enjoy exploring pentesting and reverse engineering, and also enjoy travel photography and videography in my spare time.
Recent Posts
Quickly Test Your Webhooks with Cloudflare Tunnel
Published: at 12:53 PMCreating a tunnel between your local machine and a tunnel service exposes local ports to the public internet. Many tools can help you do this, but today you're going to learn about Cloudflare Tunnel...
SSL Pinning Bypass For Android Using Frida
Published: at 04:05 AMSSL pinning is a security mechanism used by mobile applications to prevent man-in-the-middle attacks by verifying the server's SSL certificate. However, there are situations where developers or security testers...
Installing Burp Suite Certificate in an Android Emulator
Published: at 02:05 AMBurp Suite is a powerful tool for web application security testing and analysis. If you're working with an Android emulator and want to capture and analyze its network traffic using Burp Suite...
Keep Your Disk Clean, Developers
Published: at 02:04 AMAccumulated cache, temporary files, and unused dependencies can quickly fill up your storage and slow down your system's performance. In this article....