The Beginning of Programming Languages Functional programming is becoming a better option for developing software. I am interested in this topic so I can improve my skills as a developer. Functional Programming is a better solution for some problems but it doesn't mean that is the silver bullet for all the programming problems we encounter during developing. Yet having a wide variety of options helps in the optimization of methods, that is why I am looking forward into learning the other topics we mentioned in the first class. Things I am interested in the moment related to programming are security issues and containers with Docker. Docker can help developers at different levels to improve the developing process. Deploying the service with just one command line and the developer can see the service working is a big advantage. Even though it doesn't sound like a big issue, creating the environment for developing for a newcomer is a big issue that can create delay...
Popular posts from this blog
The Promise of Functional Programming The lecture is quite straightforward and talks about a topic we have talked about during these couple of weeks which is Functional Programming. Now one of the points of this article is on how functional programming differs on traditional programming. To start with we have a change of paradigm which is the use of variables.This is a major change for anyone who has programmed for a while and this is because usually we use variables for anything. Now in this case we will use immutable which is a value that it will never change. Then the second thing that shocks any programmer are loops. In functional programming we only depend on recursion which is a topic that any programmer knows but is afraid of. The possibility of creating an infinite loop is always present and without practice is easy to make mistakes and making programs extremely inefficient. Yet with the right optimization and using it in the adequate moments the program can be extremel...
The Revenge of The Nerds This documentary talks about the tycoons of computers and how they started their companies. This is the most interesting part of how the personal computer was created. Normally someone would think the computer was created by people how had a clear purpose on solving the problems that we had at that time. Yet that is not the case. Wozniak one of the founders of apple his main idea for building a computer was just to see what he was able to do with the circuits he had from a computer set. In the homebrew club that is where he was able to show to everyone what he was able to do with his own computer. People were impressed and wanted to know more about it. Steve Jobs was the person who was behind the idea of the business and saw the opportunity this new invitation could be of interest to a lot of people. The genius of an engineer and the vision of a business man caused that one of the computer behemoths was born Yet not everyone who was interested on solving...
Comments
Post a Comment