News & Trends
View AllSites with full security features, sites can still host insecure HTTP forms that allow you to type in your passwords and other personal data, but Google is already looking at that and plans to solve, or at least mitigate this risk in Chrome 86, in October.
Using the SSH protocol to forward ports to a server with external web access, we call this the SSH Tunnel.
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…
The cron daemon, or Crontab, in Linux runs background tasks at specific scheduled times; It's like Task Scheduler in Windows. You can basically run any terminal command with this scheduler.
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!
Sites with full security features, sites can still host insecure HTTP forms that allow you to type in your passwords and other personal data, but Google is already looking at that and plans to solve, or at least mitigate this risk in Chrome 86, in October.
Latest
It's very easy to create a Linux service, you can create a service that runs any script or program in any programming language, and make that system persistent and resilient as a service on your machine.
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.