programming-foundations What is Functional Programming? An Overview - part 3 So what about applying these functional concepts we have been discussing in programming languages? Fortunately, most modern general purpose languages support many aspects of functional programming; JavaScript, Python, Golang, PHP,
programming-foundations What is Functional Programming? An Overview - part 2 Welcome back to part two of functional programming. In the last article, I discussed some of the core concepts of functional programming. This week, I will discuss a few more
programming-foundations What is Functional Programming? An Overview - part 1 In short, functional programming is a programming paradigm - style of programming - built around the concept of 'pure' functions; functions that take inputs and return an output without affecting
programming-foundations What are the Four Pillars of Object-Oriented Programming (OOP)? - part 2 This is the third blog post in the Programming Foundations Series. Let me know if you have any questions or topic suggestions for the series.
programming-foundations What are the Four Pillars of Object-Oriented Programming (OOP)? - part 1 This is the second blog post in the Programming Foundations Series. Let me know if you have any questions or topic suggestions for the series.
programming-foundations What is Object-Oriented Programming (OOP)? This is the first blog post in the Programming Foundations Series. Let me know if you have any questions or topic suggestions for the series.