boringproxy: How to expose local services publicly on the internet 8 Spotify Playlists for Programming and Focus for 2022

News & Trends

View All

More and more the creation of amateur IoT (Internet of Things) projects is becoming viable, cheaper boards and parts allowing the wide access and development of community projects. I separated a list with some projects to inspire your projects in 2020! The project tutorials are in English, but nothing that the Google translation doesn't count…

We often need a video for a social media action or even to add that special touch to a website design, but finding quality free videos that have everything we need is not an easy job!

Latest

TypeScript is a typed superset of JavaScript that is compiled to pure JavaScript. It follows the JavaScript standard and is also a multi-paradigm language, however it adds object-oriented functionality and syntax, classes and typing seen in languages like C# and Java.

Monolithic means "work built in a single stone" so it is used to define the architecture of some systems, it refers to the way to develop a system, program or application where all the functionalities and codes are in a single process. These various functionalities are in the same source code and in their execution they share resources from the same machine, whether processing, memory, databases and files.