sammyoluwaseyi.hashnode.devA Comprehensive Guide on Flutter State Management: BLoCIn the context of Flutter, state management is the process of controlling and managing the changes made to an app’s data and information. These changes which may later influence the appearance and behavior of the UI. Good state management ensures tha...Nov 11, 2024·6 min read
sammyoluwaseyi.hashnode.devMobile Development Platforms and Architecture PatternsAs a Software Engineer with a passion for mobile app development, I'm excited to share my knowledge of mobile development platforms and common software architecture patterns. I'll also be embarking on a new journey with the HNG Internship, focusing o...Jun 28, 2024·3 min read
sammyoluwaseyi.hashnode.devTransferring a file from Local Machine to Remote ServerTransferring files to a remote server is a fundamental skill for anyone managing a website, working with cloud services, or collaborating on projects. There are many ways to transfer files to a remote server: SCP (Secure Copy Protocol), SFTP (SSH Fil...Feb 3, 2024·6 min read
sammyoluwaseyi.hashnode.devCreating an SSH connection to a serverIntroduction First of all let's talk about SSH, SSH(Secure Shell) is an encrypted protocol that provides a secure avenue for accessing and managing remote devices over an unsecured network. It serves as a shield protecting the communication between t...Jan 21, 2024·4 min read
sammyoluwaseyi.hashnode.devAirBnB Clone- Part. 2: web-static.This is the second phase of the AirBnB project, which is part of the coursework for students in the ALX software engineering program and Holberton School. If you haven't had a chance to review the first part, I recommend taking a look. In that sectio...Dec 7, 2023·4 min read