CS-448 Introductory Blog Post

This is my introductory blog post for CS-448-02 Software Development Capstone.

From the blog CS@Worcester – Andy Pham by apham1 and used with permission of the author. All other rights reserved by the author.

New semester, new blogs…

Introductory blog post once again!

From the blog CS@Worcester – Progression through Computer Science and Beyond… by Johnny To and used with permission of the author. All other rights reserved by the author.

CS 448 Introductory Post

This is my introductory post for CS 448-02.

From the blog CS@Worcester – Computer Science Blog by rydercsblog and used with permission of the author. All other rights reserved by the author.

Welcome to Benderson’s Blog!

Hello and welcome to Benderson’s blog! Some of you have been tuning in to my blogs for many semesters now but for you new comers, thank you for joining and reading my content. This spring semester of 2019, I’m taking my final computer science class called software development capstone (CS-448) which basically is a accumulation of everything that I have done in my four years of being a computer science major. My blog basically focuses on computer science related topics such as software, databases and any other news that pops up in the computer science world that is worth discussing. I will be graduating in the spring of this year getting my bachelors degree in computer science and a minor in communications. It will be a bitter sweet end to my college life as I’m glad to finally be done and go out and make money but also sad leaving behind the friends and relationships that I have made when attending Worcester State University. Hopefully once I leave college I can find a job fast and get cooking immediately and I will be able to meet different colleagues. Again, thank you for joining my community and reading my content, I can’t wait to provide more computer science content to you in the future.

From the blog CS@Worcester – Benderson's Blog by Benderson's Blog and used with permission of the author. All other rights reserved by the author.

Introductory Blog Post CS-448

This blog will be for the 2019 Spring semester of Professor K. Wurst’s Software Capstone class.

From the blog CS@Worcester – James' Blog by jdenesha and used with permission of the author. All other rights reserved by the author.

Software Capstone: Introductory Post

Welcome to a new series on this blog, following my progress in my Software Capstone Course.

 

I am currently working on this blog as I finish up the last series I had on this wordpress site; this means that I will be working on two blogs at once, essentially.
I hope to do good work in this course and hope that it helps someone who most needs it.

I’ll write more as more occurs, as my first class is on Wednesday.

From the blog CS@Worcester – Sean Raleigh's CS Blog by sraleigh62 and used with permission of the author. All other rights reserved by the author.

Introduction

Introduction to Software Dev Capstone (CS-448)

From the blog CS@worcester – Site Title by Derek Odame and used with permission of the author. All other rights reserved by the author.

Introductory Blog Post

Hello,
My name is Mia and this my first blog for the new year. Here you will find articles, blogs, book and/or podcasts that I have found interesting and my point of view on them. More is to come in the near future, Thank you for reading! Mia

From the blog mrogers4836 by mrogers4836 and used with permission of the author. All other rights reserved by the author.

Demystifying REST for myself

To preface this post I would like to say that this is the last blog post I will be writing for a little bit. I hope to return to this blog with a new outlook on the process of writing blogs and hopefully with more freedom in what I can post, the frequency and quality of posts will increase. In this post I have decided to do some research on REST in order to fully understand it so that going forth in my career I have a firm grasp on REST. Before reading this extensive article on bbvaopen4u.com about REST pretty much all I knew is that REST deals with http requests and http stuff.

First thing I learned when reading the post was that REST is more of a blanket term for any interface between systems that allows for the transfer and editing of data over multiple formats. This idea is so important because it vastly increases the scalability and functionality of products being created. It has become the standard in creating web applications and is used by most of the top sites such as YouTube, Twitter, and Facebook. The writer then goes into detail about the features that make REST special and why we all love it. A great feature of rest is the fact that everything is manipulated through the URL, keeping applications very uniform in how they access objects. They also talk about how it is a layered system which helps organize large applications. They then go into the benefits of using REST. Using REST separates the clients and the server which allows for scalability and ease of migration to other platforms. REST is also always independent of type of language being used which also increases options for migration and ease of development.

I enjoyed this read and while I feel as though it could have delved a little deeper into what REST is it was a quick easy read that helped me understand REST. Using REST in our assignments and project I had been emulating what I had seen without truly understanding what REST was. If you are like me and was having trouble grasping the concept of REST I would recommend reading this post.

From the blog CS@Worcester – Dummies for Programming by John Pacheco and used with permission of the author. All other rights reserved by the author.

Music Composition and Programming are More Similar Than We Think

I consider myself a predominantly creative person as opposed to someone who thinks in a very mathematical and literal way. Most people would probably argue that I should be going to school for something along the lines of art or music but I’d argue that programming requires the same amount of creative prowess as both of those majors.

A user on DevDungeon wrote a post about this topic called Similarities Between Music and Programming. This article goes into detail about how the learning process in both music and programming is very similar. They talk about how most people feel like music and programming similarly are things that you are born with a natural gift for and can be difficult to learn. With music there is very much a mathematical science behind the music which can almost always be explained using the concepts learned through music theory. In music there are very many ways to get a similar result and all musicians will think of songs and have vastly different musical ideas. The same could be said for programmers. Many programmers can come up with vastly different solutions to the same problem based on how their brain solves the problem at hand. They also talk about how there is a hypothetical “stage fright” that occurs when just starting out in both fields. New musicians and programmers usually don’t want to share their work because it is very much an extension of yourself and if it is not up to your own standards it is hard to want to share what you’ve made. You can think of collaborating on a program with others as a band of sorts. If all members of the band aren’t on the same page then the outcome will most likely have many issues. They then go on to talk about how music and programming are very hands on and from day one should be taught in a hands on way.

I agree with almost everything said in this post. It was a very enlightening read because I have always taking a liking to the creative arts and seeing the similarities now it makes sense as to why I enjoy programming so much as well. I’d argue that programmers should learn music composition as it would help with the fundamentals of problem solving that are essential for programmers.

From the blog CS@Worcester – Dummies for Programming by John Pacheco and used with permission of the author. All other rights reserved by the author.