A Journey Into the Beauty of DNSRebinding – Part 1

Authors Giovanni Guido Alessandro Braccio Abstract In this first blog post about DNS rebinding topic, we are going to show a practical example of DNS Rebinding attack against UPnP services exposed in a local network. The goal of this post series is to … more Read More

Send an SMS with Svelte and Twilio Functions

In this article you’ll learn how to send an SMS from your Svelte app. Because Svelte is a client-side framework, you’ll need to have a backend server that can handle sending the message, otherwise your Twilio credentials would be exposed. For this, you’ll … more Read More

How to Use Wrappers in Typescript React

Learning React for the first time can be unnecessarily difficult. Like, seriously – how can React, a JavaScript UI library be such a challenge when it’s widely used in the industry? You might have heard that React allows you to build custom components … more Read More

4 façons de faire des requêtes HTTP en Node.js

L’envoi de requêtes HTTP est une fonctionnalité de base des langues modernes et l’une des premières choses que de nombreux devs apprennent. En ce qui concerne Node.js, il existe un grand nombre de solutions à cette problématique, qu’elles soient intégrées … more Read More

React Navigation 5: Unit Testing Components

The release of React Navigation 5 drastically changed how navigation is structured for React Native projects. One major change with this release was the introduction of useNavigation . This React Hook makes it easy to access the navigation prop from … more Read More

Release Notes for Safari Technology Preview 121

Safari Technology Preview Release 121 is now available for download for macOS Big Sur and macOS Catalina. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS. This release … more Read More

An Interactive Guide to CSS Transitions

A wonderful post by Josh that both introduces CSS transitions and covers the nuances for using them effectively. I like the advice about transitioning the position of an element, leaving the original space it occupied alone so it doesn’t result in what … more Read More