CBCecilia Bagginiincbaggini.hashnode.dev·May 7, 2021 · 1 min readSonarCloud vs LeftShift for automated code quality and security checksLately, I have been looking for automated tools to improve the quality and security of my apps. I have looked at two online apps for this, SonarCloud and LeftShift. They are both intuitive and easy to setup; they can also be connected to GitHub and G...00
CBCecilia Bagginiincbaggini.hashnode.dev·May 1, 2021 · 4 min readHow to create interactive HTML reports using RIn this post, I will explain how to create interactive HTML reports including widgets such as maps and interactive graphs using R. I assume that the reader is familiar with basic R. I will use two public APIs from the Environment Agency to download d...00
CBCecilia Bagginiincbaggini.hashnode.dev·Apr 23, 2021 · 2 min readBest practice for building a RESTful APILately, I have been learning how to use Node.js and Express to build APIs. There are no fixed standards to build APIs, but reading online I identified some common themes on how to build a functional and usable API. Some common themes were: Don’t retu...00
CBCecilia Bagginiincbaggini.hashnode.dev·Apr 15, 2021 · 2 min readUsing indexes to speed up queries in PostgreSQLIn this post, I am going to explain how you can use indexes to speed up SELECT queries on a PostgreSQL database. Most of what this post covers will apply to any type of SQL database, but the syntax may be specific to PostgreSQL. I spent the last mont...00