Mindblown: a blog about philosophy.
-
Telegraf Bot Configuration with NodeJS: A Step-by-Step Guide
Telegraf is a modern Telegram Bot framework for Node.js that makes it easy to create powerful and scalable bots. Telegraf provides a simple and intuitive API, as well as a wide range of features and extensions.
-
Coding Linux Shell Script to Update Ungoogled Chromium One-Command Line
This blog post will show how to code a Linux shell script to get the Ungoogled Chrome browser one-command line. Link to Github gist – here What is Ungoogled Chrome browser it’s fully removed from Google tracking scripts and search engines. More in https://ungoogled-software.github.io/
-
Mastering Node.js Debugging: Techniques with VSCode for Smooth Development
Node.js Debugging is an integral part of the software development process. It’s the art of identifying and fixing issues in your code, ensuring that your application runs smoothly. When it comes to Node.js, a popular runtime environment for server-side applications, debugging is no exception. In this four-part blog series, we will explore various ways to…
-
Mastering Node.js Debugging: Techniques with command-line debugger for Smooth Development
Node.js Debugging is an integral part of the software development process. It’s the art of identifying and fixing issues in your code, ensuring that your application runs smoothly. When it comes to Node.js, a popular runtime environment for server-side applications, debugging is no exception. In this four-part blog series, we will explore various ways to…
-
Mastering Node.js Debugging: Techniques with Command-Line for Smooth Development
Node.js Debugging is an integral part of the software development process. It’s the art of identifying and fixing issues in your code, ensuring that your application runs smoothly. When it comes to Node.js, a popular runtime environment for server-side applications, debugging is no exception. In this four-part blog series, we will explore various ways to…
-
Coding Linux Shell Script to Update Postman One-Command Line
I’m tired of seeing the update Postman and the failed update in the background. And get up my knowledge and write a shell script which helps with routine. This blog post will show you how to code a Linux shell script to update the Postman application one-command line. Link to Github gist – here
-
Coding Linux Shell Script to Update Discord One-Command Line
I’m tired of seeing the update Discord pop up every week. And getup my knowledge and write a shell script which helps with routine. Also, I remember that joke: What is the difference between a software engineer and a lazy person? A lazy person will automate their tasks to save time, while a software engineer…
-
Boost Express Performance with Autocannon – Part 7
Going Beyond Autocannon: Other Performance Testing Tools When it comes to testing the performance and velocity of your Express app, Autocannon is an excellent tool. However, other performance testing tools can complement Autocannon and provide additional insights into your application’s performance. Let’s explore some of these tools and how they can be beneficial for your…
-
Package tdlib review
Package: td Version: 7.4.0 Description: is a fairly simple JavaScript wrapper for TDLib (Telegram Database library), a library to create Telegram clients or bots.
Got any book recommendations?