Node.JS OSS

May 09, 2016 by Madalina Botez in  Announcements
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.

 

Alexandru Badiu, Development Lead at Branded Entertainment Network, will share more in his talk at I T.A.K.E Unconference 2016 about maintaining a Node.JS OSS package. 
i-take-unconference-speaker.012

 

#1. Share with us 5 things you did that helped you grow & become the professional you are today

  • I got the chance to work with technology from a very early age (think ZX Spectrum, Intel 8088) and also with assembly language. This taught me to appreciate constraints and never ignore optimization or be lazy.
  • Discovering OSS via the Allegro game library lead me to a wealth of code to analyze and learn from.
  • Getting a job in the IT department at the university while being a student there leading to four years of experimenting with whatever I wanted to.
  • Teaching at the same university.
  • Getting involved in the Drupal community, taking part in the creation of Romanian branch, organizing various camps and teaching Drupal.

 

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

How to simplify your development workflow.

 

#3. What else would you like to share with participants

  • I am a very bad theremin player. The theremin was the first electronic instrument ever invented and you play it by not touching it. Check it out, it’s pretty cool.
  • I am passionate about synthesizers, old hardware and horror movies.
  • I am an amateur musician using Gameboys, Commodore 64 sound chips and other retro things. I once played music in the Gara de Nord railway, at the info panel.
  • I like to ride statues (usually of pigs) while pretending to be Bastian from the Neverending Story.

 

logo ITAKE 2016

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

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

Developers are not computers

Mar 29, 2017

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

Csaba Patkos, Team Lead Syneto, is a technical practitioner with 15 years of experience in the field. Joining #itakeunconf 2017 as speaker, he will share more in his talk about his experience of growing up as a team leader, mentor, and coach for the team he works with daily.

 

speaker-badge-professional-status-csaba-patkos

#1. Please share with us 5 things you did that helped you grow & become the professional you are today

  • Reading … I mean a lot. 40-50 books / year are doable. They can mix in a few novels / literature as well.
  • Made plans and fought to achieve them. Think about where you want to be in 6 months or 1 year and define the steps you need to take to get there.
  •  I love programming and software engineering. I do it daily, with dedication.
  • Built some useful daily habits that are helping me to get better. For example listen to audio books when driving, daily reading, daily plan of work, etc.
  • Talked to the people I admire and I used these talks as sources of inspiration. So, don’t be afraid to approach your professional idols, they are people just like you.

 


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

 

√ Some people just won’t listen to you.

√ Some people just want to force their ideas on you.

√ Some people don’t care about the topic, they just pick fights with you.

√ Some people think you don’t care, even though you really do.

√ Other communication issues.


#3. Recommend for the participants 3 sources you find inspiration from and would help them better understand you

ITAKE_2017

Want to join Csaba and ~300 software crafters from around Europe?

Register now for I T.A.K.E Unconference 2017!

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.

Powering Interactive Data Analysis with Google BigQuery

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

 

Marton Kodok is a Senior Software Architect REEA, who led the implementation of complex and distributed systems. At #itakeunconf 2017, he will share more about Powering Interactive Data Analysis with Google BigQuery.

 

speaker-badge-professional-status-marton-kodok

#1. Please share with us 5 things you did that helped you grow & become the professional you are today

 

It all started when I was posting answers for the Stackoverflow community and the reputation started to grow over 100k. I realized that being a professional is a constant effort and never ending learning of new cool stuff. To be up to speed you need to constantly shift to emerging technologies. You see the merit when your answer voted and uncounted millions of people also learn.
We need to be open-minded and have a mentor around us to grow. As you might not have a mentor close to you in person, you can leverage online communities such as Stackoverflow, a community that helps you grow. It helped me.
Then when you take it offline and be supportive & active in local communities, participate in Startup Weekends, community projects you believe in – you will be able to work on fun stuff. Also being part of an IT company such as REEA, it helped me become a professional by all the great startup projects I had to work on, the colleagues, the clients, and also the conference participations.
In 2016, I was nominated and accepted into the Google Developers Experts program. Having my exemplary work recognized by the greatest company in the IT industry and pointing me as an expert and outstanding professional, it gives me new goals to achieve even more.

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

Nowadays there are dozens of options to choose how you architect your project for next level of data analytics. We will cover how Google BigQuery helps to solve the petabyte scale data warehousing, and ability to write complex queries for your dashboards.

#3. Recommend for the participants 3 sources you find inspiration from and would help them better understand you

My inspiration inbox is Feedly, there I consume all sorts of content I really enjoy reading: High Scalability, Percona Blogs, Codrops, Medium, SIMB.
ITAKE_2017

Want to join Marton and ~300 software crafters from around Europe?

Register now for I T.A.K.E Unconference 2017!

Leave a Reply