<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Week8 &#8211; CS@Worcester</title>
	<atom:link href="https://cs.worcester.edu/category/week8/feed/" rel="self" type="application/rss+xml" />
	<link>https://cs.worcester.edu</link>
	<description>Worcester State University Computer Science Department</description>
	<lastBuildDate>Sun, 26 Oct 2025 21:33:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">236835116</site>	<item>
		<title>Java Design Patterns</title>
		<link>https://computerscienceblues.blog/2025/10/26/java-design-patterns/</link>
		
		<dc:creator><![CDATA[Vishisht Seku]]></dc:creator>
		<pubDate>Sun, 26 Oct 2025 21:33:04 +0000</pubDate>
				<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Quarter-2]]></category>
		<category><![CDATA[Week8]]></category>
		<guid isPermaLink="false">http://computerscienceblues.blog/?p=22</guid>

					<description><![CDATA[This week, I read a Medium article called “Solving Everyday Problems: Essential Java Design Patterns You Need to Know” by Mina.Link to the article The post talks about how software developers use design patterns to handle common problems that come up while coding. It focuses on Java and explains how certain patterns, such as Singleton, […]]]></description>
										<content:encoded><![CDATA[<h2 class="wp-block-heading"></h2>
<p class="wp-block-paragraph">This week, I read a Medium article called <strong>“Solving Everyday Problems: Essential Java Design Patterns You Need to Know”</strong> by Mina.<br /><a href="https://medium.com/%40minadev/solving-everyday-problems-essential-java-design-patterns-you-need-to-know-01dba2939b45">Link to the article</a></p>
<p class="wp-block-paragraph">The post talks about how software developers use design patterns to handle common problems that come up while coding. It focuses on Java and explains how certain patterns, such as Singleton, Factory, Strategy, and Observer, help make programs cleaner, easier to update, and more reliable. Mina keeps the explanations simple and shows how each pattern can be used in everyday projects.</p>
<hr class="wp-block-separator has-alpha-channel-opacity" />
<h3 class="wp-block-heading"><strong>Why I Picked This Post</strong></h3>
<p class="wp-block-paragraph">I chose this article because our course covers software design and programming in Java, and I wanted to better understand how professionals write well-structured code. Also the recent Homework assignments compelled me to explore for more knowledge on this complex topic. I wanted to learn how to organize my code better and avoid duplication. This post caught my attention because it explains the practical side of design patterns and connects them directly to real situations that developers face.</p>
<hr class="wp-block-separator has-alpha-channel-opacity" />
<h3 class="wp-block-heading"><strong>Summary of the Blog</strong></h3>
<p class="wp-block-paragraph">The author starts by explaining what design patterns are — simple, reusable solutions for problems that appear often in programming. The patterns are grouped into three main categories: <strong>Creational</strong>, <strong>Structural</strong>, and <strong>Behavioral</strong>.</p>
<ul class="wp-block-list">
<li><strong>Creational patterns</strong> (like Singleton and Factory) focus on how objects are created.</li>
<li><strong>Structural patterns</strong> deal with how classes and objects work together.</li>
<li><strong>Behavioral patterns</strong> handle how objects communicate with each other.</li>
</ul>
<p class="wp-block-paragraph">Mina gives short, clear Java examples for each type. For example, the <strong>Singleton Pattern</strong> ensures only one object of a class is created, which is useful for things like database connections. The <strong>Factory Pattern</strong> helps manage object creation without hardcoding specific classes. The <strong>Strategy Pattern</strong> allows different algorithms to be swapped easily, and the <strong>Observer Pattern</strong> is used when one object needs to respond to changes in another (like event listeners in Java).</p>
<hr class="wp-block-separator has-alpha-channel-opacity" />
<h3 class="wp-block-heading"><strong>What I Learned and How I’ll Use It</strong></h3>
<p class="wp-block-paragraph">Reading this post helped me understand that design patterns aren’t just theory from textbooks. They are habits that experienced developers use to write smarter code. I learned how using the right pattern can save time and make programs easier to change later.</p>
<p class="wp-block-paragraph">For example, in my <strong>Investment Wisdom</strong> Android app which I did as part of Operating Systems course, I can use the Factory Pattern to manage different types of investment data without repeating code. I also now understand the Observer Pattern better, which explains how buttons and screens update automatically in Android. These ideas will help me make my code cleaner and more organized.</p>
<hr class="wp-block-separator has-alpha-channel-opacity" />
<h3 class="wp-block-heading"><strong>Conclusion</strong></h3>
<p class="wp-block-paragraph">This article gave me a clearer picture of how Java design patterns improve the way programs are built. It connects directly to what we are currently learning under the aegis of Professor Wurst. Going forward, I plan to use these patterns more often so that my programs are easier to test, expand, and understand.</p>
<p class="wp-block-paragraph"><strong>Tags:</strong> <code>CS@Worcester</code>, <code>CS-343</code>, <code>Week-8</code></p>
<p class="wp-block-paragraph">

<p class="syndicated-attribution"><em>From the blog <a href="https://computerscienceblues.blog">CS@Worcester – Vish&amp;#039;s Journey in Computer Science</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Vishisht Seku">Vishisht Seku</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/736fcec3f8c409266336ea44c4451897f1b8d95cf1723337d15b98d246292acc?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">50232</post-id>	</item>
		<item>
		<title>Sustainable Motivations</title>
		<link>https://boredcode816558986.wordpress.com/2023/03/26/sustainable-motivations/</link>
		
		<dc:creator><![CDATA[iisbor]]></dc:creator>
		<pubDate>Sun, 26 Mar 2023 07:02:59 +0000</pubDate>
				<category><![CDATA[CS-448]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Week8]]></category>
		<guid isPermaLink="false">http://boredcode816558986.wordpress.com/?p=124</guid>

					<description><![CDATA[For this week, I am going over the Sustainable Motivations pattern! To me, this pattern was both a bit confusing and also impactful at first! I felt that I had an idea of the type of guidance it was trying to show me, but at the same time, I felt that parts of it were […]]]></description>
										<content:encoded><![CDATA[<p>For this week, I am going over the Sustainable Motivations pattern! To me, this pattern was both a bit confusing and also impactful at first! I felt that I had an idea of the type of guidance it was trying to show me, but at the same time, I felt that parts of it were a bit conflicting or irrelevant.  That is, until I went ahead and tried it out in practice. </p>
<p>Specifically, the pattern calls for writing down fifteen (15) things that motivate you, then write another five (5) after waiting for a bit. Then, compare how different the two list are and what percentage of them are composed of external sources of motivation. Then, from both list, take the final five (5) that most motivate you. </p>
<p>From what I understood, it was trying to get you to differentiate between sources of motivation that are from your own self vs motivation that is pushed on by others, and also, ensure that the reason you continue to pursue programming is healthy. As it says right in the name, it is important to have sustainable motivations. </p>
<p>For example, if someone has, an &#8216;unsustainable&#8217; motivation, they will be more prone to burn out, or even quit, but if someone has sustainable motivations, then even if they encounter difficulties in their work, project, or anything similar, they will continue to keep moving forward. This is obviously crucial, but the one part that I found a bit confusing at first was that I didn&#8217;t realize that external sources of motivation can also be fine as well as internal. I had assumed that all external sources were bad, but after writing down my list, I realized that, well, it&#8217;s okay to be motivated by those around you. It would be important to always have self confidence in yourself and it is important to continue coding because it is fun, or exciting, but there is no reason that you cannot have a healthy motivation because you want to follow in so and so&#8217;s footsteps because you respect them. From what I gathered, the pattern is not about internalization, but about a healthy balance of motivations to fight against burn out and stagnation! </p>

<p class="syndicated-attribution"><em>From the blog <a href="https://boredcode816558986.wordpress.com">CS@Worcester – Bored Coding</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by iisbor">iisbor</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/853093ec4ef7863f6a6c1cde69e63bc2?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">19212</post-id>	</item>
		<item>
		<title>Refactoring code!</title>
		<link>https://boredcode816558986.wordpress.com/2022/10/30/refactoring-code/</link>
		
		<dc:creator><![CDATA[iisbor]]></dc:creator>
		<pubDate>Mon, 31 Oct 2022 03:41:42 +0000</pubDate>
				<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Week8]]></category>
		<guid isPermaLink="false">http://boredcode816558986.wordpress.com/?p=42</guid>

					<description><![CDATA[For this week, I considered a topic that I was more familiar with instead of something completely new, but all the same, I still looked into it further since there were a few things that I had no idea about! Before our more recent classes where we learned about the Singleton and Simple Factory pattern, […]]]></description>
										<content:encoded><![CDATA[<p class="wp-elements-20a6ab83732a5cc4c91820f4d1e7de14 has-link-color">For this week, I considered a topic that I was more familiar with instead of something completely new, but all the same, I still looked into it further since there were a few things that I had no idea about! </p>
<p>Before our more recent classes where we learned about the Singleton and Simple Factory pattern, I knew about the concepts of refactoring, but in a different light. Rather than using these patterns and methods to make my code more efficient through a pattern of sorts, I consider refactoring as something more akin to making my code more readable and more efficient by breaking down useless portions of code. This isn&#8217;t exactly wrong, but it&#8217;s not completely right either!</p>
<p>Mainly, because though these approaches were important, they could be done even better! I main thing that I was missing in my own refactoring was obviously the design smells that we have recently went over now. Intuitively, I understood a few of the smells already, but now that I have a better grasp of many of them, it is clear that my older refactoring efforts were missing plenty of things!</p>
<p>For example, I used to clean up code and make it easier to understand by breaking them into chunks, which is good, but at the same time, I would also condense other areas since they seemed to &#8216;fit.&#8217; It is clear now that I should NOT do that, but you live and you learn!</p>
<p>I think that the biggest resource that I found so far, is <a href="http://for%20this%20week,%20i%20considered%20a%20topic%20that%20i%20was%20more%20familiar%20with%20instead%20of%20something%20completely%20new,%20but%20all%20the%20same,%20i%20still%20looked%20into%20it%20further%20since%20there%20were%20a%20few%20things%20that%20i%20had%20no%20idea%20about!%20%20%20before%20our%20more%20recent%20classes%20where%20we%20learned%20about%20the%20singleton%20and%20simple%20factory%20pattern,%20i%20knew%20about%20the%20concepts%20of%20refactoring,%20but%20in%20a%20different%20light.%20rather%20than%20using%20these%20patterns%20and%20methods%20to%20make%20my%20code%20more%20efficient%20through%20a%20pattern%20of%20sorts,%20i%20consider%20refactoring%20as%20something%20more%20akin%20to%20making%20my%20code%20more%20readable%20and%20more%20efficient%20by%20breaking%20down%20useless%20portions%20of%20code.%20this%20isn't%20exactly%20wrong,%20but%20it's%20not%20completely%20right%20either!%20%20mainly,%20because%20though%20these%20approaches%20were%20important,%20they%20could%20be%20done%20even%20better!%20i%20main%20thing%20that%20i%20was%20missing%20in%20my%20own%20refactoring%20was%20obviously%20the%20design%20smells%20that%20we%20have%20recently%20went%20over%20now.%20intuitively,%20i%20understood%20a%20few%20of%20the%20smells%20already,%20but%20now%20that%20i%20have%20a%20better%20grasp%20of%20many%20of%20them,%20it%20is%20clear%20that%20my%20older%20refactoring%20efforts%20were%20missing%20plenty%20of%20things!%20%20for%20example,%20i%20used%20to%20clean%20up%20code%20and%20make%20it%20easier%20to%20understand%20by%20breaking%20them%20into%20chunks,%20which%20is%20good,%20but%20at%20the%20same%20time,%20i%20would%20also%20condense%20other%20areas%20since%20they%20seemed%20to%20'fit.'%20it%20is%20clear%20now%20that%20i%20should%20not%20do%20that,%20but%20you%20live%20and%20you%20learn!/">this website</a>! Though it is basic and even a bit barebones, it gives a pretty good introduction to refactoring. It makes sure to consider things such as cleaning up dirty code from inexperience, a refactoring process, the design/code smells, and techniques to refactor as well as show off a few different design patterns! </p>
<p>One thing that might be helpful is that the website contains many different images to help break concepts down and even code examples! I know for me, it helps tremendously when I can look at some code and see exactly what is happening! Though I do understand the concepts a lot of the time, I find that I learn things a lot more quickly if I can look at the source and break things down myself! The website even has plenty of different coding languages too, so if say, Java isn&#8217;t your best, you can look at the different patterns in C#, Python, etc!</p>
<p>Overall though, I think that learning about a more refined structure to refactor code and implement these various design patterns will help me tremendously! I know that there have been times where I have gone to look at my old code and I&#8217;m sitting there lost, confused, and asking &#8220;Who did that!&#8221; Hopefully, with this in mind, I&#8217;ll have a better understanding of how to proceed with my older code past and future!</p>

<p class="syndicated-attribution"><em>From the blog <a href="https://boredcode816558986.wordpress.com">CS@Worcester – Bored Coding</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by iisbor">iisbor</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/853093ec4ef7863f6a6c1cde69e63bc2?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">18688</post-id>	</item>
		<item>
		<title>“Encapsulate what varies”</title>
		<link>https://jsimolaris.wordpress.com/2020/11/22/encapsulate-what-varies/</link>
		
		<dc:creator><![CDATA[jsimolaris]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 03:41:06 +0000</pubDate>
				<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[CS343]]></category>
		<category><![CDATA[Week8]]></category>
		<guid isPermaLink="false">http://jsimolaris.wordpress.com/?p=127</guid>

					<description><![CDATA[When asked the question “Which object-oriented design principle do you think is most important?” a Software Architect named Nicholas Cloud answered, “Encapsulate what varies”. I must say, I couldn’t agree more. In his blog, DeveolpIntelligence, Nicholas writes about his desire to constantly look for ways to utilize this principle to make writing expressive and maintainable<a class="more-link" href="https://jsimolaris.wordpress.com/2020/11/22/encapsulate-what-varies/">Continue reading <span class="screen-reader-text">"“Encapsulate what varies”"</span></a>]]></description>
										<content:encoded><![CDATA[<p class="has-drop-cap has-text-align-left">When asked the question &#8220;<em>Which object-oriented design principle do you think is most important?</em>&#8221;  a Software Architect named Nicholas Cloud answered, <em>&#8220;Encapsulate what varies&#8221;</em>.   I must say, I couldn&#8217;t agree more. In his blog, DeveolpIntelligence, Nicholas writes about his desire to constantly look for ways to utilize this principle to make writing expressive and maintainable code easier.  He gives a lot of great examples and breaks them down, explaining each way they can be changed and why that change makes the code better.   </p>
<p>Encapsulation means to bundle data with methods that operate on that data, or to restrict the direct access to some of an objects components.   There has been some debate between programming language researches on which meaning they prefer to use.  The Gang of Four suggests that we consider what should be variable in our designs. This approach is the opposite of focusing on the cause of redesign. Many design patterns use encapsulation to create layers between objects, making it easy to change things on different sides of the layers without negatively affecting the other side.  There are so many advantages of encapsulation, from data hiding, to reusability, to making testing your code easier.</p>
<p class="has-drop-cap has-text-align-left">As one of the fundamentals of OOP, it is arguably one of the most important due to the number of advantages it brings.  I found all the information I obtained from a few different blog posts and articles, all of which had almost the exact same information.  Having read just the definition, understanding the true essence of encapsulation was difficult, but the code examples I found were extremely helpful and made things clearer.   I thought the manner in which the information was presented was easy to follow and the use of real-life examples and comparisons kept me interested enough to stay focused on the subject.  Below is an example I found easy to understand;</p>
<div class="wp-block-columns">
<div class="wp-block-column" style="flex-basis:100%;">
<figure class="wp-block-table alignfull">
<table>
<tbody>
<tr>
<td>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16</td>
<td><code>class</code> <code>Person {</code><br /><code>String name;</code><br /><code>int</code> <code>age;</code></p>
<p> <code>void</code> <code>talk() {</code><br /><code>}</code><br /> <br /><code>void</code> <code>think() {</code><br /><code>}</code><br /> <br /><code>void</code> <code>work() {</code><br /><code>}</code><br /> <br /><code>void</code> <code>play() {</code><br /><code>}</code><br /><code>}</code></td>
</tr>
</tbody>
</table><figcaption>The common characteristics and behaviors of a person are packaged into a single unit: the Personclass. The Person class is an encapsulation unit and the Person object exposes its attributes and behaviors to the outside world:</figcaption></figure>
</div>
</div>
<figure class="wp-block-table">
<table>
<tbody>
<tr>
<td>1<br />2<br />3</td>
<td><code>Person you = new</code> <code>Person();</code><br /><code>you.name = "John";</code><br /><code>you.work();</code></td>
</tr>
</tbody>
</table><figcaption>Here, encapsulation hides implementation details of the Person class from other objects. Likewise, creating an interface is also the process of encapsulation:</figcaption></figure>
<figure class="wp-block-table">
<table>
<tbody>
<tr>
<td>1<br />2<br />3<br />4<br />5</td>
<td><code>interface</code> <code>Human {</code><br /><code>void</code> <code>eat();</code><br /><code>void</code> <code>talk();</code><br /><code>void</code> <code>think();</code><br /><code>}</code></td>
</tr>
</tbody>
</table><figcaption>This interface groups the essential behaviors of human-being in a single unit.</figcaption></figure>
<p>The rest of the examples can be found at <a href="https://www.codejava.net/java-core/the-java-language/what-is-encapsulation-in-java-the-what-why-and-how">https://www.codejava.net/java-core/the-java-language/what-is-encapsulation-in-java-the-what-why-and-how</a>.  </p>
<p>I enjoyed learning about this principle and I feel more confident going forth in this field knowing yet another way to make writing code neater, more maintainable, flexible and easier to read.  </p>
<p>Knowledge obtained for this blog post:<br /><a href="https://www.informit.com/articles/article.aspx?p=167890&amp;seqNum=4">https://www.informit.com/articles/article.aspx?p=167890&amp;seqNum=4</a><br /><a href="https://www.developintelligence.com/blog/2013/04/encapsulate-what-varies/">https://www.developintelligence.com/blog/2013/04/encapsulate-what-varies/</a><br /><a href="https://levelup.gitconnected.com/object-oriented-design-principles-bb6daf98b185">https://levelup.gitconnected.com/object-oriented-design-principles-bb6daf98b185</a><br /><a href="https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)">https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)</a><br /><a href="https://www.geeksforgeeks.org/encapsulation-in-java/">https://www.geeksforgeeks.org/encapsulation-in-java/</a></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://jsimolaris.wordpress.com">cs@worcester – Coding_Kitchen</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by jsimolaris">jsimolaris</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/5d0e64291f728a32aff338ab4cbbf946?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">14538</post-id>	</item>
		<item>
		<title>Blog 8: Angular 2 Response</title>
		<link>https://bendersonsblog.wordpress.com/2017/11/07/blog-8-angular-2-response/</link>
		
		<dc:creator><![CDATA[bendersonsblog]]></dc:creator>
		<pubDate>Tue, 07 Nov 2017 04:29:44 +0000</pubDate>
				<category><![CDATA[11/6]]></category>
		<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[Week8]]></category>
		<guid isPermaLink="false">http://bendersonsblog.wordpress.com/?p=140</guid>

					<description><![CDATA[Hello readers, today I&#8217;m doing my response blog on a post from AshuTomar who wrote a very nice blog related to computer science and something that is actually being talked about in my computer science class right now. The blog starts by talking about typescript, the writer says it is type safe which means it &#8230; <a href="https://bendersonsblog.wordpress.com/2017/11/07/blog-8-angular-2-response/">Continue reading <span>Blog 8: Angular 2&#160;Response</span> <span>&#8594;</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bendersonsblog.wordpress.com&#38;blog=135263632&#38;post=140&#38;subd=bendersonsblog&#38;ref=&#38;feed=1" width="1" height="1">]]></description>
										<content:encoded><![CDATA[<p>Hello readers, today I&#8217;m doing my response blog on a post from AshuTomar who wrote a very nice blog related to computer science and something that is actually being talked about in my computer science class right now.</p>
<p>The blog starts by talking about typescript, the writer says it is type safe which means it can generate errors at compile time only. It is also purely object oriented an extends object oriented javascript. Typescript also allows to write class, interface and module-statements just like in Java and lastly typescript can transpile to any version of javascript code.</p>
<p>Next the writer talks about the speed and performance of Angular 2 and that it supports lazy loading which means you don&#8217;t need to load the complete app at once but modules can be loaded dynamically whenever there is a requirement. Angular 2 also supports AOT compilation which allows you to compile your code ahead of time.</p>
<p>Skipping the uses of the valid HTML, DOM section, the writer talks about the modular design of Angular 2 and how it is easier for Java based programmers to learn a new Javascript framework. Lastly though in the blog the writer shows code how to use the bootstrapping application and talks about and shows dependency injection enhanced.</p>
<p>The reason I chose this blog was because it is very familiar to what we are talking about in my software class in college right now. We are trying to do typescript in webstorm for our duck simulator program that we had to write in different strategy patterns. Getting back to Angular 2 and typescript, this blog explained a little about typescript and what the writer learned from Angular 2 and how it works and what it can do. I&#8217;m not an expert on Angular yet, just learned it was a thing so getting any information from anywhere right now is always good to improve my skills. The writer says Angular 2 allows people the ability to make a single page application in a perfect viable way. Reading that makes me really want to get into Angular and learn it because going to a work place and applying to a job, if you can make them a webpage or do any computer science things that involve creating applications, it makes you more wanted than if you didn&#8217;t. That is given that if you have more impressive details on your application then you will be more wanted by a job, well with this skill in angular you could also do some freelance work, make webpages or applications for different companies for a side job, a lot of people could make a lot of money just by doing that, so I&#8217;m not shying away from learning angular and type script. In conclusion, Angular and typescript are very important for a computer scientist future, also this blog is a good read, gives some details about angular 2 and how it works. Thank you for reading my blog this week, come back next week for some more programming talk with me.</p>
<p>Source: https://blog.knoldus.com/2017/06/14/when-i-took-angular-2-to-build-my-application/</p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendersonsblog.wordpress.com/140/"><img decoding="async" alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendersonsblog.wordpress.com/140/" /></a> <img data-recalc-dims="1" decoding="async" alt="" border="0" src="https://i0.wp.com/pixel.wp.com/b.gif?resize=1%2C1&#038;ssl=1" width="1" height="1" /></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://bendersonsblog.wordpress.com">CS@Worcester – Benderson&amp;#039;s Blog</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by bendersonsblog">bendersonsblog</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="http://0.gravatar.com/avatar/92b2fa9f0346c80d9ca745c7c9a16d54?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">7204</post-id>	</item>
	</channel>
</rss>
