<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="http://pello.io/feed.xml" rel="self" type="application/atom+xml" /><link href="http://pello.io/" rel="alternate" type="text/html" /><updated>2026-03-22T19:32:08+00:00</updated><id>http://pello.io/feed.xml</id><title type="html">pello.io</title><subtitle>Pello Xabier Altadill Izura´s personal site, programming, projects, code samples, guides, tricks,...
</subtitle><author><name>Pello Altadill</name></author><entry><title type="html">Among Us</title><link href="http://pello.io/books/2021/05/23/among-us-cuento-1.html" rel="alternate" type="text/html" title="Among Us" /><published>2021-05-23T12:45:00+00:00</published><updated>2021-05-23T12:45:00+00:00</updated><id>http://pello.io/books/2021/05/23/among-us-cuento-1</id><content type="html" xml:base="http://pello.io/books/2021/05/23/among-us-cuento-1.html"><![CDATA[<div class="entry-content">
   <h3>Among Us, un cuento de terror espacial</h3>
   <p><i>por Pello Altadill y Josu Altadill</i></p>
   <img src="/images/amongus1.png" title="Descargar Among us, cuento de terror espacial">
   <p>Un grupo de personas son confinadas en una vieja nave espacial: pero puede que una de ellas no sea una persona. Sube a bordo para descubrir quién de los tripulantes es un impostor, pero recuerda: las apariencias engañan y no todos son quien parecen ser.</p>
    <h4>Descargar Among us, un cuento de terror espacial</h4>
    <ul>
        <li><a href="/filez/amongus/amongus/amongus_cuento1.pdf" title="Descargar Among us, cuento de terror espacial en PDF">Among us, PDF</a></li>
        <li><a href="/filez/amongus/amongus/amongus_cuento1_kindle.mobi" title="Descargar Among us, cuento de terror espacial en MOBI para Kindle">Among us, MOBI - Kindle</a></li>
        <li><a href="/filez/amongus/amongus/amongus_cuento1.epub" title="Descargar Among us, cuento de terror espacial en EPUB">Among us, EPUB</a></li>

    </ul>
