Ivo Šiško

Ivo Šiško

Frontend Developer

5 articles

bulletproof-static-code-analysis-for-react
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

react-native-cookie-based-authentication
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

using-netlify-functions-with-gatsby-js-and-google-sheets-api
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.

asynchronous-javascript
Frontend, Oct 15, 2019 - 6 min read

Asynchronous Javascript

Introduction to modern asynchronous code handling in Javascript while using less code.

multi-language-support-gatsbyjs
Locastic, Frontend, Jul 19, 2019 - 5 min read

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.