29
.
04
.
2024
30
.
05
.
2022
Software
Conferences

I love dev, and so do we!

Michał Łęcicki
Ruby Developer

After the covid break and a bunch of online conferences, we finally had a chance to attend one physically. "I love dev" took place in Złote Tarasy (Warsaw, Poland) on the 17th of May and was certainly the biggest software development-related event in 2022 so far. Let us share what it was about.

our team with logo

The conference started with a talk by Sylwana Kaźmierska, who was presenting neural networks. She shared the learnings from her experience - how to build one, what factors to take into consideration, and when to choose simpler solutions. Sylwana explained why decisions made by AI are sometimes unexpected and what can be done to explain or improve the process of decision-making. Her presentation was mind-opening and a little terrifying.

Sylwana Kaźmierska speaker

The next speaker, Tomasz Ducin, made a great presentation about the pros and cons of the newest trend in web development - micro frontends. He compared them to microservices, which were also on hype at some point. The main goal of the presentation was to make developers aware of all benefits and risks when choosing new architecture. So, if you have a small startup with 3 frontend devs, and you want to use micro frontends only because they sound fancy and trendy - please don't.

After a short coffee break, the scene was taken over by Andrzej Krzywda. The CEO of Arkency talked about different phases of creating a product and how they influence development practices. He has also associated each phase with a different type of developer (startup / architect / maintainer), which was actually quite surprising, but also accurate . Usually, mature apps need more custom solutions and independence from the framework. Andrzej underlined the importance of knowing its limits and showed some techniques on how to overcome them.

Andrzej Krzywda CEO Arkency

The next talk, made by Sławomir Sobótka, was a history of Stefan, who works in the warehouse. Stefan’s main responsibility is finding packages, but he is also expected to assemble furniture, send letters, take care of clients’ returns, and so on. When Stefan is on sick leave, the company stops working. This analogy to software development shows how badly defined contexts can harm the application. Sławomir presented the idea of bounded contexts (known from Domain Driven Design) and ubiquitous language. Dividing the system into modular components that can communicate with each other is a design we should aim at.

Jakub Mrugalski had a little different talk. He was focused on a more practical problem - security of web apps. Everyone (I hope) already knows about XSS or SQL-injection attacks, so Jakub talked about less popular security problems. The first issue he mentioned was SPF, DMARC, and DKIM email configuration, which is often left with default values. Jakub demonstrated how it allows making email forgery attacks. Other takeaways from his talk are:

  • don't use original uploaded image names - always assign random names to avoid many problems
  • use Cloudflare to protect from DoS/DDoS attacks, but do it right - remove other entry points to your server
  • when you add an HTTPS certificate to your page, it is indexed in a certificate database! It means that all sites using HTTPS are public nowadays. Remember about it when setting your admin password for staging env :)
  • have a separate domain/subdomain for your ticketing system.

I love dev conference

In the last talk, Jakub Pilimon came back to software engineering topics. He presented how to apply clean architecture for a simple application. He showed the process of building an aggregate component - reusable and open for modification. And all this in the case of a well-known game for Prisoner Dilemma. Jakub even made some live programming (what a brave man!) in Java and run his program to find the most optimal tactics.