</div>]]></content><author><name>Pello Altadill</name></author><category term="books" /><summary type="html"><![CDATA[Among Us, un cuento de terror espacial por Pello Altadill y Josu Altadill Un grupo de personas son confinadas en una vieja nave espacial: pero puede que una de ellas no sea una persona. Sube a bordo para descubrir quién de los tripulantes es un impostor, pero recuerda: las apariencias engañan y no todos son quien parecen ser. Descargar Among us, un cuento de terror espacial Among us, PDF Among us, MOBI - Kindle Among us, EPUB]]></summary></entry><entry><title type="html">Miniapi</title><link href="http://pello.io/code/2019/01/22/miniapi.html" rel="alternate" type="text/html" title="Miniapi" /><published>2019-01-22T12:45:00+00:00</published><updated>2019-01-22T12:45:00+00:00</updated><id>http://pello.io/code/2019/01/22/miniapi</id><content type="html" xml:base="http://pello.io/code/2019/01/22/miniapi.html"><![CDATA[<div class="entry-content">
It's a minimalistic API server.
You can <a href="https://www.npmjs.com/package/miniapi">download from npm</a>
<iframe width="560" height="315" src="https://www.youtube.com/embed/jP_Z5tedTNk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>]]></content><author><name>Pello Altadill</name></author><category term="code" /><summary type="html"><![CDATA[It's a minimalistic API server. You can download from npm]]></summary></entry><entry><title type="html">Incoming new Spring 5 book</title><link href="http://pello.io/java/spring/book/code/2017/11/11/incoming-spring5-book.html" rel="alternate" type="text/html" title="Incoming new Spring 5 book" /><published>2017-11-11T11:35:00+00:00</published><updated>2017-11-11T11:35:00+00:00</updated><id>http://pello.io/java/spring/book/code/2017/11/11/incoming-spring5-book</id><content type="html" xml:base="http://pello.io/java/spring/book/code/2017/11/11/incoming-spring5-book.html"><![CDATA[<div class="entry-content">
    <p><a href="http://eugeniaperez.es/wordpress/wp-content/uploads/2017/08/java.jpg"><img class="alignright size-medium wp-image-1242" title="Java Limpio" src="http://eugeniaperez.es/wordpress/wp-content/uploads/2017/08/java-300x184.jpg" alt="" width="300" height="184"></a>&nbsp;</p>
    <p style="text-align: justify;">By the end of summer the book titled “Java Limpio” was released. In the first third of the book the Java programming principles are covered with many specific details of the language. Then the attention is focused in the good programming practices that every single developer should master, despite the language is used: unit testing, refactoring, patterns, clean code, solid principles, lean and Scrum methodology. Actually the lack of technical disciplines makes the agile process to become just a simple business process without the ultimate goal: to make better software.</p>
    <p style="text-align: justify;">To become a good developer you should create maintainable, easy-to-read and clean code following good practices, and that is what Software Craftmanship is all about. But it is also necessary to know which tools could make our software easier to be developed and maintained. Anytime you are programming enterprise applications or any other kind of projects accessing data you will be applying common patterns such as MVC, DAO and dependency injection tools. There are frameworks for every language, but when it comes to Java, the indisputable leader after more than a decade is Spring.</p>
    <p style="text-align: justify;">At its core, Spring is a dependency injection framework that provides support for any features an application may need, such as database access, web development, aspects, and it is capable of work with many other available frameworks like Hibernate. For any developer willing to work with enterprise Java environment, Spring is a must, as well as other usual companions like Hibernate, and tools like Maven, Gradle, Git, etc. And whatsmore, all the technologies that have emerged over the last decade around the web, the noSQL databases and the like, are already available to be integrated with this framework.</p>
    <p style="text-align: justify;">According to this, we are preparing a book about Spring that hopefully will become a useful guide for modern JEE development. We have experience as a developers and also as teachers and mentors of this technologies, with other works published around these particular area. That allows us to meet the requirements not olny for developers looking for thorough references but also for those who are new to this software ecosystem.</p>
    <p style="text-align: justify;">This work will be long enough for those who need a first dive as well as deep enough for the already initiated that need updates on version 5 of Spring. Therefore the basic principles of dependency injection, aspects, data access, inversion of control, MVC projects and REST resources are covered throughout the book. In addition to that, a wide variety of areas will be exposed as Spring boot, different template engines, reactive spring, etc. Always showing simple proof of concept projects to quickly understand the idea; so once you get the ball rolling we will show how to implement complex developments involving different elements of a JEE project.</p>
