Meet the speakers – Part 3

Mar 07, 2016 by Madalina Botez in  Announcements

Software craftsmen from more than 15 countries will meet in the heart of Bucharest, 19-20 May, at I T.A.K.E Unconference! For 2 days, around 30 speakers will share insights, latest trends, and deliver hands-on sessions.

In Meet the Speakers Part I and Part II, we shared more about the first 10 speakers who will make this year event a one not to be missed. Below, you can read more about the next 5:

 

august-512x512_originalYegor Buhayenko, CTO at Teamed.io, USA

Talk To Your Microservice Via a Chat Bot, not UI (Talk)

It seems that chat bots are a more effective way of interaction between web (micro-)services and users than traditional HTML user interfaces.

 

 

 

 

34da781_originalAlexandru Badiu, Development Lead at Corbis, Romania

Maintaining a Node.JS OSS package (Live coding)

How to setup a development pipeline for your Node.JS project.

 

 

 

 

hugoimage_originalHugo Meeser, Owner at Bridge Global, Netherlands

How to successfully manage remote teams (Workshop)

Participants will create a best practice board in teams of 5-6 people.

 

 

 

 

igstan_originalIonut G. Stan, Software Developer at Eloquentix, Romania

Let’s Write a Parser! (Live coding) 

One weird trick to write parsers. Compiler engineers will hate you!

 

 

 

 

me_small_originalMilen Dyankov, Senior Consultant at Liferay, Poland

Microservices and Modularity or the difference between treatment and cure! (Live coding)

An attempt to analyze the problems microservices claim to solve and explore other possible solutions!

 

 

 

Want to challenge the current programming practices as these software craftsmen are doing? Want to experience new techniques, debate on the existing ones or even pair program in the I T.A.K.E Unconference space?

Get your  Super Early Bird ticket today! 

Stay tuned. We will continue publishing more about the program, speakers and the dynamic learning practices awaiting you.

Thrilled to see you in May!

I T.A.K.E. Unconference Day 1 – Slides & Videos

Jun 10, 2015

An unconference is as special as its participants. Thank you everyone – Speakers, Facilitators, Bumblebees & Butterflies for working all together, writing code, pairing, solving problems while discussing, listening and sharing knowledge.

After such an awesome gathering of practitioners, we are happy to share the presented slides.

Structured by tracks, find them all below.

I T.A.K.E. Unconference Day 1 – Slides & Videos

 

Keynote

simonbrown-squareSimon Brown: Software Architecture as Code


Hardcore Programming

stefan-kanevStefan Kanev: Clojure, ClojureScript and Why They’re Awesome

igstanIonut G. Stan: Let’s write a type checker + Code

Quality Practices 

Igor-PopovIgor Popov: Mutation Testing

MukhinaSvetlana Mukhina: Metrics that bring value

Patroklos-PapapetrouPatroklos Papapetrou: Holding Down Your Technical Debt with SonarQube

Executable Specifications 

Cyrille MartraireCyrille Martraire: Living Documentation Jumpstart

Developer’s Life

Andrew-HallAndrew Hall: Power Up: Learn How to Recharge Your Energy Bar

Krasimir-TsonevKrasimir Tsonev: 7 Rules to Get the Things Done

Thomas SundbergThomas Sundberg: The responsible Developer

Architecture

tim-perryTim Perry: Microservices and Web Components Are The Same Thing

robertIMG_2123Robert Mircea & Virgil Chereches: Our Journey to Continuous Delivery


DevOps

cegekaAndrei Petcu: Rocket vs Docker: Battle for the Linux Container

AlexAlex Bolboacă: Why you should start using Docker?

See also: Day 2 Slides & Videos

We hope to see you again at the next I T.A.K.E. Unconference edition.

The recorded videos are now being processed. Stay tuned.

Chat bots & microservices

Apr 14, 2016

Enjoy the following series of interviews with the speakers, top-notch software crafters from across Europe, joining  I T.A.K.E Unconference, Bucharest, 19-20 May. Discover the lessons learned and what drives them to challenge the known path in their field. 

Yegor Bugayenko, CTO and co-founder Teamed.io, will share in his talk about how chat bots are a more effective way of interaction between web (micro-)services and users than traditional HTML user interfaces.

 

i-take-unconference-speaker.003

 

 

#1. SHARE TOP 3 THINGS YOU DID THAT HELPED YOU GROW & BECOME THE PROFESSIONAL YOU ARE TODAY

Constant planning, learning, and analyzing.

 

#2. What challenges will the participants find solutions to during your session at I T.A.K.E Unconference 2016?

They will mostly find some solutions to the growing complexity of modern architectures. I will demonstrate how chat bots can become a valuable component of multi-tier architecture. By example.

 

# 3. What else would you like to share with participants at I T.A.K.E Unconference 2016?

I recently published a book about object-oriented programming, Elegant Object, focusing on practical recommendation for practitioners in this field.
logo ITAKE 2016

 

Want to join Yegor and many more software crafters from around Europe?

Join I T.A.K.E Unconference 2016!

Hexagonal Architecture Ports&Adapters with J. Martinsson & R. Sanlaville

Feb 10, 2015

Until recently, layered architecture was the most common way of organizing large applications or modules. We’ve learned from practice that it has limitations:

  • business rules tend to escape or be duplicated in UI and/or data layer
  • switching from a database to another is very difficult
  • adding another UI to the application (eg. mobile or smart client) requires heavy changes
  • changing a library used by the application with another is often complex and risky

A new architecture style has appeared in the recent years that tackles this problem: Hexagonal Architecture, or Ports & Adapters. Its intent is to allow more flexibility by cleanly separating business rules from everything else.

Johann Martinsson and Rémy Sanlaville have described the basics of Hexagonal Architecture and then shown an example of such an architecture.

Enjoy their presentation @ I T.A.K.E. Unconference 2014 edition. Curious about 2015 edition?

Check out more about I T.A.K.E. Unconference 2015 or see directly the Schedule.

Leave a Reply