Author:

Building Scalable Web Applications with JavaScript and Cloud Services

In today's digital age, web applications are at the forefront of technological innovation. As businesses strive to reach a global audience and handle increasing user demands, building scalable web applications has become crucial. JavaScript, with its wide adoption and versatility, coupled with cloud services, offers an excellent foundation

davide

Demystifying Cloud Computing: An Introduction for Developers

Introduction Cloud computing has revolutionized the way developers build, deploy, and scale applications. In recent years, it has become an integral part of the tech industry, enabling businesses of all sizes to leverage the power of the cloud to enhance their operations. However, for many developers, the concept of cloud

davide

Python for Beginners: A Step-by-Step Guide to Get Started

Introduction Python has become one of the most popular programming languages for beginners due to its simplicity, readability, and versatility. Whether you're interested in web development, data analysis, artificial intelligence, or even game development, Python is an excellent choice to begin your programming journey. In this step-by-step guide,

davide

Feiyutech G6 Plus active tracking with Canon G7X Mark 2

After playing for a while with this gimbal I discovered that you can use active track on a connected mobile device. Here in this video I will show how I was able to record a video with a Canon G7X II and perform active track with a mobile device

davide

Feiyutech g6 plus + SONY SLT-A58

Hello everyone this is a small video I made to show how to balance a sony A58 camera on the Feiyutech g6 plus gimbal. I did not expect it to work but it did, enjoy the video.

davide
Generative Adversarial Networks
tensorflow

Generative Adversarial Networks

Hi there, it's been a while from the last time a posted something. Recently, during the last Easter holiday I was playing with Generative Adversarial Networks, a type of neural networks used to produce new data. Basically a GAN is composed by 2 networks: a generator and a

davide
A first look at OpenAI GPT2

A first look at OpenAI GPT2

GPT2 is a model developed by OpenAI for NLP. The model is composed by a transformer architecture as shown in the picture below. Luckily for us the dudes at Huggingface have releases a pretrained version and implementation of this model ... and many other type of transformer models. https://huggingface.co/

davide
Getting started with tensorflow-js and Angular - AngularMVD

Getting started with tensorflow-js and Angular - AngularMVD

Recently I moved to Uruguay, Montevideo. Here I found an active community of developers, yesterday I had a chance of giving a talk at the AngularMVD meetup. Even though it has been ages from the last time I developed an Angular app the talk was about how to use tensorflow.

davide
Parcel web bundler pros and cons
JS

Parcel web bundler pros and cons

Recently I've been using Parcel (https://parceljs.org/) for some small web apps I'm developing in my free time. Parcel is a modern javascript bundler that is used to package a JS app into a single, or multiple files. We could argue that the state of

davide