</div>]]></content><author><name>Pello Altadill</name></author><category term="Java" /><category term="Spring" /><category term="book" /><category term="code" /><summary type="html"><![CDATA[&nbsp; By the end of summer the book titled “Java Limpio” was released. In the first third of the book the Java programming principles are covered with many specific details of the language. Then the attention is focused in the good programming practices that every single developer should master, despite the language is used: unit testing, refactoring, patterns, clean code, solid principles, lean and Scrum methodology. Actually the lack of technical disciplines makes the agile process to become just a simple business process without the ultimate goal: to make better software. To become a good developer you should create maintainable, easy-to-read and clean code following good practices, and that is what Software Craftmanship is all about. But it is also necessary to know which tools could make our software easier to be developed and maintained. Anytime you are programming enterprise applications or any other kind of projects accessing data you will be applying common patterns such as MVC, DAO and dependency injection tools. There are frameworks for every language, but when it comes to Java, the indisputable leader after more than a decade is Spring. At its core, Spring is a dependency injection framework that provides support for any features an application may need, such as database access, web development, aspects, and it is capable of work with many other available frameworks like Hibernate. For any developer willing to work with enterprise Java environment, Spring is a must, as well as other usual companions like Hibernate, and tools like Maven, Gradle, Git, etc. And whatsmore, all the technologies that have emerged over the last decade around the web, the noSQL databases and the like, are already available to be integrated with this framework. According to this, we are preparing a book about Spring that hopefully will become a useful guide for modern JEE development. We have experience as a developers and also as teachers and mentors of this technologies, with other works published around these particular area. That allows us to meet the requirements not olny for developers looking for thorough references but also for those who are new to this software ecosystem. This work will be long enough for those who need a first dive as well as deep enough for the already initiated that need updates on version 5 of Spring. Therefore the basic principles of dependency injection, aspects, data access, inversion of control, MVC projects and REST resources are covered throughout the book. In addition to that, a wide variety of areas will be exposed as Spring boot, different template engines, reactive spring, etc. Always showing simple proof of concept projects to quickly understand the idea; so once you get the ball rolling we will show how to implement complex developments involving different elements of a JEE project.]]></summary></entry><entry><title type="html">List tables with size in Oracle</title><link href="http://pello.io/oracle/db/relational/2017/08/02/oracle-table-size.html" rel="alternate" type="text/html" title="List tables with size in Oracle" /><published>2017-08-02T12:35:00+00:00</published><updated>2017-08-02T12:35:00+00:00</updated><id>http://pello.io/oracle/db/relational/2017/08/02/oracle-table-size</id><content type="html" xml:base="http://pello.io/oracle/db/relational/2017/08/02/oracle-table-size.html"><![CDATA[<p>You may need this to list all the tables from an Oracle tablespace with the record or row count
The list of tables comes from a SQL, but the rest must be done with PL/SQL</p>
<script src="https://gist.github.com/pxai/b606ccde1a2af61c39fbc0f5dc9afb9e.js"></script>]]></content><author><name>Pello Altadill</name></author><category term="oracle" /><category term="db" /><category term="relational" /><summary type="html"><![CDATA[You may need this to list all the tables from an Oracle tablespace with the record or row count The list of tables comes from a SQL, but the rest must be done with PL/SQL]]></summary></entry><entry><title type="html">Ruby</title><link href="http://pello.io/ruby/code/2017/08/02/ruby-lengoaia.html" rel="alternate" type="text/html" title="Ruby" /><published>2017-08-02T12:35:00+00:00</published><updated>2017-08-02T12:35:00+00:00</updated><id>http://pello.io/ruby/code/2017/08/02/ruby-lengoaia</id><content type="html" xml:base="http://pello.io/ruby/code/2017/08/02/ruby-lengoaia.html"><![CDATA[<div>
<a href="http://ruby.pello.io" title="Ruby programazio lengoaia ikasi">
    <img src="/images/rubyprogramaziolengoaia.png" title="Ruby lengoaia" alt="Ruby hastapenak">
</a>
</div>
<p>
Ruby programazio lengoaiari buruzko gida txiki hau egiten hasi naiz, Ruby on Rails-ekin egina.
Anima zaitezte Ruby ikastera, itxuraz xinplea baina ahaltsua den lengoai garbia da.
</p>
<div>
    <a href="http://ruby.pello.io" title="Ruby programazio lengoaia ikasi">
        Ruby ikastaroa ikusi
    </a>
</div>]]></content><author><name>Pello Altadill</name></author><category term="Ruby" /><category term="code" /><summary type="html"><![CDATA[Ruby programazio lengoaiari buruzko gida txiki hau egiten hasi naiz, Ruby on Rails-ekin egina. Anima zaitezte Ruby ikastera, itxuraz xinplea baina ahaltsua den lengoai garbia da. Ruby ikastaroa ikusi]]></summary></entry><entry><title type="html">React Homework Generator</title><link href="http://pello.io/coding/frameworks/react/2017/07/01/react-homework-generator.html" rel="alternate" type="text/html" title="React Homework Generator" /><published>2017-07-01T21:35:00+00:00</published><updated>2017-07-01T21:35:00+00:00</updated><id>http://pello.io/coding/frameworks/react/2017/07/01/react-homework-generator</id><content type="html" xml:base="http://pello.io/coding/frameworks/react/2017/07/01/react-homework-generator.html"><![CDATA[<p>This is a simple sample React App that shows the basic usage of this framework. It generetas simple arythmetic problems</p>
<p>The Apps has just a form where you can choose options like Student Name, difficulty,...</p>
<img src="/images/react-homework-generator-form.png" tile="App in execution" />
<p>And then, React generates some random operators, each of them is a Component</p>
<img src="/images/react-homework-generator.png" tile="App in execution" />
<h3>How was it made</h3>
<p>The App was started using Facebook's tool, which takes care of project scaffolding</p>
<p><pre >
  npm install -g create-react-app
