Skip to content

Paweł U.

Ruby on Rails Web Development Consultant Full Stack Blog.

  • By Paweł Urbanek
  • Based in Poland
  • Roughly five posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2022 2
2023 6
2024 4

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Easy to Overlook PostgreSQL Performance Issues in Rails Apps
Performance issues in the PostgreSQL layer usually start to manifest only when your app reaches a certain scale. In this blog post, I’ll discuss easy-to-miss database config tweaks and common problems that I’ve encountered in …
On , 1,887 words
How to Optimize MEV Arbitrage Smart Contract with Yul and Huff
Minimizing gas usage directly impacts the profitability of your MEV bot. In this blog post, we will start with a straightforward but nonoptimal approach for swapping two UniswapV2 pairs and gradually improve it. We will …
On , 5,301 words
How to Simulate MEV Arbitrage with REVM, Anvil and Alloy
EVM simulation engine is a core component of any competitive MEV strategy. In this tutorial, I’ll describe how to use Anvil and its lower-level counterpart REVM to detect UniswapV3 MEV arbitrage opportunities. We will implement …
On , 5,360 words