-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (27 loc) · 1.93 KB
/
index.html
File metadata and controls
42 lines (27 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: default
title: Braincrafted
---
<p><a href="http://florianeckerstorfer.com">Florian Eckerstorfer</a> studies Software Engineering & Internet Computing and Innovation and works as web developer in Vienna. Braincrafted is his creative coding outlet, where he publishes Open Source code and the result of weekend or late night coding sessions.</p>
<h2>Articles</h2>
<ul class="posts">
{% for post in site.posts %}
<li><a href="{{ post.new_url }}">{{ post.title }}</a> (<span>{{ post.date | date_to_string }}</span>)</li>
{% endfor %}
</ul>
<h2>Open Source <3</h2>
<ul class="project-list">
<li><strong><a href="http://bootstrap.braincrafted.com">Bootstrap for Symfony2</a></strong> is a bundle for the Symfony2 framework that integrates Twitter Bootstrap. It provides templates for form widgets, menus and pagination and Twig tags.</li>
</ul>
<h2>Projects</h2>
<p>Hang tight, buddy. In the mean time my previous portfolio is still online: <a href="http://theroadtojoy.at">TRTJ</a>.
<ul class="project-list">
<li><strong><a href="/statusboard/lasttrack">Last Track</a></strong> is a widget for the StatusBoard app from Panic for iPad that displays the last played track from Last.fm</li>
</ul>
<h2>Experiments</h2>
<p>Sometimes its nice to experience with new technologies and try things out even if you can't use them in product.</p>
<ul class="project-list">
<li><strong><a href="https://github.com/braincrafted/mq">BcMq</a></strong> is an asynchronous message queue written in PHP. There is also <a href="https://github.com/braincrafted/mq-bundle">BcMqBundle</a> to use it in Symfony2 projects.</li>
</ul>
<h2>It's a wired world</h2>
<p>Subscribe to the Braincrafted <a href="/atom.xml">feed</a>, follow @braincrafted on <a href="http://twitter.com/braincrafted">Twitter</a> or <a href="https://alpha.app.net/braincrafted">App.net</a> and fork some code on <a href="http://github.com/braincrafted">Github</a>. Spread the love.