Skip to content

Commit 4cd4ada

Browse files
committed
Merge pull request hoodiehq#206 from hoodiehq/summer-end
feat(blog): we have been busy blog post
2 parents b602ffd + 2c00cde commit 4cd4ada

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: "We. Have. Been. Busy!"
3+
author: Jan
4+
layout: blog-post-tgif
5+
comments: true
6+
---
7+
8+
*phew* what a summer (and fall)! The Hoodie community has been very busy, and at the same time, we’ve neglected the blog a little bit. This will be fixed now and we’ll start with getting you up to speed what has happened in the past <strike>three</strike> five months.
9+
10+
This is a mini-series that we’ll publish every Tuesday for the next four weeks. We’ll start with this brief overview and and then, in each issue, go into details about what happened.
11+
12+
*If you want to get involved with the publication process on the Hoodie blog, or the project in general: [we are actively recruiting and editorial team](https://github.com/hoodiehq/discussion/issues/84).*
13+
14+
Here are the highlights
15+
16+
## 1. Hoodie 1.0 milestones closing in
17+
18+
We made some **significant progress** on [the Hoodie 1.0 milestones](http://gr2m.github.io/milestones/). Most notably, we ["completely re-structured how Hoodie is put together, tested and released](https://github.com/hoodiehq/discussion/issues/76). This work is already available in our new @next tag on npm, albeit not 100% functional yet. If you are keen on giving it a spin and help fix missing features, run *npm install hoodie@next* to get the work-in-progress version. See [https://github.com/hoodiehq/hoodie](https://github.com/hoodiehq/hoodie) for more details and a a way to find and file issues. The main work is done in the [Client](https://github.com/hoodiehq/hoodie-client), [Server](https://github.com/hoodiehq/hoodie-server) and [Admin Dashboard](https://github.com/hoodiehq/hoodie-admin-dashboard) modules.
19+
20+
21+
## 2. JSConf EU, CSSconf EU, Reject.js & OTSConf
22+
23+
Conferences Galore! — The Hoodie community has been actively involved in organising, attending and speaking at [JSConf EU](http://2015.jsconf.eu), [CSSconf EU](http://2015.cssconf.eu), [Reject.js](http://rejectjs.org) and [OTSConf](https://otsconf.com).
24+
25+
That was A LOT of conferencing, but we managed to meet SO MANY great people and hand out Hoodie stickers and get everyone excited about the future :)
26+
27+
Here’s a group picture from the JSConf EU-delegation of the Hoodie community.
28+
29+
<a data-flickr-embed="true" href="https://www.flickr.com/photos/blank22763/21840012061/in/dateposted/" title="Untitled"><img src="https://farm1.staticflickr.com/584/21840012061_84207361b8_h.jpg" width="1600" height="1133" alt="Untitled"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>
30+
31+
Featuring (from left to right):
32+
[@janl](https://twitter.com/janl), [@boennemann](https://twitter.com/boennemann), [@misprintedtype](https://twitter.com/misprintedtype), [@christophwitzko](https://twitter.com/christophwitzko), [@lewiscowper](https://twitter.com/lewiscowper), [@hipsterbrown](https://twitter.com/hipsterbrown), [@anderspree](https://twitter.com/anderspree), [@espylaub](https://twitter.com/espylaub), [@gr2m](https://twitter.com/gr2m) & [@autofocus](https://twitter.com/autofocus).
33+
34+
## 3. Greenkeeper
35+
36+
As if we hadn’t been busy enough already, Neighbourhoodie Software, the company that helps finance Hoodie, launched a new product: [Greenkeeper](http://greenkeeper.io).
37+
38+
![http://greenkeeper.io](/dist1/blog/2015/11/greenkeeper.png)
39+
40+
Greenkeeper came out of something we wanted for Hoodie anyway, and we found it useful in a client project, so we made a product out of it for everyone, why not! :)
41+
42+
In short, Greenkeeper monitors your npm-modules and sends you a Pull Request, every time one of your dependencies updates. The Pull Request then runs your tests and you see if you can safely upgrade to the new version right there, without having to do any of the installation manually. We find it super useful, and since its launch, Greenkeeper has already sent over 18000 pull requests to packages that help developers make sure their code doesn’t break.
43+
44+
* * *
45+
46+
With that, we are back! 🎉

dist1/blog/2015/11/greenkeeper.png

27.7 KB
Loading

0 commit comments

Comments
 (0)