Ziverge and Matechs announce new dates for Practical Functional Programming with Typescript workshop and introduce a brand new workshop - Frontend Testing in Typescript.
# TYPESCRIPT
# COURSES
After the successful and greatly attended Practical Functional Programming with Typescript workshop led by Michael Arnaldi, the author of Effect-TS (functional programming library) in May 2021, we have decided to repeat the workshop in autumn (September 13-15th 2021), in 4 different time zones.
We are also introducing a new workshop that gained in its popularity in a private teaching scenario within companies using Typescript - Frontend testing in Typescript. This course is for Typescript developers who are eager to learn how to build modern, robust, and testable front-end applications. The workshop will take place on October 11th - 15th 2021, available in 4 different time zones.
Welcome to “frontend testing in typescript”, in this 5-day (4h/day) workshop we will explore a handful of techniques to test frontend applications using pure typescript in combination with jest, testing-library and cypress, we will primarily use react apps as examples but the techniques are generally usable with any other framework.
Regardless of the environment or the language you are developing in, testable code can be described by the sentence “program to an interface, not to a concrete implementation”.
In fact, every time we program-to an interface we can provide multiple implementations of the same contract (the “interface”) and this property comes in handy when we write our tests.
At the architecture level, testable applications tend to look like an onion, where each layer glues together functionalities from outer layers and provides functionalities to inner layers up to the very core of the app.
In the front-end, this concept can be viewed as the separation between UI and business logic, and separation between business logic and integration logic.
In react we will make use of pure functional components to represent the view layer and we will make utilities around the context API to carry business logic and integration logic to our components.
In the tests we will see how to test each component individually from the core UI up to the integration with the external world, we will discuss what properties to assert on each layer and we will see how to use code coverage tools to better understand the branching of our code and to spot what needs further testing.
This course is for Typescript developers who are eager to learn how to build modern, robust, and testable front-end applications.
Good working knowledge of Typescript.
In this 5-day interactive workshop (4h/day), we’ll cover a wide range of topics, mixing theory and practice. You’ll learn the basics of FP (Pure Functions, ADTs, e-DSLs) and how to use functional effect-systems to build modular, performant applications that are easy to write and maintain.
We expect attendees to do practical exercises and solve problems in real-time. Typically, every 10 minutes of theory lessons follow a 15-20 minutes exercise session.
One of our core principles is no surprises. We teach everything from the basic principles, without presumptions, and without leaving the magic unfolded.
In this workshop, Typescript developers will learn how to solve complex problems in asynchronous and concurrent programming using the effect-ts library.
Upon completion of the course, you'll be able to:
This course is for Typescript developers who are eager to learn how to build modern, robust, and testable applications that are performant both in the back-end and front-end.
Good working knowledge of Typescript, including tagged unions, conditional types, and infer.
The workshops will be remote via Zoom.
Don't forget to join our Discord community: https://discord.com/invite/drVHpNgqDu
Stay ahead with the latest insights and breakthroughs from the world of technology. Our newsletter delivers curated news, expert analysis, and exclusive updates right to your inbox. Join our community today and never miss out on what's next in tech.