Git is not asking for username on Windows
Sometimes, depending on the git server you are using to clone a repository, Windows could ...
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 MoreCoherent UTF-8 data manipulation from MySQL to JSON in PHP
This short guide may help you to quickly create a simple data flow from the ...
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 More