Hello again, this will be a continuation of me writing about the fundamentals of IT and Cyber Security topics. Today's topic is Computer Networking. It is important to have a strong understanding of computer networks, networking devices, networking types, and IP Addresses. I aim to cover these topics in this entry. Please do not forget … Continue reading Computer Networking
Common Connections
Hello again, this will be my first blog post about cyber security. I aim to write many blog posts about cyber security topics to help learners. This post begins very simple as it is in regard to fundamental IT skills. Understanding common connection types is vital in maintaining a secure network for yourself or company. … Continue reading Common Connections
Integral Numeric Types in C#
Hello to everyone and anyone reading this. First, I would like to thank everyone for spending their time reading this post. Sorry it has taken me a while to get around to writing this. I try to sit and write when I feel inspired and with my life it is hard to dedicate the time … Continue reading Integral Numeric Types in C#
Reference types and string variables in C#
Hello to anyone reading this! This marks the third blog post I have done on my newly created blog in regard to the C# programming language. In my first technical blog post, I mentioned value types. To recap - I wrote about char, int, double, and bool. How to declare, assign, and modify those value … Continue reading Reference types and string variables in C#
Conversions in C#
Hello anyone who reads this! In the previous blog post, I wrote about built-in type variables in the C# programming language. In this blog post, I will be writing about converting variables to another type. C# is a statically typed language at compile time. Essentially, after a variable is declared, it cannot be declared or … Continue reading Conversions in C#
Variables in C#
If you have any experience with computer programming languages like C, C++, or Java this will seem familiar to you. In C#, there are two main kinds of types, reference types and value types. In the sake of this blog post, we will be talking about value types which directly contain their data. Particularly, we … Continue reading Variables in C#
Hello, World!
Greetings everyone and anyone who reads this. My name is Kyle Martin. Today, I have decided to start a WordPress blog to jot down my learnings in Computer Science, Computer Programming, and technologies. I am currently 33 years old. I have a bachelor's degree and major in Computer Science. Though I have not used this … Continue reading Hello, World!