</pre></p>

<p>And then</p>
<p><pre >
  create-react-app homework-generator
</pre></p>
<p>This creates a ready to edit,transpile, test and run your react code, in watch mode.</p>
<h3>Components</h3>
<h4>index.js</h4>
<script src="https://gist.github.com/pxai/0b8b6ce00c92987f1df01bb4ceaae123.js"></script>

<h4>App.js</h4>
<script src="https://gist.github.com/pxai/40fcc133a759d195e6d0b284697f3a4c.js"></script>

<h4>FormGenerate.js</h4>
<script src="https://gist.github.com/pxai/2c62077545d58e47865f7c5815cc369c.js"></script>

<h4>ExerciseGroup.js</h4>
<script src="https://gist.github.com/pxai/554de652c19efc71070c37d149cae6d5.js"></script>

<h4>Exercise.js</h4>
<script src="https://gist.github.com/pxai/8b9c5ca25d9a2d280d0c0cf44fc361c5.js"></script>

<h4>Testing App.js</h4>
<p>Just checks wether App.js crashes or not</p>
<script src="https://gist.github.com/pxai/dbec2a481efaa82dfdfc0d45577a9f09.js"></script>]]></content><author><name>Pello Altadill</name></author><category term="coding" /><category term="frameworks" /><category term="react" /><summary type="html"><![CDATA[This is a simple sample React App that shows the basic usage of this framework. It generetas simple arythmetic problems The Apps has just a form where you can choose options like Student Name, difficulty,... And then, React generates some random operators, each of them is a Component How was it made The App was started using Facebook's tool, which takes care of project scaffolding npm install -g create-react-app]]></summary></entry><entry><title type="html">React 00: HelloReact</title><link href="http://pello.io/coding/frameworks/react/2017/03/10/react00-helloreact.html" rel="alternate" type="text/html" title="React 00: HelloReact" /><published>2017-03-10T23:35:00+00:00</published><updated>2017-03-10T23:35:00+00:00</updated><id>http://pello.io/coding/frameworks/react/2017/03/10/react00-helloreact</id><content type="html" xml:base="http://pello.io/coding/frameworks/react/2017/03/10/react00-helloreact.html"><![CDATA[<p><a href="https://facebook.github.io/react/">React</a> is a JavaScript framework developed by Facebook to create user interfaces. The main advantage of React
  is that it manipulates the DOM faster than any other framework out there.</p>
<img src="/images/react-logo.png" />
<p>
React is all the rage and it seems to be a serious competitor for Angular. This is the typical hello world sample.
It uses two JavaScript libraries: React itself and ReactDOM needed to manage the DOM changes. It also
  uses <a href="https://babeljs.io/">Babel</a>, a library that lets us to use advanced ES6 syntax  that it translates to compatible JavaScript for any browser.
</p>
<p>
It is hosted on codepen:
</p>
<p data-height="265" data-theme-id="0" data-slug-hash="BWRJyy" data-default-tab="js,result" data-user="pelloxabier" data-embed-version="2" data-pen-title="Hello React" class="codepen">See the Pen <a href="https://codepen.io/pelloxabier/pen/BWRJyy/">Hello React</a> by pello (<a href="http://codepen.io/pelloxabier">@pelloxabier</a>) on <a href="http://codepen.io">CodePen</a>.</p>
<script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script>]]></content><author><name>Pello Altadill</name></author><category term="coding" /><category term="frameworks" /><category term="react" /><summary type="html"><![CDATA[React is a JavaScript framework developed by Facebook to create user interfaces. The main advantage of React is that it manipulates the DOM faster than any other framework out there. React is all the rage and it seems to be a serious competitor for Angular. This is the typical hello world sample. It uses two JavaScript libraries: React itself and ReactDOM needed to manage the DOM changes. It also uses Babel, a library that lets us to use advanced ES6 syntax that it translates to compatible JavaScript for any browser. It is hosted on codepen: See the Pen Hello React by pello (@pelloxabier) on CodePen.]]></summary></entry><entry><title type="html">Markdown template</title><link href="http://pello.io/markdown/template/2017/02/21/markdown-template.html" rel="alternate" type="text/html" title="Markdown template" /><published>2017-02-21T12:15:00+00:00</published><updated>2017-02-21T12:15:00+00:00</updated><id>http://pello.io/markdown/template/2017/02/21/markdown-template</id><content type="html" xml:base="http://pello.io/markdown/template/2017/02/21/markdown-template.html"><![CDATA[<h2 id="markdown-template">Markdown template</h2>

