Although he started early (with QuickBasic and Turbo Pascal), took him a while to center into the developer way of living. Nonetheless, he has more than 10 years experience as software developer at different levels. His main experience is around C# and .Net, but has a keen interest in other languages, especially around functional programming. In his experience two maxims have been revealed, Simple is Beautiful and Make Everyone's Life Easy. Because of them, his personal goal is to improve the experience of fellow developers (which always translates to happy customers)
Talks I've Given
-
GraphQL: May the Best API Win!
Featuring Jorge Gueorguiev Garcia
Jorge loves REST, but found GraphQL interesting and decided to investigate. After working on his first production GraphQL API, he has pitted them against each other in a bout over three rounds, to compare their qualities and advantages. May the best API win!
api f# graphql -
Functional Calisthenics with Jorge Gueorguiev Garcia
Featuring Jorge Gueorguiev Garcia
OOP habits die hard. Jorge Gueorguiev Garcia is joining us at this month's F#unctional Londoners meetup to lead us a better way to functional code! Don' miss it!
f# functional-calisthenics functional functional-languages oop -
Slicing: Features vs Layers
Featuring Jorge Gueorguiev Garcia
After listening to a NDC talk about feature-based architecture I become interested on the idea. On this presentation will show the structure of a layered architecture, and how it works regarding the process of information and some drawbacks of the implementation. To contrast, will present a...
software-architect -
Into Adventure - Moving from OOP to FP
Featuring Jorge Gueorguiev Garcia
Comparing code written in OOP languages and FP languages we see concepts that apply to all/some FP languages, like: immutability, first class functions, pattern matching, pipes...