[Solved] MySQL not decoding emojis and special characters
If you have this problem, you should check 4 things. Encoding of tables Open PhpMyAdmin...
Read MoreConstant size of a widget across multiple devices and screen resolutions in Flutter
I was developing a feature in my app, in particular a map with some icon...
Read MoreCustom icon in flutter_background_service package
The flutter_background_service package is used to spawn services. These services stay in background doing stuff...
Read MoreInstallation and usage of FontForge for Python
FontForge is a free, light and very powerful tool to edit fonts. You can use...
Read MoreHow to wait for multiple futures with FutureBuilder in Flutter
Sometimes you may need to call different API in order to build a widget and...
Read MoreMini cheat sheet for Linux users setup
Here is a short list of commands on how to create a user in Linux...
Read MoreExport HTML to PDF with Python and Flask
Here is a very quick guide to generated a PDF from HTML and download it...
Read MoreHow to save PHP object into SESSION variable
If you try to save an object into the $_SESSION variable, you will probably notice...
Read MoreBasic GPG/PGP keys creation and deployment tutorial
How to create a GPG key pair? How to publish a GPG public key? Here...
Read More