computer science

74 Articles 2 Followers


Simple Azure Web App

13 Mar 2025 2 minute read 0 comments powersjo

Hosting a minimal web application should not take much effort nor cost much. While searching for a place to remake my FartYou app, I came across the following method to host a simple Azure web app. Azure Storage Account For this hosting of a web app,...

In-place upgrade 2016 to 2019

28 Jan 2025 1 minute read 0 comments powersjo

How to in-place upgrade Microsoft Windows server 2016 to 2019. An in-place upgrade of Windows means to upgrade to a newer version of Windows keeping your original settings and data. Upgrading from Windows server 2016 to 2019 means your OS will be sup...

Remade FartYou

21 Jan 2025 1 minute read 0 comments powersjo

It’s been years since I worked on the simple button app FartYou for android. Those years of neglect showed up and now the app is removed from the Google Play store. Honestly, as it should be. The app wasn’t updated, Google has been emailing me on it...

AZ-900 Study Guide – Identity & Security

12 Jan 2025 1 minute read 0 comments powersjo

On a journey to add some qualifications for Azure under our belt, studying for exams is needed to ensure we pass. Alternatively, being familiar with identity and security terms helps us bolster our tech security. Find the below questions, answers and...

Exploring Week 4 of CS50: Unraveling Computer Science Wonders

14 May 2024 3 minute read 0 comments LunaFey

Welcome back, fellow coders! Week 4 of our CS50 journey has been nothing short of exhilarating. From diving into the nitty-gritty of pixels to unraveling the mysteries of memory management, we've traversed through a landscape of foundati...

Navigating Week 3 of CS50: Exploring Algorithms and Sorting Strategies

9 May 2024 3 minute read 0 comments LunaFey

Welcome back to my journey through the CS50 Introduction to Computer Science course! Week 3 has been a fascinating exploration into the world of algorithms and sorting techniques. Let's delve into the key highlights and concepts that I've encountered...

Navigating Week 2 of CS50: Understanding Arrays and Cryptography

6 May 2024 1 minute read 4 comments LunaFey

Week 2 of my CS50 Introduction to Computer Science course was a deep dive into various programming concepts. From debugging to cryptography, the learning curve was steep but manageable. Among the topics covered, my exploration of arrays and strings s...

Week 1: Diving into C Programming: A Beginner's Adventure

29 Apr 2024 3 minute read 3 comments LunaFey

After my first week in this computer science course, I quickly realized the importance of establishing a strong foundation in programming concepts. Starting with Scratch, I familiarized myself with fundamental concepts that would later serve as build...

Embarking on a Journey: My First Lesson in CS50's Introduction to Computer Science

25 Apr 2024 2 minute read 0 comments LunaFey

As I sat down to begin my journey into the world of computer science through the CS50 Introduction to Computer Science course, excitement and anticipation filled me. This blog recounts my experiences and learnings from the first lesson, highlighting...

How to use Cloudflare with Pfsense

21 Mar 2024 1 minute read 0 comments powersjo

Recently, I tried to use Cloudflare with Pfsense. I used the IP addresses 1.1.1.3 and 1.0.0.3. Those IP addresses are meant to use DNS to block malware and adult content sites. I ran into an issue getting the content blocking to work and wanted to sh...