-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharchive.html
15 lines (15 loc) · 12.5 KB
/
archive.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html><head><title>Posts</title><meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta charset="utf-8" /><link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" /><link rel="stylesheet" href="blog.css" /><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script><script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script><script type="text/javascript" src="blog.js"></script><link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" /><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" /><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" /></head><body><nav class="navbar navbar-default navbar-custom navbar-fixed-top"><div class="container"><div class="navbar-header page-scroll"><button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"><span class="sr-only">Toggle navigation</span>Menu<i class="fa fa-bars"></i></button><a class="navbar-brand" href="index.html">Pol Bassiner</a></div><div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"><ul class="nav navbar-nav navbar-right"><li><a href="index.html">Home</a></li><li><a href="archive.html">Posts</a></li><li><a href="monthlydigests.html">Monthly Digests</a></li><li><a href="about.html">About</a></li></ul></div></div></nav><header class="intro-header"><div class="container"><div class="row"><div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"><div class="site-heading"><h1>Posts</h1><hr class="small" /><span class="subheading">This is a personal blog.</span><span class="subheading">The opinions expressed here represent my own and not those of my employer.</span></div></div></div></div></header><div class="container"><div class="row"><div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 archive-post-list"><div><span class="post-year-meta">2017</span><div class="post-preview"><a href="blog/defining_multi-project_builds_with_sbt.html"><h2 class="post-title">Defining Multi-project Builds with sbt</h2><h3 class="post-subtitle"><p>Let's setup a simple multi-project build using <code>sbt</code>, assuming we're already familiar with regular <em>single-project</em> builds....</p>
</h3></a><p class="post-meta">Posted on October 18, 2017 · 3 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Defining+Multi-project+Builds+with+sbt&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fdefining_multi-project_builds_with_sbt.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/recording_ui_tests_using_scalatest,_selenium_and_akka.html"><h2 class="post-title">Recording UI Tests Using Scalatest, Selenium and Akka</h2><h3 class="post-subtitle"><p>In any web project with some kind of UI involved it's usually convenient to have, at least, a basic suite of automated User Acceptance Tests....</p>
</h3></a><p class="post-meta">Posted on September 22, 2017 · 2 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Recording+UI+Tests+Using+Scalatest%2C+Selenium+and+Akka&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Frecording_ui_tests_using_scalatest%2C_selenium_and_akka.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/lessons_learned_after_adopting_innovation_days.html"><h2 class="post-title">Lessons Learned After Adopting Innovation Days</h2><h3 class="post-subtitle"><p>By the end of last year I began working on a proposal for the implementation of Innovation Days within the Netquest technology department. My main...</p>
</h3></a><p class="post-meta">Posted on July 18, 2017 · 6 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Lessons+Learned+After+Adopting+Innovation+Days&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Flessons_learned_after_adopting_innovation_days.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/composing_future,_list_and_either.html"><h2 class="post-title">Composing Future, List and Either</h2><h3 class="post-subtitle"><p>Very often we deal with <code>Future[A]</code>, <code>List[A]</code> and <code>Either[A, B]</code> types but, when it comes to composing them, things can get messy....</p>
</h3></a><p class="post-meta">Posted on June 13, 2017 · 3 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Composing+Future%2C+List+and+Either&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fcomposing_future%2C_list_and_either.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/essential_sbt_plugins.html"><h2 class="post-title">Essential sbt Plugins</h2><h3 class="post-subtitle"><p>After working in several Scala projects you are likely to end up with a minimal <em>seed</em> (kind of a project template) that you'll use whenever...</p>
</h3></a><p class="post-meta">Posted on May 16, 2017 · 5 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Essential+sbt+Plugins&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fessential_sbt_plugins.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/why_i_choose_scala.html"><h2 class="post-title">Why I Choose Scala</h2><h3 class="post-subtitle"><p>As the title itself reflects, this is a highly opinionated post....</p>
</h3></a><p class="post-meta">Posted on April 11, 2017 · 8 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Why+I+Choose+Scala&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fwhy_i_choose_scala.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/bullshitless_versioning.html"><h2 class="post-title">Bullshitless Versioning</h2><h3 class="post-subtitle"><p>I have to admit the post title is deliberately provocative but I'll try to prove that it's not necessarily inaccurate, although I could certainly have...</p>
</h3></a><p class="post-meta">Posted on March 14, 2017 · 6 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Bullshitless+Versioning&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fbullshitless_versioning.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/contributing_to_open_source_projects_ii_-_sdkman!.html"><h2 class="post-title">Contributing to Open Source Projects II - SDKMAN!</h2><h3 class="post-subtitle"><p>This post is about a minor contribution I did to SDKMAN!. Refer to this previous post for a quick overview of the tool and its...</p>
</h3></a><p class="post-meta">Posted on February 14, 2017 · 6 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Contributing+to+Open+Source+Projects+II+-+SDKMAN%21&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fcontributing_to_open_source_projects_ii_-_sdkman%21.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/sdkman!_the_software_development_kit_manager.html"><h2 class="post-title">SDKMAN! The Software Development Kit Manager</h2><h3 class="post-subtitle"><p>In this post I'd like to make a quick overview of SDKMAN!, the tool I use to manage SDKs. Most of the content, if not...</p>
</h3></a><p class="post-meta">Posted on January 24, 2017 · 3 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=SDKMAN%21+The+Software+Development+Kit+Manager&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fsdkman%21_the_software_development_kit_manager.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/automating_my_dev_setup.html"><h2 class="post-title">Automating My Dev Setup</h2><h3 class="post-subtitle"><p>Switching to a new workstation can be a painful process until you manage to have the exact same setup you did in the previous one....</p>
</h3></a><p class="post-meta">Posted on January 10, 2017 · 6 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Automating+My+Dev+Setup&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fautomating_my_dev_setup.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div></div><div><span class="post-year-meta">2016</span><div class="post-preview"><a href="blog/contributing_to_open_source_projects_-_atom-scalariform.html"><h2 class="post-title">Contributing to Open Source Projects - atom-scalariform</h2><h3 class="post-subtitle"><p>So far all my experiences in contributing to open source projects share a common trait among them, other than being really simple and minor improvements:...</p>
</h3></a><p class="post-meta">Posted on December 14, 2016 · 5 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Contributing+to+Open+Source+Projects+-+atom-scalariform&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fcontributing_to_open_source_projects_-_atom-scalariform.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/my_dev_setup.html"><h2 class="post-title">My Dev Setup</h2><h3 class="post-subtitle"><p>Over time I've been adapting my development environment to increase productivity. This means trying out alternatives beyond the out-of-the-box tools you get in a specific...</p>
</h3></a><p class="post-meta">Posted on December 01, 2016 · 5 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=My+Dev+Setup&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fmy_dev_setup.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/git_aliases_to_the_rescue.html"><h2 class="post-title">Git Aliases to the Rescue</h2><h3 class="post-subtitle"><p>The more I use Git, the less I believe how I could work without it. Although its usage is widely spread (is there anyone out...</p>
</h3></a><p class="post-meta">Posted on November 15, 2016 · 5 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Git+Aliases+to+the+Rescue&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fgit_aliases_to_the_rescue.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div><div class="post-preview"><a href="blog/hello_world.html"><h2 class="post-title">Hello World</h2><h3 class="post-subtitle"><p>Well, it's been a while since I considered writing a blog but I always ended up putting it aside because I wasn't able to find...</p>
</h3></a><p class="post-meta">Posted on November 03, 2016 · 1 min read</p><a class="share" href="https://twitter.com/intent/tweet?text=Hello+World&url=https%3A%2F%2Fpbassiner.github.io%2Fblog%2Fhello_world.html&via=polbassiner" title="Share" target="_blank"><span class="fa fa-twitter"></span></a><hr /></div></div></div></div></div><hr /><footer><div class="container"><div class="row"><div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"><ul class="list-inline text-center"><li><a href="https://twitter.com/polbassiner" target="_blank"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-twitter fa-stack-1x fa-inverse"></i></span></a></li><li><a href="https://es.linkedin.com/in/polbassiner" target="_blank"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-linkedin fa-stack-1x fa-inverse"></i></span></a></li><li><a href="https://github.com/pbassiner" target="_blank"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-github fa-stack-1x fa-inverse"></i></span></a></li><li><a href="https://pbassiner.github.io/feed.xml" target="_blank"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-rss fa-stack-1x fa-inverse"></i></span></a></li></ul><p class="copyright text-muted">Last published on 2017-12-29<br />Copyright © Pol Bassiner 2017</p></div></div></div></footer></body></html>