SCsebastian cinpurecode.hashnode.dev·Jul 5, 2021 · 2 min readUsing IA and Glacier for a S3 logs bucketThis article aims to talk about some points that must be taken into account when designing lifecycle rules for a bucket whose contents are logs. Note: The same logic can be applied for any buckets that are mostly/only composed of small objects (less ...00
SCsebastian cinpurecode.hashnode.dev·Jun 6, 2021 · 4 min readTrying Bitbucket Pipelines' Parallel StepsThe purpose of this article is to registered a prove of concept regarding the use of parallel steps . In short, this tool allows you to divide a single step into several steps that will run simultaneously. Allowing a faster execution. As testing sc...01C
SCsebastian cinpurecode.hashnode.dev·Apr 2, 2021 · 3 min readAWS Code Artifact Vs Npm private packages. Which one is better?In this article we will look at the pros and cons of these two ways of publishing and sharing our private packages. Npm Private Npm private is a service offered by npm in which it is possible to publish packages privately. Thus, it is possible to c...00