top of page
Search


How to create an SSL certificate with OpenSSL
In the last tutorial we went over the basics of SSL certificates https://www.theswdeveloper.com/post/understaning-ssl-certificates In...
Dotan Raz
Sep 30, 20223 min read
Â
Â
Â


Introduction to SSL Certificates
What is an SSL certificate? SSL certificate is a digital certificate that proves the identity of a server (or a client) using a...
Dotan Raz
Sep 23, 20226 min read
Â
Â
Â


Understanding the Blockchain
A Blockchain is a set of digital blocks, linked together using cryptography signatures. The data stored in these blocks is verified and...
Dotan Raz
Sep 3, 20213 min read
Â
Â
Â


Create a simple Web Crawler with Python
In this tutorial, we will explain how to create a simple web crawler with Python. Warning - It is illegal to crawl someone's website...
Dotan Raz
May 24, 20214 min read
Â
Â
Â


Create a Multi Threaded IP Scanner with Java
In this tutorial, we will explain how to create a Simple IP Scanner with Java. Warning - It is illegal to scan someone's network without...
Dotan Raz
Mar 1, 20213 min read
Â
Â
Â


Strict Mode in JavaScript
One of the amazing things about JavaScript is that it is very flexible. It ignores many mistakes of programmers. For example, you...
Dotan Raz
Feb 24, 20215 min read
Â
Â
Â
the sw developer
Practical Programming Tutorials for Developers
bottom of page