<p>Based on <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">Adams reference</a>
I made this on my own just for fun and learning and further improvement.</p>

<h4 id="contents">Contents</h4>
<p>This is the list of contents described in this template</p>
<ul>
  <li>Special emphasis</li>
  <li>Titles</li>
  <li>Lists</li>
  <li>Horizontal rules</li>
  <li>Links</li>
  <li>Images</li>
  <li>Youtube</li>
  <li>Tables</li>
  <li>Code</li>
  <li>Blockquotes</li>
</ul>

<h4 id="special-emphasis">Special emphasis</h4>
<p>You can get these effects</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>1. Italics with *asterisks* or _underscores_
2. Bold or Strong with **double asterisks** or __double underscore__
3. Both italic and bold **_with double asterisk and underscore_** or *__asterisk and double underscore__*
4. Strike or delete with using ~~tildes~~
</code></pre></div></div>
<ol>
  <li>Italics with <em>asterisks</em> or <em>underscores</em></li>
  <li>Bold or Strong with <strong>double asterisks</strong> or <strong>double underscore</strong></li>
  <li>Both italic and bold <strong><em>with double asterisk and underscore</em></strong> or <em><strong>asterisk and double underscore</strong></em></li>
  <li>Strike or delete with using <del>tildes</del></li>
</ol>

<h4 id="titles">Titles</h4>
<p>Titles have different sizes</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>## H1-like title
#### H2-like title
####H3-like title
#####H4-like title
######H5-like title
#######H6-like title
</code></pre></div></div>

<h2 id="h1-like-title">H1-like title</h2>
<h4 id="h2-like-title">H2-like title</h4>
<p>####H3-like title
#####H4-like title
######H5-like title
#######H6-like title</p>

<p>Other ways to create H1 and H2-like titles:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>H1-like title
=============
</code></pre></div></div>

<h1 id="h1-like-title-1">H1-like title</h1>
<p>and</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>H2-like title
-------------
</code></pre></div></div>

<h2 id="h2-like-title-1">H2-like title</h2>

<h4 id="lists">Lists</h4>
<p>Lists have different modes
####Ordered</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>1. Ordered 
2. With
3. Numbers
⋅1. Even with sublists ⋅2. Like this using dots
</code></pre></div></div>
<ol>
  <li>Ordered</li>
  <li>With</li>
  <li>Numbers
⋅1. Even with sublists ⋅2. Like this using dots</li>
</ol>

<p>####Unorderded list with</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>- Minuses -
- Plus sign +
- Asterisk *
</code></pre></div></div>

<ul>
  <li>Minuses -</li>
  <li>Plus sign +</li>
  <li>Asterisk *</li>
</ul>

<p>####Sublists</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>* Ordered or unordered
* Just use dots ··
··* Like this
··* Or this
* Use dots for indenting
···Just like this
</code></pre></div></div>
<ul>
  <li>Ordered or unordered</li>
  <li>Just use dots ··
