dankoskei.hashnode.devNavigating Your Computer Using the TerminalWhen I started learning to code, one of my earliest challenges was understanding that a “directory” is essentially a file folder. This guide is here to demystify the basics of navigating your computer’s file structure using the Linux terminal—an esse...Dec 10, 2024·2 min read
dankoskei.hashnode.devSetting Up SSH Key with GitHub on UbuntuWhat is SSH? SSH (Secure Shell) is a protocol that allows secure communication between systems. When connecting with GitHub, SSH helps establish a secure connection, so you don't have to manually provide your credentials each time. Prerequisites A s...Sep 11, 2024·2 min read
dankoskei.hashnode.devThe Joy of Learning Flask and React: A Journey into Full-Stack DevelopmentDiving into the world of coding has been one of the maximum profitable reports of my existence. Recently, I embarked on a adventure to master Flask and React, that specialize in user authentication, logging, and the art of building complete-stack app...Aug 20, 2024·3 min read
dankoskei.hashnode.devBuilding a Full-Stack Web Application with Flask and ReactIntroduction In the world of web development, combining a powerful backend with a dynamic frontend can create a seamless and efficient user experience. Today, we'll explore how to build a full-stack web application using Flask for the backend and Rea...Jul 16, 2024·3 min read
dankoskei.hashnode.devNavigating CLI Projects with Python OOP and SQLEmbarking on a journey with Command Line Interface (CLI) projects can feel like venturing into uncharted territory, especially when you're weaving together Python, Object-Oriented Programming (OOP), and SQL. But fear not! This article will walk you t...Jun 16, 2024·3 min read