Author: Resul Bozburun
What is BREACH Attack? How to Detect and Mitigate?
Browser Reconnaissance and Exfiltration via Adaptive Compression of Hypertext (a.k.a BREACH), is a vulnerability that occurs when HTTP compression is enabled over HTTPS. It is based on CRIME vulnerability. What […]
Virtualization and Hypervisor Types
What is Virtualization Virtualization is a method that provides simulation running on hardware for applications, services, and systems without any physical hardware. There are most known virtualization softwares: Virtualbox […]
What is Docker Container?
Docker Container is a virtual environment that holds a space in user memory. It virtualizes the held memory. Users can launch their web apps, services, etc. in the container. […]
How to Create RESTful API with Golang?
In this tutorial, I’ve explained: “How to create REST API with Go?” Let’s assume that you want to create a school API. And our resources: classes students teachers RESTful […]
RESTFul Design – REST API Design Best Practices
RESTful design is one of the most important parts of creating an app. API (Application Programming Interface), provides a communication interface for two applications. So, designing and applying RESTful best […]
Discord Bot Programming with Golang
Discord Bot Programming with Golang Programming a Discord bot with Go is easier than you thought! Golang is very fast when working with API and since we are using Discord […]
What is Web and How it Works?
We hear “Web”, sometimes as “World Wide Web”. But generally we actually don’t know what the web is? how web works? Let’s talk about the story of the web… What […]
AWS IAM (Identity & Access Management)
IAM, provides a control mechanism while AWS S3 Buckets communication with each other. It checks authentication privileges of users and uses role based privileged system. Every user have different rights […]
Network Packets
Network packet is a part of a message that is sent over the network… What is a Network Packet? Data that is sent over the network is called a “message” […]