Ivo Šiško
Frontend Developer
5 articles
Locastic, Sep 29, 2020 - 4 min read
Bulletproof static code analysis for React
Static code analysis is fast, simple and best of all, it gives you immediate feedback for the code you write without having to actually run it
Locastic, Jun 3, 2020 - 4 min read
React Native cookie-based authentication
Cookie-based authentication is not as straight-forward in React Native, unlike standard web networking APIs
Locastic, Apr 15, 2020 - 6 min read
Using Netlify functions with Gatsby Js and Google Sheets API
Use serverless Lambda functions to send emails after form submit and communicate with the Sheets to update the data.
Frontend, Oct 15, 2019 - 6 min read
Asynchronous Javascript
Introduction to modern asynchronous code handling in Javascript while using less code.
Handling multi-language support with GatsbyJs
Our approach might help if you’re building blazing-fast static websites with GatsbyJs, but struggling to achieve multilingual support.