Skip to main content

ABOUT ME


Hello everyone,

   My name is Daniel, and I am active duty military in the Air Force. I have been in the military for over almost nine years. I am originally from Georgia, but I currently live in  Hawaii, with my wife and two daughters. I am presently pursuing an Information Technology degree through Ashford University. My experience with information technology is limited because my job in the military is mostly hands-on. However, I do have a bit of experience in computer hardware since I was able to build my first PC earlier this year. I wanted to build a PC for school and gaming, and I was surprised how easy it was. My career aspiration is to complete my information technology degree within the next three years. I hope to have my degree before I retire from the military to have an easy transition to a second career. I have yet to narrow down what specific Information Technology job. I hope to learn more and more each day in my studies to help me find what suites me best. However, coding languages and network architecture intrigue me the most. 

Comments

Popular posts from this blog

REDDIT MOBILE APP: A BRIEF REVIEW

       Reddit is a social media platform where people can discuss and view topics that are of their interest. Reddit is accessed through a web browser or mobile app. I have used the mobile app for over eight years and love it. The concept differs from the traditional social media giants (Facebook, Instagram, and Twitter) in that the users don’t post selfies or personal information (typically). The app allows users to post images, videos, or ask a question. Users post whatever they want in specific categories called subreddits. The app also uses an up-vote/down-vote system where the most popular posts will populate the home page and generate the most discussions. Reddit has a home page that contains the most popular post for any given category. The users can tailor their viewing experience by following subreddits that are of interest to them. The heart of the app is in the comment section, where users can discuss with one another. The comment section follows the same ...

TRAVELING THROUGH A NETWORK

  This was my first experience using a command prompt to ping an traceroute and IP address. I learned a lot and found it interesting to track a packet as it travels through the internet. Even more interesting, the ping and Tracert command have various options to change how the command is ran. The packet travels through the network by a series of hops until it arrives at its destination. Each 'hop' represents a host that the packet travels through before the destination host. I ran a Ping command to three different websites. I was surprised to find out that the website located on Japan servers resulted in the fast round trip time at an average of 9ms. The Google website, as well as the Australian website, took 55ms and 69ms, respectively. No website resulted in any packet loss.  While trying to find websites to ping, I noticed that government websites resulted in 100 percent packet loss. I thought something was wrong at first until I choose a different website. I believe this m...

PROGRAMMING IN SCRATCH

My experience building in the Scratch program was difficult at first. I had to watch multiple tutorials to understand basic operations. My goal was to try to utilize different code lines to learn as much as possible while creating a unique program. I had trouble with figuring out what function performed what operation. Specifically, I had difficulty with incorporating sound. I tried timing it right with my characters' dialogue, but the sound did not start when I  wanted it to begin. Eventually, I figured it out by using the wait function. I learned quickly what everything did after playing around with the different functions. I feel with more time and exploring the various functions; I could have made a better product. There is still a lot for me to learn in Scratch. I enjoyed learning about the different types of coding languages within the course text. Python seems to be the easiest for me to understand, and Machine Learning was the hardest to grasp. However, Machine Language w...