Learnin' the Ropes: Fun Tutorials for Beginners
Aug 22, 2024
#tutorials
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
Aug 8, 2023
#tutorials
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.
Aug 8, 2023
#tutorials
MongoDB Query date by _id field
Query date by _id in mongodb. Straighforward guide to solve your issue right away.
Jul 28, 2023
#tutorials
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.
Apr 3, 2023
#tutorials
Convert bson file to json with javascript
How to convert bson file to json with javascript with a simple script file
Mar 17, 2023
#tutorials
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
Dec 16, 2022
#tutorials
How to generate referral codes in javascript
How to generate referral codes in javascript very fast with less code
Sep 14, 2022
#tutorials
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.
Jun 10, 2022
#tutorials
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
Apr 12, 2022
#tutorials
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.
Apr 12, 2022
#tutorials
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.
Mar 17, 2022
#tutorials
How to use express validator?
How to use express validator through full examples. I found express validator very powerful, but having a poor documentation.
Dec 13, 2021
#tutorials
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.
Nov 15, 2021
#tutorials
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.
Oct 28, 2021
#tutorials
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.
Oct 28, 2021
#tutorials
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.
Jul 2, 2021
#tutorials
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?!
Apr 21, 2021
#devops
#tutorials
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.
Apr 8, 2021
#tutorials
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.
Jan 11, 2021
#tutorials
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.
Jan 8, 2021
#tutorials
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.
Jan 9, 2019
#tutorials
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.
Sep 26, 2018
#tutorials
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.
Aug 2, 2018
#tutorials
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
May 23, 2018
#tutorials
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
Apr 26, 2018
#tutorials
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.
Apr 14, 2018
#tutorials
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