Skip to content
Parzibyte's blog
  • About the author
  • Contact me
  • Hire me
Parzibyte's blog
  • About the author
  • Contact me
  • Hire me

Creating an API REST with Python, Flask and SQLite3

Leave a Comment / Flask, Python / parzibyte

In this Python programming tutorial you will learn how to create a REST API using Flask, SQLite 3 (for data), and JSON for data communication. In the end you will have an API that you can consume from any client that could be an Android application, a browser with JavaScript or even another server language. […]

Creating an API REST with Python, Flask and SQLite3 Read More »

Tetris game in JavaScript – Open source

Leave a Comment / JavaScript, Videogames / parzibyte

In this post I will show you the Tetris game programmed in pure JavaScript, totally free and open source. This block game is programmed with JavaScript and uses canvas to paint the game. I also use Bootstrap for the layout of the buttons and the page in general, with a bit of SweetAlert for the

Tetris game in JavaScript – Open source Read More »

API REST with Go and MySQL

Leave a Comment / Databases, Go, MySQL Database / parzibyte

In this article about programming in the Go language (also known as Golang) we will see how to create a REST API that communicates through JSON, saving and displaying data from a MySQL / MariaDB database. In the end we will have a REST API with Go using the 4 methods: POST, PUT, DELETE and

API REST with Go and MySQL Read More »

Enable CORS in Flask app

Leave a Comment / Python / parzibyte

In this post I will show you how to enable CORS (Cross Origin Resource sharing) so that you can make HTTP requests from a different domain than the one you use for your Flask application written in Python. We will just add a kind of middleware to modify all the responses and add the headers

Enable CORS in Flask app Read More »

Connect 4 in JavaScript and HTML

Leave a Comment / JavaScript, Videogames, Vue / parzibyte

In this post I will show you how to program the Connect 4 game by using JavaScript with HTML and Vue, with Bootstrap styles. It is the Connect 4 game but web version with a player versus player option, as well as player versus CPU that uses a small artificial intelligence. Throughout the post I

Connect 4 in JavaScript and HTML Read More »

Java: binary to text translator

Leave a Comment / Java / parzibyte

In this post about Java I am going to teach you how to convert text to binary, and binary to text. That is, make a type of text – binary translator in Java to be able to convert between both formats. Another way to call this is to say “Binary to English translator” for example.

Java: binary to text translator Read More »

Print QR code in thermal printer by using a free plugin to send ESC POS commands

How to print QR codes on Thermal printer

3 Comments / Thermal printer / parzibyte

Summary: In this post I will show you how to print readable QR codes on a thermal printer (also called ticket printer, pos printer, etc.) using JavaScript and a plugin. If you have followed my posts, you will know that a long time ago I developed a plugin and I have added new features, until

How to print QR codes on Thermal printer Read More »

MySQL and PHP connection using PDO

PHP & MySQL tutorial using PDO

Leave a Comment / Databases, MySQL Database, PHP / parzibyte

Although there are millions of tutorials about MySQL and PHP, I decided to make mine but in a very very simple way. Before you start, you must have a basic knowledge in MySQL. It is worth mentioning that we will not see good practices of databases, relationships, etc. We will use the tables as they

PHP & MySQL tutorial using PDO Read More »

Post pagination
← Previous 1 2 3 4 … 6 Next →

Recent Posts

  • Receipt designer for thermal printers – Free and open source January 5, 2024
  • JavaScript: store and read files with the Origin Private File System October 6, 2023
  • JavaScript: download file with fetch October 6, 2023
  • SQLite3 with vanilla JavaScript and OPFS – Hello world August 7, 2023
  • Python Thermal Printing: A Comprehensive Guide for Printing on Thermal Printers July 5, 2023

Apoyo en tareas de programación

Estoy disponible para ayudarte en tus tareas de programación: Envíame un mensaje

Pages

  • About the author
  • Contact me
  • Hire me

Search tutorials and code examples

Comisiones abiertas

Estoy disponible para tareas de programación, desarrollo de sistemas y asesorías: Envíame un mensaje

Tags

api Blob code cors database esc pos file flask free game go html http image inventory javascript js json mariadb mysql open source pdf php plugin point of sale pos pos printer print printer product management programming python receipt rest sale sales report software sqlite3 system thermal thermal printer ticket tutorial web windows

Blog archive

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Top Posts & Pages

  • Receipt designer for thermal printers - Free and open source
  • JavaScript: store and read files with the Origin Private File System
  • JavaScript: download file with fetch
  • SQLite3 with vanilla JavaScript and OPFS - Hello world
  • Python Thermal Printing: A Comprehensive Guide for Printing on Thermal Printers
  • Image printing on Thermal printer
  • Print diacritic text in thermal printer - ESC POS commands
  • Free restaurant software
  • Passing parameters to Svelte function
  • Send bytes to thermal printer with C# and ESC POS

Copyright © 2025 Parzibyte's blog | Powered by Astra WordPress Theme