$ ls ./tutorials/

Learnin' the Ropes: Fun Tutorials for Beginners

// Learn from expert tutorials and enhance your skills in various fields. Get step-by-step guidance and practical knowledge to excel in your career.

01
bash linode objectstorage delete

Delete Linode Object Storage BASH Script

Use a Bash script to delete the linode objects storage.

02
linux kali vm utm

How to install Kali Linux in UTM Virtual Machine on M2 Macbook

How I installed a UTM virtual machine with Kali Linux on a Macbook PRO M2 chip

03
postgresql sql

How to find the size of a table in SQL?

Learn how to determine the size of a SQL table with this informative guide. Discover efficient methods for measuring table size.

04
mongodb query

MongoDB Query date by _id field

Query date by _id in mongodb. Straighforward guide to solve your issue right away.

05
javascript api scrape nodejs

Unleashing the Power of Free API for Scrape Reverse Geocoding

Learn how to harness the potential of reverse geocoding with our beginner's guide to scraping APIs for free. Unlock the power today.

06
javascript json bson

Convert bson file to json with javascript

How to convert bson file to json with javascript with a simple script file

07
javascript map hexagon coordinates

Generate hexagons in JS based on center coordinates and radius

How to generate hexagons in javascript based on the center point coordinates and radius length

08
javascript referral

How to generate referral codes in javascript

How to generate referral codes in javascript very fast with less code

09
jenkins password credentials secrets ssh private key

Get your Jenkins Passwords from secrets

How to get your Jenkins passwords from your secrets credentials. Follow this simple tutoriale and find your password or ssh private key.

10
javascript browser language

How to detect the browser language in javascript

How to detect the browser language in javascript in just a line of code. The method is working on all major browser

11
card number regexp javascript

How do you detect Credit card type based on the number?

How do you detect Credit card type based on the number using JavaScript? Simple solution using only code, no library required.

12
javascript nodejs expressjs react angular jquery js vue

Download files in Javascript from Node.js server

How to download files in Javascript, either you use Vue.js, React, Angular, jQuery, or Vanilla JS. On the backend side, we run on Node.js using Express.js.

13
express nodejs validator

How to use express validator?

How to use express validator through full examples. I found express validator very powerful, but having a poor documentation.

14
nodejs zip

Archiver reading zip data as a buffer without writing to filesystem

Zip data from buffer without writing to filesystem with the Node.js and archiver module. Use a stream and return data as buffer.

15
linode s3 aws cloud

Linode Object Storage usage in NodeJS

Simple use case of Linode Object storage in NodeJS with AWS-SDK for S3. Learn how to handle Linode Objects in plain Javascript.

16
nodejs js

Unserialize php in Javascript Nodejs

Unserialize is an opinionated function from PHP. Here you'll learn how to handle this in Nodejs, even if you use a serialized string with special characters.

17
kml kmz javascript nodejs

Create kml/kmz files in Nodejs

This article presents how to create kml or kmz files in Nodejs using JavaScript. A simple and fast way of generating kml and kmz files and how to preview them.

18
nodejs twilio calls

Twilio Proxy for masked phone numbers in Node.js

Twilio offers a service called to allow masked phone numbers. What that means? You know when you call an Uber and the number shown to you is not the phone number of your driver?!

19
cryptography nodejs rsa

Asymmetric encryption (Public-key cryptography) with Node.js

In an asymmetric key encryption scheme, anyone can encrypt messages using a public key, but only the holder of the paired private key can decrypt such a message. The security of the system depends on the secrecy of the private key, which must not become known to any other.

20
research web open-source

Notes Students - Web application to manage the notes of students

The application aims to complete needs of students from universities by showing them the scolar results and specific information. The system consists in a client application, a web service and a database server which are interconnected.

21
mongoose nodejs mongodb

this.$__path is not a function mongoose error

Fix mongoose error this.$__path is not a function. If you face the same issue I suggest you to update to the lastest version.

22
nodejs jenkins docker

NodeJS Tests with microservices, Jenkins and Docker

How I achieved testing nodejs project. Hi, this is my journey trying to add tests for a microservice architectured built with nodejs. I would need to use Jenkins and Docker.

23
git bash

Cleanup merged branches from your repository [GIT]

Cleanup merged branches and remove dead branches from your repository. You can see how to make a very simple bash script to achieve this.

24
webservice software-architecture software architecture golang models

Web Service Architecture for Golang Developers

The web service architecture it's one of the most important part from your project. Learn how to create APIs, take care of security, interact with the database, write tests, use translations and manage the deployment process simply by using Golang.

25
tutorials ubuntu database

How to setup a Postgres Server on Ubuntu

How to setup a Postgres Server on Ubuntu, create a database, grant permissions to users, set passwords and remote access

26
ai

How I started to build a chatbot

This article it's the first from a future series. Presents the idea behind the scene, how I started to think on it

27

How to setup an Apache Virtualhost as proxy

How to setup an Apache Virtualhost as proxy. Use Apache to set a virtualhost and to use it as proxy, to pass one or more localhosts to internet.

28

How to format an usb drive to fat16 or fat 32 on mac

How to format an usb drive to fat16 or fat 32 on mac. All you have to do is to open you terminal and to run the following commands