Tomasz Ducin

trener

Motto: Thinking is difficult. That's why most people judge. (Carl Jung)

Trener, architekt aplikacji webowych, programista


Specjalista JavaScript Pasjonat programowania, związany z branżą od 2007. 

Doświadczony zarówno we frontendzie, jak i w backendzie. 

Skoncentrowany na rozwiązywaniu technicznych i organizacyjnych problemów projektów.

Prowadzi zespoły developerskie, projektuje aplikacje, uczy oraz, oczywiście, koduje. 

Prelegent na wielu eventach w Polsce i Europie. Organizator kilku polskich konferencji, autor artykułów branżowych i blogów. Ex-aktor teatralny, prawdopodobnie uzależniony od kawy oraz na pewno uzależniony od słuchania muzyki.

Social Media:

Specjalizacja trenera

  • JS i Front-end

    JavaScript, Node.js - nie tylko frameworki ale również architektura i craft. Specjalne szkolenia dla programistów przechodzących z backendu.
    Zobacz szkolenia...

Materiały Trenera

Idea renesansowej pracowni - Bottegi zakłada nieustanną pracę jej członków i dzielenie się jej wynikami.

  • Async Functions Awaiting You - Tomasz Ducin
    KATEGORIE: JavaScript

    Slides

    Farewell callback hell, farewell promise chaining... the most awaited upcoming feature of ES8, async await, is taking async JavaScript by storm. Let's code async processes in a more readable, concise and extensible manner.

    During this talk we'll discuss the fundamentals: promises, generators and coroutines - and introduce async await. We'll have sequential and parallel processing explained, along with most common usecases - and gotchas. After this talk you'll never say that generators scare you or that async await is complicated - expect to find them simple.

  • 5 Architectures of Asynchronous JavaScript
    KATEGORIE: Architektura

    Slides

    In this talk we'll discuss 5 alternative approaches to handle async operations: callbacks, events, promises, coroutines and reactive streams. None of them is either legacy or a silver bullet - a good dev needs to pick the right tool for the job.

    However, in order to understand them, we must step back to fundamentals all these rely on: the mechanics of event loop and run to completion rule, as well as learn to distinguish between sync and async flow. Then we proceed to design patterns built on top of each of the 5 approaches, discussing their strengths and limitations. Funfacts, such as famous Promise.race() included!

    Come and listen!

    Autor Bottega:

    Tomasz Ducin

    Powiązane szkolenia dedykowane:

    (zobacz wszystkie powiązane...)

    Nowoczesna architektura aplikacji Web oparta o Node.js

    Powiązane usługi:

    Audyty architektury

  • ng-enterprise
    KATEGORIE: Angular

    Slides

    Click... and here it is. Our AngularJS application has been deployed to 120 Scandinavian banks, starting to replace an old legacy system. It took us over 1 year to reach production and we learned some lessons you'll never read in any tutorial.

    Click... tech-part. How would you deal with data binding and cross-component communication in a huge system? What does a directive represent in an enterprise-scale application? How to make 2 architectures, the legacy and angular, co-exist? And, damn, the backend is down again!

    Click... business-part. So all these people are Java developers...? Guys, are you really sure, that this latest JS buzzword is our biggest concern at the moment? By the way - did Angular 2 make our AngularJS interface a legacy app already? And does anyone know if the backend is up anyway?

    I'll share my experience of doing something really amazing, yet difficult, having Angular playing the lead role in crazy financial sector!

  • Backend-less Development Revisited
    KATEGORIE: Architektura

    Slides

    “It’s obvious that SPA interfaces rely on RESTful APIs”. But does it have to be like this always? Tight-coupling between interfaces and APIs result in great development issues. Backend-less development is an emerging approach of decoupling the two sides, enabling them to be developed independently.

    The costs and the benefits of mocking the entire API. The three possible architectural approaches in doing so. Simulating business logic in mocks using plain JavaScript and JSONs. Mock engine Examples in Angular.js and sinon.js. The technical and business aspects of separating frontend and backend - these are the topics I will cover, basing on my banking software development experience.

    Mock your API and make your frontend truly independent!

    Autor Bottega:

    Tomasz Ducin

    Powiązane szkolenia dedykowane:

    (zobacz wszystkie powiązane...)

    Nowoczesna architektura aplikacji Web oparta o Node.js

    Powiązane usługi:

    Audyty architektury

  • JavaScript + Java = TypeScript
    KATEGORIE: TypeScript

    Slides

    In this talk I'll highlight the native-JS problems that TS solves and compare it to its rivals, CoffeeScript and ES6. Moreover, we'll see how do non-Frontenders see TypeScript. I'll share my experience of banking software development.

  • JSON taki albo owaki... czyli kontrolowanie struktur z JSON Schema
    KATEGORIE: JS i Front-end

    Slides

    JSON jest najpopularniejszym formatem definiowania/wymiany danych w sieci. Jest elastyczny niczym XML oraz zwięzły, jak to tylko możliwe. Nie mniej, rozwiązłość strukturalna JSONów powoduje utratę kontroli nad tym, jakie dane są przechowywane. Jeśli chcesz kontrolować, co może być przechowywane w formacie JSON, zerknijmy na JSON Schema.

    Autor Bottega:

    Tomasz Ducin

    Powiązane usługi:

    Audyty architektury

    Audyty architektury

  • Enterprise Interface Architecture: Seeking Scalable Design
    KATEGORIE: Architektura

    Slides

    Single-Page App architecture is still being adapted into huge enterprise systems. Each design mistake costs a lot and is very difficult to refactor, if possible at all. The good and bad parts of growing JavaScript code.

    Autor Bottega:

    Tomasz Ducin

    Powiązane szkolenia dedykowane:

    (zobacz wszystkie powiązane...)

    Nowoczesna architektura aplikacji Web oparta o Node.js

    Powiązane usługi:

    Audyty architektury

  • Enterprise Interface Architecture: JSON Schema
    KATEGORIE: Architektura

    Slides

    JSON is the most widely used data exchange/definition language in the web. It's as flexible as XML and as concise as possible. However, the structure flexibility of JSONs comes with a price of losing control of what data is being stored. If you want to have your JSON under control, let's dive into JSON Schema. It made my work easier, hope it makes yours too!

    Autor Bottega:

    Tomasz Ducin

    Powiązane szkolenia dedykowane:

    (zobacz wszystkie powiązane...)

    Nowoczesna architektura aplikacji Web oparta o Node.js

    Powiązane usługi:

    Audyty architektury

  • All that JS
    KATEGORIE: JavaScript

    Slides

