DMDaniel Medinainblog.medina.dev·Nov 3, 2022 · 2 min readHow I Learned Flutter in 24 HoursIntroduction How is it that one is able to learn a technology in such a short time? I'll tell you my experience. The weekend of October 22nd and 23rd I participated in the ROBOHackIT 2022 hackathon. This hackathon is organised by James W. Robinson Se...00
DMDaniel Medinainblog.medina.dev·Nov 3, 2021 · 4 min readContainerizing a React Application with DockerAbout This Guide ℹ️ This guide will teach you how to containerise your Next.js application with Docker and run your container. We will accomplish this by creating a custom container image that uses node as a base image. Introduction Hello! My name...00
DMDaniel Medinainblog.medina.dev·Aug 2, 2021 · 4 min readMy Experience with Next.jsMy Experience with Next.js By Daniel Medina What is Next.js? Next.js is a full-stack React framework that allows for both static site generation and server side rendering. It also allows for a new rendering strategy called Incremental Static Regenera...03NUC
DMDaniel Medinainblog.medina.dev·Jun 8, 2021 · 2 min readMy Experience With FreeCodeCampA year ago I joined freeCodeCamp and since I've now gotten 4 certifications, I thought I'd share my personal experience and thoughts about it. What is freeCodeCamp? FreeCodeCamp is a free online platform for learning all sorts of topics from Web Dev...00
DMDaniel Medinainblog.medina.dev·Nov 16, 2020 · 5 min readMaking a Really Simple Redis API with Node.jsIntroduction Before I sart I would like to mention that this is my first post here at hashnode so I'm excited about that. Thank you for reading my post. About a week ago I discovered Redis, a simple key-value database that claimed to be the fastest ...00