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...
Comments
Post a Comment