The conference ended with an open panel with all speakers. They talked about the future of the software development branch and how developers should extend their skills (be experts!). They also answered questions from the public. The most interesting was the question of how to stay fascinated with daily software development work. Answers varied a lot: original, undiscovered topics to work on; being independent; being able to find something valuable even in the most boring tasks or finally finding your motivation somewhere else (your life isn't only programming, do something good outside!).

I love dev panel discussion

Q&A session

How you can say if this was a good conference? Besides the best lecturers and exciting talks, there was an after-party! It was very interesting to meet at least a few people from Rails community from around the country. We had a chance to talk to Kuba Pilimon about making DDD topics more familiar and discuss with Andrzej Krzywda different approaches for introducing event sourcing in Rails applications.

“I love dev” was a professionally prepared event, which broaden our horizons and increased motivation for growth.

Visuality team

after part

Michał Łęcicki
Ruby Developer

Check my Twitter

Check my Linkedin

Did you like it? 

Sign up To VIsuality newsletter

READ ALSO

Table partitioning in Rails, part 2 - Postgres Stories

14
.
11
.
2023
Jarosław Kowalewski
Backend
Postgresql
Ruby on Rails

N+1 in Ruby on Rails

14
.
11
.
2023
Katarzyna Melon-Markowska
Ruby on Rails
Ruby
Backend

Turbo Streams and current user

29
.
11
.
2023
Mateusz Bilski
Hotwire
Ruby on Rails
Backend
Frontend

Showing progress of background jobs with Turbo

14
.
11
.
2023
Michał Łęcicki
Ruby on Rails
Ruby
Hotwire
Frontend
Backend

Table partitioning in Rails, part 1 - Postgres Stories

14
.
11
.
2023
Jarosław Kowalewski
Postgresql
Backend
Ruby on Rails

Table partitioning types - Postgres Stories

14
.
11
.
2023
Jarosław Kowalewski
Postgresql
Backend

Indexing partitioned table - Postgres Stories

14
.
11
.
2023
Jarosław Kowalewski
Backend
Postgresql
SQL Views in Ruby on Rails

SQL views in Ruby on Rails

14
.
11
.
2023
Jan Grela
Backend
Ruby
Ruby on Rails
Postgresql
Design your bathroom in React

Design your bathroom in React

14
.
11
.
2023
Bartosz Bazański
Frontend
React
Lazy Attributes in Ruby - Krzysztof Wawer

Lazy attributes in Ruby

14
.
11
.
2023
Krzysztof Wawer
Ruby
Software

Exporting CSV files using COPY - Postgres Stories

14
.
11
.
2023
Jarosław Kowalewski
Postgresql
Ruby
Ruby on Rails
Michał Łęcicki - From Celluloid to Concurrent Ruby

From Celluloid to Concurrent Ruby: Practical Examples Of Multithreading Calls

14
.
11
.
2023
Michał Łęcicki
Backend
Ruby
Ruby on Rails
Software

Super Slide Me - Game Written in React

14
.
11
.
2023
Antoni Smoliński
Frontend
React
Jarek Kowalewski - ILIKE vs LIKE/LOWER - Postgres Stories

ILIKE vs LIKE/LOWER - Postgres Stories

14
.
11
.
2023
Jarosław Kowalewski
Ruby
Ruby on Rails
Postgresql

A look back at Friendly.rb 2023

14
.
11
.
2023
Cezary Kłos
Conferences
Ruby

Debugging Rails - Ruby Junior Chronicles

14
.
11
.
2023
Piotr Witek
Ruby on Rails
Backend
Tutorial

GraphQL in Ruby on Rails: How to Extend Connections

14
.
11
.
2023
Cezary Kłos
Ruby on Rails
GraphQL
Backend
Tutorial

Tetris on Rails

17
.
03
.
2024
Paweł Strzałkowski
Ruby on Rails
Backend
Frontend
Hotwire

EURUKO 2023 - here's what you've missed

14
.
11
.
2023
Michał Łęcicki
Ruby
Conferences

Easy introduction to Connection Pool in ruby

14
.
11
.
2023
Michał Łęcicki
Ruby on Rails
Backend
Ruby
Tutorial

When crazy ideas bring great time or how we organized our first Conference!

04
.
12
.
2023
Alexander Repnikov
Ruby on Rails
Conferences
Visuality

Stacey Matrix & Takeaways - why does your IT project suck?

14
.
11
.
2023
Wiktor De Witte
Project Management
Business

A simple guide to pessimistic locking in Rails

14
.
11
.
2023
Michał Łęcicki
Ruby on Rails
Backend
Ruby
Tutorial

Poltrax design - story of POLTRAX (part 3)

04
.
12
.
2023
Mateusz Wodyk
Startups
Business
Design