··* Like this
··* Or this</li>
  <li>Use dots for indenting
···Just like this</li>
</ul>

<h4 id="horizontal-rules">Horizontal rules</h4>

<p>You can make the using three or more</p>
<ul>
  <li>Minuses, dashes or hyphens -</li>
  <li>Underscores _</li>
  <li>Asterisk *
```</li>
</ul>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>
With hyphens
--

With underscores
________

#### Links
Links can be made around text or any other element
</code></pre></div></div>
<p><a href="http://pello.io">Simple link to my page</a>
<a href="http://pello.io" title="My homepage">Simple link to my page</a>
<a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">Link to reference</a>
<a href="2017-02-21-markdown-template.md">Link to repository file</a>
<a href="https://github.com">Go to this reference</a>
<a href="http://reddit.com">Go to another reference</a>
We can just use angle brackets with urls like <a href="http://pello.io">http://pello.io</a></p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>####Simple link
[Simple link to my page](http://pello.io)

####Simple with title
[Simple link to my page](http://pello.io "My homepage")

####Link to reference
[Link to reference][Sample Reference]

####Link to reference
[Link to repository file](2017-02-21-markdown-template.md)

####Link to numbered reference
[Go to this reference][1]
[Go to another reference][2]

[Sample Reference]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
[1]: https://github.com
[2]: http://reddit.com

####Links with angle brackets
We can just use angle brackets with urls like &lt;http://pello.io&gt; 

#### Images
Images must be available online
</code></pre></div></div>
<p><img src="http://pello.io/images/logo.png" alt="alt text" title="This is the logo" /></p>

<p>With reference
![alt text][pellologo]
[pellologo]: (http://pello.io/images/logo.png “This is the logo”)</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>####Inline images
![alt text](http://pello.io/images/logo.png "This is the logo")

####Reference like images
![alt text][pellologo]
[pellologo]: (http://pello.io/images/logo.png "This is the logo")

#### Youtube videos
</code></pre></div></div>
<p><a href="http://www.youtube.com/watch?v=v0MkJtI3FvU"><img src="http://img.youtube.com/vi/v0MkJtI3FvU/0.jpg" alt="IMAGE ALT TEXT HERE" /></a></p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>We can't embbed but we could add a video link with a caption. You need to specify the video id
[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/v0MkJtI3FvU/0.jpg)](http://www.youtube.com/watch?v=v0MkJtI3FvU)

#### Tables
Tables are a bit tricky, they are made using pipes and dashes. Each header must have at least three dashes
of separation. Outer pipes are optional.
Notice that tables must not be perfectly aligned with the same number of spaces. 
####Simple table
</code></pre></div></div>
<p>| Id     | Name         | Description    |
| —— | ———— | ————– |
| 42     | Answer       | The answer     |
| 15     | Pretty       | Means pretty   |
| 666    | Evil         | Evil number    |</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>
| Id     | Name         | Description    |
| ------ | ------------ | -------------- |
| 42     | Answer       | The answer     |
| 15     | Pretty       | Means pretty   |
| 666    | Evil         | Evil number    |

####Alignment
Using special headers we can set content alignment in tables. Don't forget the spaces.
</code></pre></div></div>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>| Left     | Center       | Right  |
|:------ |:------------:| --------------:|
| 42     | Answer     | The answer   |
| 15     | Pretty     | Means pretty |
| 666    | Evil       | Evil number  |

####Nested markdown 
</code></pre></div></div>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Inside the cells we can still use markdown. 


| Id     | Name         | Description    |
| ------ | ------------ | -------------- |
| 42     | Answer       | The answer     |
| *15*   | *Pretty*       | *Means pretty*   |
| 666    | **Evil**         | Evil number    |


#### Code
Using triple back-ticks , we can somehow get the code style

####Simple word
</code></pre></div></div>
<p>We can just use backquotes to make a something in the middle of a paragraph to look like a code or command:
just <code class="language-plaintext highlighter-rouge">like this</code>, looking good?</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>We can just use backquotes to make a something in the middle of a paragraph to look like a code or command:
just `like this`, looking good?

####Code listing

</code></pre></div></div>
<p>Just using triple quotes
We get this effect of highlighted code</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>
####Syntax highlighting
For sites like GitHub, we add the language after the first back-ticks
```javascript
const number = 666;
function sample (parameter) {
    if (parameter) {
        return 666;
    } else {
        console.log('Crappy function this one');
    }
}
</code></pre></div></div>
<p>####Inline HTML</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>You can just use HTML tags in your code, and it will work in most cases
with simple tags &lt;strong&gt;like this&lt;/strong&gt;
</code></pre></div></div>
<p>You can just use HTML tags in your code, and it will work in most cases
with simple tags <strong>like this</strong></p>

