JavaScript JavaScript: convert a query string into an object September 11, 2021 In JavaScript we can convert a query string into an object. Read more
Node.js Node.js: enable CORS September 9, 2021 In this article we will see how to enable CORS in Node.js. Read more
Node.js Node.js: how to perform DNS queries with the dig command September 9, 2021 In this article we will see how to perform DNS queries with the dig command in Node.js. Read more
Node.js Node.js: how to manage a DNS zone on Cloudflare September 9, 2021 In this article we're going to manage a DNS zone in Cloudflare with Node.js. Read more
JavaScript JavaScript: password strength meter with the zxcvbn library January 3, 2021 In this article we're going to create a JavaScript password strength meter using the zxcvbn library. Read more
JavaScript JavaScript: how to add CSS styles dynamically December 8, 2020 Sometimes you need to change the CSS styles of a page dynamically. JavaScript comes handy in such case. Read more
Node.js Node.js: cookie policy in ExpressJS December 6, 2020 In this tutorial we will see how to allow users to deny their consent to the use of third party cookies. Read more
JavaScript JavaScript: a smarter approach to error handling in functions with the Error object November 29, 2020 In JavaScript we can implement alternative error handling in functions using their return values. Read more
Node.js Node.js: autocomplete in ExpressJS with jQuery UI November 29, 2020 In this tutorial we will see how to implement autocomplete on form fields using jQuery UI in ExpressJS. Read more
JavaScript JavaScript: a quick solution to check if two arrays are equal November 15, 2020 In JavaScript there is a quick solution to check if two arrays are equal. Read more