Web Development (not just for Web Development)
17 Dec 2021
Many applications (pun intended) of Web Application Development The skills learned in the study of software engineering can be applied to other fields and disciplines, as well. Think of it as a sort of cross-training, where you gain skills and...
engineering
Read More
Efficiency through Design
02 Dec 2021
Name of the Game: Design Patterns Let’s Tidy Up Our Code! In a sense, design patterns will focus on and utilize the strengths of a particular programming language. Those strengths will be a sort of super power that design patterns...
learning to code
Read More
First UI Framework -- quickly accurate, but might never be precise
07 Oct 2021
Starting with HTML and CSS only I’ve only recently started learning HTML and CSS, and I’ve found them to be very simple and straightforward in their syntax. Specifically, while they feel very different from what I’m used to, it’s easy...
learning to code
html
css
Read More
Starting this thing called "Career-Building"
30 Sep 2021
One piece of paper. One ticket for financial stability (hopefully). Working toward a degree in college, the end game or end goal (aside from the unique experience of higher learning, of course) is to be hired for a good job,...
engineering
school life
Read More
Is Code a Uniform, Is Code an Expression of Self
23 Sep 2021
Coding standards… some indentation here, braces over there, etcetera There are some widely followed coding standards, such as indenting lines of code that are inside of a loop. In general, these are stylistic, in order to help improve the code’s...
learning to code
javascript
ESLint
IntelliJ
Read More
The art to asking questions and guiding the helpful.
09 Sep 2021
They’re here and can help. There’s so much knowledge out there in the online software engineering community. For various reasons – including gaining experience, tracking problems and developments in the industry, and just plain wanting to help others – a...
engineering
Read More
My favorite part of coding is the beautiful filing cabinet
02 Sep 2021
We want to believe that [the niceness of the] handwriting doesn’t matter when we grade, but you know, it does matter. – One of my former English teachers “I don’t want to deal with this. It’s a big mess.” But...
engineering
Read More
First Steps in Javascript, and the Land is Quite Familiar
01 Sep 2021
Baby’s first experience with Javascript Javascript as a language Having come from a background of Java, C, and C++, I immediately felt a sense of familiarity with Javascript. It has the ease of string handling and outputting to the console...
learning to code
javascript
Read More