Did I learn anything? Throughout my ventures in software engineering, I have learned that there is so much more to it than just coding and making websites. Those things are definitely pillars of the field, but to fully grasp the...
Quality Control Design in code is something that is criminally overlooked. Coding is such a technical field so it is easy to ignore the quality and the craftsmanship behind good code. There is a reason why it is a common...
HTML and CSS Over the past couple weeks, I have delved into the realm of HTML, webd esign, styling with CSS, and more. Through the various exercises and practices that I have done, I have learned quite a bit even...
A Radical Way to Graduate It’s Rad Recently I have reviewed and used the Radgrad resource and I have gained a lot out of it. While it was something I briefly skimmed over at first, it was something I came...
Standards in coding? When it comes to solo or collaborative work, especially in coding, standards are always a top priority to keep your work uniform and efficient. While spontaneity and non-homogenized work is encouraged in more creative fields such as...
The Art of Asking When it comes to the online community of coders, programmers, and developers alike, finding help from others is a crucial part of learning and creating new things. After reading through Eric Raymond’s “How To Ask Questions...
A Career as a Software Engineer When I began thinking about what I wanted to do in college I already knew that I would want to get into software engineering. Even from a young age, I had a natural affinity...
First Time Using First Class Functions? Javascript is quite interesting. Coming from just using C and C++ recently, Javascript has felt a lot more freeing with what I am able to do and translates much easier in my head, especially...