Node.js is a popular platform used for building fast and scalable web applications. However, you may encounter some challenges related to performance and scalability. For example, if your application grows bigger, you may need to handle a large number of requests, reduce the load on your database,...
Chrome Copy data to Clipboard If you want to copy an object or variable to the clipboard from the console, then use the below copy command. The below line will copy AABB text to the system clipboard. copy("AABB"); Copy query param of page to Clipboard const urlSearchParams = new...
This open source database is being created as part of my live coding series: Creating a database from the ground up using modern C++! In this post I explain why I decided to start this series… I’ve been wanting to start a more advanced video blog series for a while. I’ve not had the time to...
Been reflecting on code to write when I’m on the train. I figure the best thing I can do is write code to help my NoSQL brethren. Here’s what I plan to do… The great thing about writing open source code for your day job is that you have to be very targeted. I only spend time writing code when it...
El otro día a través de este tuit de Elio Rojano me anime a documentar una serie de procesos que estamos siguiendo para mantener nuestra infraestructura segura y al mismo tiempo poder mantener las excepciones para no cortar el servicio en falsos positivos. Para securizar kamailio lo más normal es...
Desde la versión 3.2 deKamailio tiene soporte para Redis. Junto con el módulo memcache, se aproxima al mundo web, algo que favorece a la telefonía en los tiempos que vivimos. :) Antiguamente para llamar un programa externo y tener información detallada(en tiempo real) en otro sistema te hacía...