/dev/null

  • Home
  • Newsletter
  • About Me

Tutorials

Tutorials and guides

Hacking

buffer overflow – THE only way to take control of the stack pointer?

If you’ve subscribed to my channel for long enough, you’ll definitely know, what a buffer overflow is, and that it is used to take control of the stack pointer. But with programming languages such as python or java, the memory management is out of the hand of the developer and Read more…

By Zanidd, 1 year1 year ago
Programming

unary vs binary | is n++ faster than n = n + 1

As a programmer you’ve certainly touched on the topic of unary and binary operations (except if you’re coding in python). But which one is faster? Let’s take a look. Typing Speed This section might not be important for performance, but for speed of coding. Typing n++ is a little faster Read more…

By Zanidd, 1 year1 year ago
Networking

docker commands to make you more productive

Docker has quickly become a popular tool for developers and devops to develop, deploy and scale applications. In this post I want to show some docker commands that can help you increase your productivity with docker. structure and more commands This article structures the commands in multiple subsections. The first Read more…

By Zanidd, 1 year1 year ago
Programming

How to use modifiers effectively | private, public and more

In most object-oriented programming languages you’ll encounter the keywords like, public,private, protected or other. These so-called access level modifiers, or just modifiers for short, allow programmers to determine which other classes can access an attribute or method. Why use Modifiers Modifiers allow you to structure the code more properly by using Read more…

By Zanidd, 1 year1 year ago

Posts navigation

Previous 1 2 3 … 5 Next
  • 404 Podcast not Found
  • Legal Notice
  • Newsletter
  • Privacy Policy
  • Security Consulting
  • Support Me
  • Zanidd
Hestia | Developed by ThemeIsle
This website uses cookies to improve your experience. We'll assume you accept this policy as long as you are using this websiteAcceptView Policy