Javascript : Fundamentals After 15 years of coding experience with languages like C#, C/C++ and python, i wanted to step into javascript. This is the first article of a series that will give you the basics to start working with this language smoothly. The article is mostly written with code examples and
Editing an STL in FreeCad 1. Click File->New 2. Click File->Import and select the STL you want to edit 3. Select Part workbench in tool bar 4. In Model tab, select your object (mesh), click Part->Create shape from mesh, check Sew shape amd give it the value 0.01 5. You no
RPI4 PWM fan control After several years of using regular cases for my rpi4, i came to the point of being super annoyed by the fan noise. So I've decided to buy a PWM fan that would only spin with a ratio based on the current temperature of the CPU. In principle, since my
Cheatsheet : PostgresQL psql Postgres cli. To enter psql prompt in th image, type: psql -U postgres to use postgres (default) user. To quit, simply type \q To display help psql --help SQL Since 1979. Case insensitive. CREATE database CREATE DATABASE test; Note: ; is necessary to execute the command CONNECT to database psql