-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
5 lines (5 loc) · 6.15 KB
/
index.html
1
2
3
4
5
<html><head><title>Blog</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>Blog</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 index-post-list"><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><ul class="pager"><li class="next"><a href="archive.html">All Posts →</a></li></ul></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>