My Cloudy Future
Projects
About
Posts
Categories
All
(34)
aws
(14)
linux
(9)
python
(11)
Python Crash Course: Day 11
python
In Chapter 11, I learned about testing my code. Testing is an important part of programming as it ensures that code is working correctly. I can even test new code as I add…
May 6, 2024
Danielle Brantley
Python Crash Course: Day 10
python
In Chapter 10, I learned about handling errors, exceptions, and working with files and data.
May 5, 2024
Danielle Brantley
Python Crash Course: Day 9
python
Chapter 9 discussed object-oriented programming(OOP) and classes.
May 4, 2024
Danielle Brantley
Python Crash Course: Day 8
python
Chapter 8 was all about functions. A function is a reusable block of code that performs a specific task. It helps organize your code and makes it more readable and…
May 3, 2024
Danielle Brantley
Python Crash Course: Day 7
python
In chapter 7, I reviewed the input function and while loops.
May 2, 2024
Danielle Brantley
Python Crash Course: Day 6
python
Chapter 6 was all about dictionaries. A
dictionary
in Python is a collection of key-value pairs. A
key-value
pair is a set of values associated with each other. Each key is…
May 1, 2024
Danielle Brantley
Python Crash Course: Day 5
python
Chapter 5 talks about conditionals. I was re-introduced to the concepts of writing if statements in Python.
Apr 30, 2024
Danielle Brantley
Python Crash Course: Day 4
python
In chapter 4, I learned about looping through lists. This chapter focused on the
for loop
, which is used for performing the same action on every item in a list. For loops…
Apr 29, 2024
Danielle Brantley
Python Crash Course: Day 3
python
Chapter 3 re-introduced me to lists.
Apr 28, 2024
Danielle Brantley
Python Crash Course: Day 2
python
Chapter 2 of Python Crash Course looked at variables and data types.
Apr 27, 2024
Danielle Brantley
Python Crash Course: Day 1
python
For this series, I decided to tackle Python by reading Python Crash Course: A Hands-On, Project-Based Introduction to Programming by Eric Matthes. I will be reading the…
Apr 26, 2024
Danielle Brantley
Linux Basics for Hackers: Day 9
linux
Chapter 9 was about learning few of the most common ways for compressing files.
Apr 9, 2024
Danielle Brantley
Linux Basics for Hackers: Day 8
linux
I learned about building bash scripts. Oftentimes, Linux administrators need to automate commands and the most effective way to do that is writing short programs known as…
Apr 8, 2024
Danielle Brantley
Linux Basics for Hackers: Day 7
linux
This chapter was about managing user variables. I learned how to view and modify variables, change the shell prompt, change my PATH and add to the PATH variable and create…
Apr 7, 2024
Danielle Brantley
Linux Basics for Hackers: Day 6
linux
This chapter was about how to manage processes. First, I learned to view and find processes and how to discover which processes are using the most resources. Next, I learned…
Apr 6, 2024
Danielle Brantley
Linux Basics for Hackers: Day 5
linux
Chapter 5 was all about permissions. I learned how to check and change permissions and how to set default and special permissions.
Apr 5, 2024
Danielle Brantley
Linux Basics for Hackers: Day 4
linux
In this chapter, I learned about adding and removing software. This chapter explained three methods of adding new software: apt package manager, git, and GUI-based…
Apr 4, 2024
Danielle Brantley
Linux Basics for Hackers: Day 3
linux
In this chapter, I learned about Linux tools used for analyzing and managing networks. Before I dive into the chapter, I came across some familiar terms such as IP address…
Apr 3, 2024
Danielle Brantley
Linux Basics for Hackers: Day 2
linux
Continuing with Linux Basics for Hackers, I learned how to deal with text files and manipulate text with a few commands.
Apr 2, 2024
Danielle Brantley
Linux Basics for Hackers: Day 1
linux
As mentioned in a previous post, I began reading Linux Basics for Hackers by Occupy the Web. I’ll focus on the first nine chapters of this book. Recommended by GPS, I…
Apr 1, 2024
Danielle Brantley
30 Day Cloud Challenge: Day 30
aws
Wow! That went by quick!
Mar 30, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 28-29
aws
The prompt for Days 28-29 was to create a portfolio documenting my journey and what I’ve learned.
Mar 29, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 26-27
aws
For Days 26-27, the following prompt was:
Mar 27, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 24-25
aws
For Days 24-25: here’s the following prompt:
Mar 25, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 21-23
aws
For Days 21-23, here was the prompt:
Mar 22, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 18-20
aws
For Days 18-20 of the challenge: here’s the prompt:
Mar 18, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 16-17
aws
For Days 16-17 of the challenge: here’s the prompt:
Mar 17, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 12-15
aws
For Days 12-15, here was the following prompt:
Mar 15, 2024
Danielle Brantley
30 Day Cloud Challenge: Day 11
aws
For Day 11, here was the following prompt:
Mar 11, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 9-10
aws
The prompt for days 9-10 of the cloud challenge was the following:
Mar 10, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 7-8
aws
For Days 7-8 of the challenge, I was given the following prompt:
Mar 8, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 5-6
aws
For Days 5-6, the tasks for this challenge were the following:
Mar 6, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 3-4
aws
For days 3-4 of the Cloud Challenge, we were asked to learn about Amazon EC2 instances. Topics we were expected to learn include: the types of EC2 instances, their pricing…
Mar 5, 2024
Danielle Brantley
30 Day Cloud Challenge: Days 1-2
aws
I’m starting my cloud journey with the 30 Day Cloud Challenge created by the Cozy Cloud Crew. Although I do have some experience with cloud services (Big Query Studio, Data…
Mar 4, 2024
Danielle Brantley
No matching items