-
Handling Forms in React: Research & Custom implementation
15 minutes readForms are hard in React. That is why I started a series named Handling Forms in React. In the first part, I will give you an overview of how to deal with forms in React and what your options are, accompanied by a custom form component implementation.
Lukáš Hudec 13.03.2019 -
Google Lighthouse: Your Web Speed in the Spotlight
5 minutes readGoogle Lighthouse is a tool to easily audit the fundamental properties of a modern website: performance, PWA integration, accessibility, SEO, and other Best Practices. Performance is the focus of most attention because the display speed is still the Achille’s heel of numerous websites.
Jakub Skala 28.02.2019 -
Development with Pimcore
5 minutes readRead Igor Ivlev's observations on how he started with developing sites with Pimcore. In this article he describes the basics about this system and delivers fresh experience from his beginnings.
Igor Ivlev 28.01.2019 -
React Native Swipeable List
long read (30 minutes+)React Native doesn’t have a built-in swipeable list component - there are external libraries for it. What if you wanted to build one from scratch? We provide a detailed step-by-step guide on how to implement swipeable list feature in React Native. It is a long read, but very useful one.
Furkan Doğu 16.10.2018 -
Best Scraping Tools in 2018 - updated
9 minutes readHere at Kurzor we have completed numerous projects using various web scraping techniques. We can implement custom solution. A more flexible but less powerful approach is to use a service which does not require you to be the IT guru. So if you need to make a script to grab all products from an e-shop, articles from a blog or collect some images, it is easy to try one of the following tools. 2018 updated.
Nestor Encinas 30.07.2018 -
Kurzor Named a Top Czech Web Developer by Clutch
2 minutes readWe are pleased to share that we have been named one of the top web development companies in the Czech Republic! This distinction was given to us by the B2B ratings and reviews platform, Clutch.
Petr Gogolín 18.07.2018 -
Roots.io and Bedrock: WordPress on Steroids
8 minutes readRoots.io is a good choice for those developers who like WordPress and want to keep using this CMS, but at the same time want to build the website in a professional and flexible manner. In this article we are going to focus on Bedrock, its advantages and usage.
Nestor Encinas 23.05.2018 -
Offline in the Browser (part 2): Service Workers
8 minutes readWouldn’t it be great to control the application cache directly, via a programmable interface? That's what Service Workers are for.
Jan Malý 25.04.2018 -
Uploading and Resizing Images, Part II - AWS backend
10 minutes readThis article is going to deal with image uploads and manipulation from the server point of view. We have picked a solution based on Amazon Web Services. We will create a standard endpoint with images being resized and stored on S3 storage.
Marek Gach 21.03.2018 -
Offline in the Browser (part 1): Detection, AppCache
10 minutes readTurn offline mode into an advantage and make your website or app ready for it - here's first part of our overview. In this article, you are going to find out which types of websites and apps are suitable for an offline mode. We are also going to describe the most frequent method these days: Application Cache.
Jan Malý 04.01.2018