Table of Contents
Best Clojure Courses 2023
Best Clojure tutorials 2023
Building Microservices with Clojure
In this training course on Building Microservices with Clojure and Pedestal, expert author Scott Rehorn will teach you how to configure, modify, and deploy a basic microservice based on Clojure and Pedestal. This course is designed for users who already have programming experience. You’ll start by learning about the stack and toolchain, and then you’ll get started with using Pedestal. From there, Scott will teach you how to use Pedestal as a web services framework to manage request and response routing and content management. This video tutorial also covers persistence, how to protect your endpoints with a simple API key policy, and how to use XML in Clojure. Finally, you will discover Java Interop. Once you have completed this computer-based training course, you will be fully capable of configuring, modifying, and deploying a microservice with Clojure and Pedestal.
You will learn
Once this training is complete, you will be fully able to configure, modify and deploy a microservice with Clojure and Pedestal
Learn how to create microservices using Clojure
Learn Clojure from the best Clojure tutorial in 2023.
Learning ClojureScript
In this Learning ClojureScript training course, expert author David Eisenberg teaches you how to write functional programs for the web. This course is designed for users who already have experience with JavaScript, HTML, and manipulating the document object model.
You will start by learning how to configure your system, then you will get started with the writing functions. From there, David will teach you more advanced ClojureScript sequences and concepts such as destructuring, recursion and loops, and error handling. Finally, you will learn about responsive programming in ClojureScript.
Once you have completed this computer-based training course, you will be fully able to use ClojureScript for your own functional web programming needs. Working files are included, allowing you to follow along with the author throughout the lessons.
You will learn
Once you have completed this training, you will be fully able to use ClojureScript for your own functional web programming needs.
Learn how to configure your system, then move on to write functions. From there, you will learn about more advanced ClojureScript sequences and concepts.
Learn Clojure from the best Clojure course in 2023.
Communicating Sequential Processes with core.async
In this training course on how to communicate sequential processes with core.async, expert author Timothy Baldridge will teach you the basics of core.async. This course is designed for users who already have a working knowledge of Clojure and ClojureScript. You’ll start by learning how to create chains, and then get started with creating and using threads. From there, Timothy will teach you how to combine and split channel streams, work with transducers, and pipeline abstraction. This video tutorial also provides a quick overview of the internals of core.async, including how channels are modeled, how alt handlers interact with channels, and how threads interface with channels. Finally, you will learn about non-blocking channel operations and how to put them together. Once you have completed this computer-based training course, you will be fully able to wite your own applications that take advantage of the core.async library.