<h4 id="blockquotes">Blockquotes</h4>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&gt; Hi there
&gt; This is a replay of an email
&gt; and it looks great
</code></pre></div></div>
<p>Looks like a reply</p>
<blockquote>
  <p>Hi there
This is a replay of an email
and it looks great.</p>
</blockquote>]]></content><author><name>Pello Altadill</name></author><category term="markdown" /><category term="template" /><summary type="html"><![CDATA[Markdown template [pellologo]: (http://pello.io/images/logo.png “This is the logo”) [pellologo]: (http://pello.io/images/logo.png “This is the logo”)]]></summary></entry><entry><title type="html">Docker Tutorial</title><link href="http://pello.io/docker,/devops/2016/12/04/docker-tutorial.html" rel="alternate" type="text/html" title="Docker Tutorial" /><published>2016-12-04T10:27:00+00:00</published><updated>2016-12-04T10:27:00+00:00</updated><id>http://pello.io/docker,/devops/2016/12/04/docker-tutorial</id><content type="html" xml:base="http://pello.io/docker,/devops/2016/12/04/docker-tutorial.html"><![CDATA[<h2>Docker Tutorial</h2>
<img src="/images/docker.png" title="Docker logo" alt="Docker logo">
<p>Un simple tutorial para iniciarse en la tecnología Docker, con un conjunto de escenarios típicos
combinando distintas tecnologías y escenarios: LAMP, MEAN, etc...</p>
<a href="/filez/Docker.pdf" title="Descargar tutorial de Docker">Descargar tutorial Docker</a>]]></content><author><name>Pello Altadill</name></author><category term="docker," /><category term="devops" /><summary type="html"><![CDATA[Docker Tutorial Un simple tutorial para iniciarse en la tecnología Docker, con un conjunto de escenarios típicos combinando distintas tecnologías y escenarios: LAMP, MEAN, etc... Descargar tutorial Docker]]></summary></entry><entry><title type="html">Scrum Tutorial</title><link href="http://pello.io/scrum,/tutorial/2016/11/05/scrum-tutorial.html" rel="alternate" type="text/html" title="Scrum Tutorial" /><published>2016-11-05T11:17:00+00:00</published><updated>2016-11-05T11:17:00+00:00</updated><id>http://pello.io/scrum,/tutorial/2016/11/05/scrum-tutorial</id><content type="html" xml:base="http://pello.io/scrum,/tutorial/2016/11/05/scrum-tutorial.html"><![CDATA[<h2>Scrum Tutorial</h2>
<img src="/images/scrumquest.jpg" title="Scrum tutorial logo" alt="Scrum tutorial">
<p>Este tutorial, narra a modo de historia la aplicación de la metodología Scrum en un
proyecto de software. Muestra los principales elementos de la metodología, sus roles
y artefactos.</p>
<a href="/filez/ScrumQuest.pdf" title="Descargar tutorial de Scrum">Descargar tutorial Scrum</a>]]></content><author><name>Pello Altadill</name></author><category term="scrum," /><category term="tutorial" /><summary type="html"><![CDATA[Scrum Tutorial Este tutorial, narra a modo de historia la aplicación de la metodología Scrum en un proyecto de software. Muestra los principales elementos de la metodología, sus roles y artefactos. Descargar tutorial Scrum]]></summary></entry></feed>