Equal height cards with flexbox
Nice vertical alignment of the column based content can be difficult to achieve using only HTML/CSS, but here's a simple and elegant solution using `flexbox`.
Ivan Basic — Wednesday, Jul 29, 2020
Deep learning for medical imaging, part 2
The role of data preprocessing and segmentation for improved knee pathology classification in magnetic resonance imaging.
Dijana Penic — Saturday, Apr 18, 2020
Deep learning for medical imaging, part 1
Detailed description of machine learning methods and techniques used in our newest medical imaging project.
Dijana Penic — Friday, Mar 6, 2020
The magic of TOR
Enter the world of Onions! Find out more on TOR itself, its philosophy and network design. Comparison with VPNs and usage guide with tips are included.
David Petric — Tuesday, Feb 11, 2020
Broadcomm NIC + Windows 2012 R2 + VMQ enabled = horror instead of performance benefit
Recently, I was working a lot with several VM's (running Windows 2012 R2) on Hyper-V host (also Windows 2012 R2) and I noticed some weird network latency issues. Read on how the good concept of offloading VM network traffic to NIC resulted in erratic network performance degradation.
Ivan Kalafatic — Friday, Feb 7, 2020
Code splitting and preloading React routes with Webpack
An introduction to setting up code splitting on React routes using Webpack with several ways of managing preloading.
Domagoj Suhic — Monday, Dec 30, 2019
Multiple webpack builds with shared vendors
This blog post aims to teach you (and remind me) how to setup multiple client application build procedures with shared vendors. We will be using Asp.Net Core 2 and Webpack (with DllPlugin) to build our client-side code.
Dino Repac — Friday, Nov 15, 2019
Upgrade from PostgreSQL 10 to PostgreSQL 11
During this year, I had to upgrade (migrate) several PostgreSQL servers. In order to reduce room for error (remember Murphy's law), I wrote this blog post, which will, hopefully, serve as future reference, both for myself and for people which will have to do the same.
Ivan Kalafatic — Monday, Nov 11, 2019
An introduction to SVG
An introduction to the basics of SVG syntax - learn how to write and read path code, and also hot to animate different shapes.
Ivan Sakoman — Friday, Nov 8, 2019
Native navigation in React Native (and a few additional features)
An introduction to using Wix React Native Navigation and the additional benefits it provides.
Drazen Kozic — Sunday, Jul 28, 2019