Skip to content
Siber Saldırılar
  • Cloud Technologies
  • Networking
  • Programming
  • Virtualization
    • Docker
  • Web Security
what is breach

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 […]

July 31, 2022July 31, 2022 Resul Bozburun Web Security
vms

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 […]

July 22, 2022July 22, 2022 Resul Bozburun Virtualization
docker-container

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. […]

July 20, 2022July 22, 2022 Resul Bozburun Docker, Virtualization
golang api

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 […]

July 14, 2022 Resul Bozburun Programming
rest api design

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 […]

July 10, 2022 Resul Bozburun Programming
go discord bot

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 […]

July 7, 2022July 7, 2022 Resul Bozburun Programming
what is web

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 […]

July 6, 2022July 6, 2022 Resul Bozburun Uncategorized
aws iam

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 […]

July 6, 2022July 6, 2022 Resul Bozburun Cloud Technologies
network packets

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” […]

July 6, 2022July 6, 2022 Resul Bozburun Networking
Tüm hakları saklıdır. | Created by Resul Bozburun