Szkolenia autorskie trenera

Tytuł Kategoria Il. dni
Asynchroniczny JavaScript Asynchronous JavaScript training.
JS i Front-end
3 dni
Szczegóły
Nowoczesna architektura aplikacji Web oparta o Node.js Szkolenie z zakresu nowoczesnej architektury aplikacji Web
JS i Front-end
Architektura systemów i aplikacji
2-3 dni
Szczegóły
Nowoczesne standardy JavaScriptu Szkolenie JavaScript - standardy: ES6, ES7, ES8
JS i Front-end
3 dni
Szczegóły
Nowoczesny Angular (v17+) Szkolenie z zakresu Angular 15+
JS i Front-end
2-3 dni
Szczegóły
Reaktywne programowanie aplikacji webowych w oparciu o React.js, Redux i ES6 Szkolenie z zakresu tworzenia reaktywnych aplikacji webowych w JavaScript z wykorzystaniem React.js, Redux oraz ES6.
JS i Front-end
3-5 dni
Szczegóły
Warsztat ekspercki: zarządzanie stanem w aplikacjach React warsztat ekspercki: zarządzanie stanem w aplikacjach react
JS i Front-end
2-3 dni
Szczegóły
Warsztaty: Angular, TypeScript, RxJS, NGRX szkolenie z zakresu: Angular, TypeScript, RxJS, NGRX
JS i Front-end
3 dni
Szczegóły
Warsztaty: React in Depth Warsztaty eksperckie: React in Depth, reactive, js, javascript, advanced, zaawansowany
JS i Front-end
3 dni
Szczegóły
Zaawansowane programowanie w TypeScript Szkolenie z zakresu programowania w TypeScript
JS i Front-end
3 dni
Szczegóły