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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Julien Bisconti</title>
<link>https://average.joe.dev/</link>
<description>Recent content on Julien Bisconti</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 18 Mar 2020 23:03:28 +0200</lastBuildDate>
<atom:link href="https://average.joe.dev/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Awesome-Docker</title>
<link>https://average.joe.dev/project/docker/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://average.joe.dev/project/docker/</guid>
<description></description>
</item>
<item>
<title>Chaos Engineering Working Group</title>
<link>https://average.joe.dev/project/cewg/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://average.joe.dev/project/cewg/</guid>
<description></description>
</item>
<item>
<title>Compiling C dependencies for Rust and node-gyp on MacOSX Catalina</title>
<link>https://average.joe.dev/post/rust-compile-c-osx/</link>
<pubDate>Wed, 18 Mar 2020 23:03:28 +0200</pubDate>
<guid>https://average.joe.dev/post/rust-compile-c-osx/</guid>
<description>Quick story first. A weed smoker died. He did bad things during his life and was sent to hell. Arriving there, he saw an endless field of plants (marijuana) and in the middle, sitting there, Jimmy Hendrix and Bob Marley, rolling a massive join. He ran towards them and say: - &quot;Hi, big fan, quick question. I thought this was going to be hell! But with all that weed, I must be in heaven.</description>
</item>
<item>
<title>Successful Opensource Projects</title>
<link>https://average.joe.dev/post/successful-opensource-project/</link>
<pubDate>Sun, 24 Mar 2019 15:39:01 +0100</pubDate>
<guid>https://average.joe.dev/post/successful-opensource-project/</guid>
<description>This is the feedback that I sent to someone who is trying to make it in the open source world. Today is Sunday, I don&rsquo;t have a lot of free time, so here it is:
Since I know how hard it is to thrive in open source, please allow me to be brutally honest in the feedback. I might use strong words but it&rsquo;s because I try to make you understand how to succeed in your project.</description>
</item>
<item>
<title>Chaos Engineering With Service Mesh</title>
<link>https://average.joe.dev/post/chaos-engineering-with-service-mesh/</link>
<pubDate>Fri, 22 Jun 2018 23:03:28 +0200</pubDate>
<guid>https://average.joe.dev/post/chaos-engineering-with-service-mesh/</guid>
<description>I&rsquo;ve been trying out Istio for a while now in order to fully grasp what is a service mesh and how to set it up. I made a presentation for the local CNCF meetup in Stockholm where I live.
The demo took the most time to prepare and there was a lot of material to cover but it got me going. Hopefully, I can record the presentation and put it online.</description>
</item>
<item>
<title>โ๏ธ Google Cloud Training Day</title>
<link>https://average.joe.dev/post/google_cloud_training/</link>
<pubDate>Wed, 23 May 2018 17:10:48 +0200</pubDate>
<guid>https://average.joe.dev/post/google_cloud_training/</guid>
<description>1 day free event workshop in Stockholm It&rsquo;s a one day event where anybody can attend for free in order to see what&rsquo;s available in the cloud build by Google. Here is what the summary of that day. At 8.00 sharp, the doors open to many people who were already waiting. By waiting I mean playing with their phone, like I&rsquo;m doing right now because I&rsquo;m writing this blog post. The presentation starts and it is a very well polished, very high level with technical anecdotes.</description>
</item>
<item>
<title>๐ป Those bash commands we love</title>
<link>https://average.joe.dev/post/those-bash-commands-we-love/</link>
<pubDate>Tue, 22 May 2018 14:22:13 +0200</pubDate>
<guid>https://average.joe.dev/post/those-bash-commands-we-love/</guid>
<description>The era of the terminal Looking back at the time of the mainframe with dummy terminal clients and their black/green screen, it makes me wonder if things really change that much. I guess it&rsquo;s like in everything, some things change, some don&rsquo;t. Deal with it.
If you spend a decent amount of time in a terminal, you might have realized that there are some tasks that are tedious and error prone such as copy pasting a super long string (ssh public key) or some pods name from a kubernetes cluster.</description>
</item>
<item>
<title>๐ ClojureScript HTTP data fetching</title>
<link>https://average.joe.dev/post/simple-http-request-in-cljs/</link>
<pubDate>Tue, 06 Dec 2016 19:54:04 +0700</pubDate>
<guid>https://average.joe.dev/post/simple-http-request-in-cljs/</guid>
<description>ClojureScript HTTP data fetching In ClojureScript, there is a very helpful library that is a wrapper around XHR. It is called cljs-http.
In order to use it, we have to use the core.async library. core.async was design to work on the JVM to handle concurrent threads. JavaScript is single threaded but the concept is the same: passing message.
Simple HTTP request It is helpful to know how to get data from a server when building a website or an app.</description>
</item>
<item>
<title>Ansible Oh-my-Zsh</title>
<link>https://average.joe.dev/project/kim/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://average.joe.dev/project/kim/</guid>
<description></description>
</item>
<item>
<title>Redis data estimation</title>
<link>https://average.joe.dev/project/redis-data/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://average.joe.dev/project/redis-data/</guid>
<description></description>
</item>
<item>
<title>VS Code theme for JavaScript</title>
<link>https://average.joe.dev/project/theme-vscode/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://average.joe.dev/project/theme-vscode/</guid>
<description></description>
</item>
</channel>
</rss>