aboutsummaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 16:05:11 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 16:05:11 +0200
commit2331b1a5ab3be7f86cb82203d859fea843c27098 (patch)
tree3293af92968f7e354ef21ea83bc0f8cd14b71eab /_posts
parentcf74a24f4bf82bede5353af08f6f1927cac01782 (diff)
downloadmitjafelicijan.com-2331b1a5ab3be7f86cb82203d859fea843c27098.tar.gz
update
Diffstat (limited to '_posts')
-rw-r--r--_posts/2015-11-10-software-development-pitfalls.md2
-rw-r--r--_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md2
-rw-r--r--_posts/2017-03-07-golang-profiling-simplified.md2
-rw-r--r--_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md2
-rw-r--r--_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md2
-rw-r--r--_posts/2017-08-11-simple-iot-application.md2
-rw-r--r--_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md2
-rw-r--r--_posts/2018-08-05-the-bullshit-web-developments-pov.md2
8 files changed, 8 insertions, 8 deletions
diff --git a/_posts/2015-11-10-software-development-pitfalls.md b/_posts/2015-11-10-software-development-pitfalls.md
index 69aa77d..b10ebc0 100644
--- a/_posts/2015-11-10-software-development-pitfalls.md
+++ b/_posts/2015-11-10-software-development-pitfalls.md
@@ -4,7 +4,7 @@ title: Software development and my favorite pitfalls
4description: Couple of observations regarding project management. 4description: Couple of observations regarding project management.
5--- 5---
6 6
7**Table of content** 7**Table of contents**
8 8
9- [Initial thoughts](#initial-thoughts) 9- [Initial thoughts](#initial-thoughts)
10- [Ping emails](#ping-emails) 10- [Ping emails](#ping-emails)
diff --git a/_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md b/_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md
index 17714b1..20dc928 100644
--- a/_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md
+++ b/_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md
@@ -4,7 +4,7 @@ title: GCE, AWS, Docker and why I choose classic VM’s and DigitalOcean for my
4description: Reasons why I choose DigitalOcean for my project 4description: Reasons why I choose DigitalOcean for my project
5--- 5---
6 6
7**Table of content** 7**Table of contents**
8 8
9- [Docker tools and complexity that comes with it](#docker-tools-and-complexity-that-comes-with-it) 9- [Docker tools and complexity that comes with it](#docker-tools-and-complexity-that-comes-with-it)
10- [Lack of real life examples of Docker in action](#lack-of-real-life-examples-of-docker-in-action) 10- [Lack of real life examples of Docker in action](#lack-of-real-life-examples-of-docker-in-action)
diff --git a/_posts/2017-03-07-golang-profiling-simplified.md b/_posts/2017-03-07-golang-profiling-simplified.md
index 5b9f6ed..c6cf78e 100644
--- a/_posts/2017-03-07-golang-profiling-simplified.md
+++ b/_posts/2017-03-07-golang-profiling-simplified.md
@@ -4,7 +4,7 @@ title: Golang profiling simplified
4description: Golang profiling made easy 4description: Golang profiling made easy
5--- 5---
6 6
7**Table of content** 7**Table of contents**
8 8
9- [Where are my pprof files?](#where-are-my-pprof-files) 9- [Where are my pprof files?](#where-are-my-pprof-files)
10- [Why is my cpu profile empty?](#why-is-my-cpu-profile-empty) 10- [Why is my cpu profile empty?](#why-is-my-cpu-profile-empty)
diff --git a/_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md b/_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md
index 5de4cf5..f98808b 100644
--- a/_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md
+++ b/_posts/2017-04-17-what-i-ve-learned-developing-ad-server.md
@@ -4,7 +4,7 @@ title: What I've learned developing ad server
4description: Lessons I learned developing contextual ad server 4description: Lessons I learned developing contextual ad server
5--- 5---
6 6
7**Table of content** 7**Table of contents**
8 8
9- [Aggregate everything](#aggregate-everything) 9- [Aggregate everything](#aggregate-everything)
10- [Measure everything](#measure-everything) 10- [Measure everything](#measure-everything)
diff --git a/_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md b/_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md
index ca5dbdd..b40c98d 100644
--- a/_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md
+++ b/_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md
@@ -4,7 +4,7 @@ title: Profiling Python web applications with visual tools
4description: Missing link when debugging and profiling python web applications 4description: Missing link when debugging and profiling python web applications
5--- 5---
6 6
7**Table of content** 7**Table of contents**
8 8
9- [Simple web-service](#simple-web-service) 9- [Simple web-service](#simple-web-service)
10- [Visualize profile](#visualize-profile) 10- [Visualize profile](#visualize-profile)
diff --git a/_posts/2017-08-11-simple-iot-application.md b/_posts/2017-08-11-simple-iot-application.md
index 5774b66..2288a7e 100644
--- a/_posts/2017-08-11-simple-iot-application.md
+++ b/_posts/2017-08-11-simple-iot-application.md
@@ -4,7 +4,7 @@ title: Simple IOT application supported by real-time monitoring and data history
4description: Develop simple IOT application with Arduino MKR1000 and Python 4description: Develop simple IOT application with Arduino MKR1000 and Python
5--- 5---
6 6
7**Table of content** 7**Table of contents**
8 8
9- [Initial thoughts](#initial-thoughts) 9- [Initial thoughts](#initial-thoughts)
10- [Simple Python API](#simple-python-api) 10- [Simple Python API](#simple-python-api)
diff --git a/_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md b/_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md
index 6b89e2b..bd1047e 100644
--- a/_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md
+++ b/_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md
@@ -4,7 +4,7 @@ title: Using DigitalOcean Spaces Object Storage with FUSE
4description: Using DigitalOcean Spaces Object Storage with FUSE 4description: Using DigitalOcean Spaces Object Storage with FUSE
5--- 5---
6 6
7**Table of content** 7**Table of contents**
8 8
9- [Is it possible to use them as a mounted drive with FUSE?](#is-it-possible-to-use-them-as-a-mounted-drive-with-fuse) 9- [Is it possible to use them as a mounted drive with FUSE?](#is-it-possible-to-use-them-as-a-mounted-drive-with-fuse)
10- [Will the performance degrade over time and over different sizes of objects?](#will-the-performance-degrade-over-time-and-over-different-sizes-of-objects) 10- [Will the performance degrade over time and over different sizes of objects?](#will-the-performance-degrade-over-time-and-over-different-sizes-of-objects)
diff --git a/_posts/2018-08-05-the-bullshit-web-developments-pov.md b/_posts/2018-08-05-the-bullshit-web-developments-pov.md
index 867f260..fc2fd16 100644
--- a/_posts/2018-08-05-the-bullshit-web-developments-pov.md
+++ b/_posts/2018-08-05-the-bullshit-web-developments-pov.md
@@ -4,7 +4,7 @@ title: The Bullshit Web - Development's POV
4description: State of front-end development and what this does to the future of web 4description: State of front-end development and what this does to the future of web
5--- 5---
6 6
7**Table of content** 7**Table of contents**
8 8
9- [Initial thoughts](#initial-thoughts) 9- [Initial thoughts](#initial-thoughts)
10- [Front-end frameworks](#front-end-frameworks) 10- [Front-end frameworks](#front-end-frameworks)