sirLisko's blog

code

A collection of 4 posts
dependencies vs devDependencies
code

dependencies vs devDependencies

npm or yarn, the dilemma is always the same, is this a dependency or a dev dependency?
Nov 7, 2019 2 min read
Git: How to delete all the merged branches
code

Git: How to delete all the merged branches

Who has a repository without dead already merged branches? Admit it, almost no one. In my team, especially since we decided to move to git flow[1], this ideal situation rarely happens. It is not that uncommon forget to delete a merged branch from remote, it happens to everyone. But
Feb 18, 2016 1 min read
Git: How to get all the changes on a branch
code

Git: How to get all the changes on a branch

Working in a multi-branch system with git sometimes could become tricky to understand exactly what is/was going on in a particular branch. Usually, at the moment of the code-review, I want to be able to understand what exactly happened since the branch was created from master (or any other
Jul 27, 2015 1 min read
W3C Validation with Gulp
code

W3C Validation with Gulp

Since I was working on my thesis on Assistive Technology during my University days I was kind of obsesses on validating my HTML (and CSS) using W3C tools. And proudly show the nowadays old fashioned W3C Badges: Now that Front End building tools (i.e. Gulp) are integrated in almost
Apr 1, 2015 1 min read
sirLisko's blog © 2023
Powered by Ghost