Clutch Names Cavepot Among Uruguay’s Top Web Developers for 2021 At Cavepot, we develop cost-effective software solutions to help your business grow. We are a committed team of highly
Autor: Guillermo Ferández
Angular 9 + PWA
This post was created to help you crate a Progressive web application using angular 9. Before we get started with the application we need to understand what Progressive web application is. Progressive Web
How we manage salaries
How to manage salaries seems to be a topic of discussion in every company. Therefore there are several ways to do them, but they all seem to have notorious highs and lows.
Create node rest api using kiwi!
The idea of this post is to create a basic api rest with typescript in a few steeps using kiwi and kiwi-cli. This two tools are in a npm package
First steps with react native
This blog is intended to test react native. We are going to follow steps on this link We need to install react native command line utility with the follow command. We
Exception Handling webapi
Handling exceptions is a tricky task, specially when you start developing wep applications. We are going to show two ways to globaly handle exceptions. The main idea of this blog
Working with strongly typed configuration in .Net Core
Since .net core appeared we have change the way we work with settings. Nowadays web.config no longer exists so we have to work with json files. There are many ways
Start working with service-workers
In this blog I will share my personal experience with service-workers. A service worker is a script that your browser runs in the background, separated from a web page enabling
Angular2 first steps
This post is meant for those who want to start developing with angular 2 and don’t have any experience. All this information is based on Angular documents. The main idea here is
Playing with gulp (Part 1)
This post is meant to be for those people who are tired of doing repetitive tasks in the development process. It is a basic startup guide for who doesn’t use