AAAkinwande Akinboluwarininboluakinwande.hashnode.dev·Aug 16, 2021 · 2 min readHNG 8: Tempered by FireWe are here, HNG 8.0. At first, I wasn’t sure of my reason for participating. But faced with the task of outlining my goals, it’s become a bit clearer...I want to get better. The HNG internship has something of a...reputation. It’s an internship pro...00
AAAkinwande Akinboluwarininboluakinwande.hashnode.dev·Jun 6, 2021 · 12 min readIntroduction to Docker, with a Nodejs DemoThe process of developing applications involves more than just writing code. Beyond selecting what language or framework to use, other factors come into play― development environment, dependencies, architecture, etc. If these factors are not taken in...01D
AAAkinwande Akinboluwarininboluakinwande.hashnode.dev·Nov 16, 2020 · 7 min readThe responsive canvas 1 - The width and height property.The HTML canvas is an important component used to present both dynamic and static content to users. Its methods and properties provide the developer/user a toolkit and environment which text, objects and images that can be drawn are presented. Like ...01O
AAAkinwande Akinboluwarininboluakinwande.hashnode.dev·Sep 24, 2020 · 9 min readThe Canvas ElementThe HTML Canvas element is a 2-dimensional grid on which 2D images, graphics, and text can be manipulated dynamically. To do this, a scripting language must be used. The most commonly used language is javascript. In this article, we would be looking ...01O