From 5845a5be3c0cc86d6fca3c44e26f9cbf77931a05 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 8 Jan 2019 16:08:02 +0100 Subject: Added author and update on editor --- _posts/2015-11-10-software-development-pitfalls.md | 2 ++ ...lly-destroyed-the-joy-of-product-development.md | 2 ++ ...nd-why-i-choose-classic-vms-and-digitalocean.md | 2 ++ _posts/2017-03-07-golang-profiling-simplified.md | 8 ++++-- ...-10-what-its-like-to-be-a-software-developer.md | 2 ++ ...04-17-what-i-ve-learned-developing-ad-server.md | 2 ++ ...ng-python-web-applications-with-visual-tools.md | 2 ++ _posts/2017-08-11-simple-iot-application.md | 8 ++++-- ...digitalocean-spaces-object-storage-with-fuse.md | 2 ++ ...2018-08-05-the-bullshit-web-developments-pov.md | 32 ++++++++++++---------- 10 files changed, 41 insertions(+), 21 deletions(-) (limited to '_posts') diff --git a/_posts/2015-11-10-software-development-pitfalls.md b/_posts/2015-11-10-software-development-pitfalls.md index 5e7279c..ffee159 100644 --- a/_posts/2015-11-10-software-development-pitfalls.md +++ b/_posts/2015-11-10-software-development-pitfalls.md @@ -1,7 +1,9 @@ --- + layout: post title: Software development and my favorite pitfalls description: Couple of observations regarding project management. + --- **Table of contents** diff --git a/_posts/2016-10-14-how-we-successfully-destroyed-the-joy-of-product-development.md b/_posts/2016-10-14-how-we-successfully-destroyed-the-joy-of-product-development.md index 28c936a..45028ad 100644 --- a/_posts/2016-10-14-how-we-successfully-destroyed-the-joy-of-product-development.md +++ b/_posts/2016-10-14-how-we-successfully-destroyed-the-joy-of-product-development.md @@ -1,7 +1,9 @@ --- + layout: post title: How we successfully destroyed the joy of product development description: My take on project development. + --- No matter how hard we try to reinvent processes in software development we still haven’t found perfect solution for this. And to dismiss SDLC just because it’s something old is as ridiculous as the concept of designers being user experience gurus. As I have written couple of times before designers have their place and is not in the UX community. Most of them probably never heard of Jakob Nielsen and this proves a lot. Don’t get me wrong. There are designers out there that are absolutely amazing in what they do, but most of them are not. Good design has little to do with how things look in my opinion. But it has very much to do with how product behaves. And to take a chance on design look only is scary to me. 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 29a3124..c55af32 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 @@ -1,7 +1,9 @@ --- + layout: post title: GCE, AWS, Docker and why I choose classic VM’s and DigitalOcean for my current project description: Reasons why I choose DigitalOcean for my project + --- **Table of contents** diff --git a/_posts/2017-03-07-golang-profiling-simplified.md b/_posts/2017-03-07-golang-profiling-simplified.md index 2b5a262..4c7266c 100644 --- a/_posts/2017-03-07-golang-profiling-simplified.md +++ b/_posts/2017-03-07-golang-profiling-simplified.md @@ -1,7 +1,9 @@ --- + layout: post title: Golang profiling simplified description: Golang profiling made easy + --- **Table of contents** @@ -9,9 +11,9 @@ description: Golang profiling made easy 1. [Where are my pprof files?](#where-are-my-pprof-files) 2. [Why is my cpu profile empty?](#why-is-my-cpu-profile-empty) 3. [Profiling](#profiling) - 1. [Memory profiling](#memory-profiling) - 2. [CPU profiling](#cpu-profiling) - 3. [Generating profiling reports](#generating-profiling-reports) + 1. [Memory profiling](#memory-profiling) + 2. [CPU profiling](#cpu-profiling) + 3. [Generating profiling reports](#generating-profiling-reports) Many posts have been written regarding profiling in Golang and I haven’t found proper tutorial regarding this. Almost all of them are missing some part of important information and it gets pretty frustrating when you have a deadline and are not finding simple distilled solution. diff --git a/_posts/2017-04-10-what-its-like-to-be-a-software-developer.md b/_posts/2017-04-10-what-its-like-to-be-a-software-developer.md index 52f5861..f18f5dd 100644 --- a/_posts/2017-04-10-what-its-like-to-be-a-software-developer.md +++ b/_posts/2017-04-10-what-its-like-to-be-a-software-developer.md @@ -1,7 +1,9 @@ --- + layout: post title: What it's like to be a software developer description: Couple of observations regarding project management + --- I get asked a lot what the hell I actually do. I find it funny but I guess it is my fault in most cases. I try not to be the kind of a man that is always talking about his work. I live in a small village and most of my neighbours probably have no idea what I actually do. And I am ok with that. I prefer this. But on some occasions I find it disturbing how people judge other people just because they don't understand what they are all about. Many of them probably think I am some strange kind of a looser that is awake all the time and works from home. He probably plays games and type on a computer :) What kind of a job is that? That is no job at all! :) You work for eight hours, then you go home and drink a beer and go work in your workshop. This is what real men do! 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 1cb3ba1..bfacd6f 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 @@ -1,7 +1,9 @@ --- + layout: post title: What I've learned developing ad server description: Lessons I learned developing contextual ad server + --- **Table of contents** 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 864e4a5..dcd8ce1 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 @@ -1,7 +1,9 @@ --- + layout: post title: Profiling Python web applications with visual tools description: Missing link when debugging and profiling python web applications + --- **Table of contents** diff --git a/_posts/2017-08-11-simple-iot-application.md b/_posts/2017-08-11-simple-iot-application.md index 4c506f3..cd0179e 100644 --- a/_posts/2017-08-11-simple-iot-application.md +++ b/_posts/2017-08-11-simple-iot-application.md @@ -1,16 +1,18 @@ --- + layout: post title: Simple IOT application supported by real-time monitoring and data history description: Develop simple IOT application with Arduino MKR1000 and Python + --- **Table of contents** 1. [Initial thoughts](#initial-thoughts) 2. [Simple Python API](#simple-python-api) - 1. [Basic web application](#basic-web-application) - 2. [Web application security](#web-application-security) - 3. [Simple API for writing data-points](#simple-api-for-writing-data-points) + 1. [Basic web application](#basic-web-application) + 2. [Web application security](#web-application-security) + 3. [Simple API for writing data-points](#simple-api-for-writing-data-points) 3. [Sending data to API with Arduino MKR1000](#sending-data-to-api-with-arduino-mkr1000) 4. [Data visualization](#data-visualization) 5. [Conclusion](#conclusion) 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 dc2b90c..4eccd25 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 @@ -1,7 +1,9 @@ --- + layout: post title: Using DigitalOcean Spaces Object Storage with FUSE description: Using DigitalOcean Spaces Object Storage with FUSE + --- **Table of contents** 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 8816b4b..b8346f6 100644 --- a/_posts/2018-08-05-the-bullshit-web-developments-pov.md +++ b/_posts/2018-08-05-the-bullshit-web-developments-pov.md @@ -1,7 +1,9 @@ --- + layout: post title: The Bullshit Web - Development's Point of View description: State of front-end development and what this does to the future of web + --- **Table of contents** @@ -92,20 +94,20 @@ All this directly impacts performanse. Terabytes of bandwidth wasted because the Here are some examples of loading times. It's up to you to decide if this really is the best way to do web. -| URL | Num of requests | Transfered | Finish | DOMContentLoaded | Load | -| ------------------ | --------------- | ---------- | ------- | ---------------- | ------ | -| cnn.com | 134 | 3.22 MB | 4.7 s | 575 ms | 3.60 s | -| youtube.com | 61 | 1.8 MB | 5.13 s | 1.78 s | 1.97 s | -| wikipedia.com | 11 | 64.5 KB | 642 ms | 531 ms | 573 ms | -| reddit.com | 177 | 12.9 MB | 7.65 s | 2.03 s | 3.74 s | -| amazon.com | 278 | 8.0 MB | 5.20 s | 1.15s | 2.99 s | -| twitter.com | 202 | 5.1 MB | 23.48 s | 3.20 s | 4.55 s | -| twitch.tv | 177 | 4.4 MB | 5.08 s | 579 ms | 798 ms | -| microsoft.com | 77 | 1.1 MB | 3.96 s | 1.01 s | 1.26 s | -| huffingtonpost.com | 134 | 2.9 MB | 2.30 s | 789 ms | 1.47 s | -| nytimes.com | 240 | 2.9 MB | 4.64 s | 1.30 s | 4.29 s | -| foxnews.com | 195 | 1.7 MB | 4.42 s | 1.25 s | 3.86 s | -| theguardian.com | 203 | 2.8 MB | 2.75 s | 784 ms | 2.43 s | -| bbc.com | 127 | 1.3 MB | 3.44 s | 1.24 s | 2.65 s | +| URL | # req | Transfered | Finish | DOM Content Loaded | Load | +| ------------------ | ----- | ---------- | ------- | ------------------ | ------ | +| cnn.com | 134 | 3.22 MB | 4.7 s | 575 ms | 3.60 s | +| youtube.com | 61 | 1.8 MB | 5.13 s | 1.78 s | 1.97 s | +| wikipedia.com | 11 | 64.5 KB | 642 ms | 531 ms | 573 ms | +| reddit.com | 177 | 12.9 MB | 7.65 s | 2.03 s | 3.74 s | +| amazon.com | 278 | 8.0 MB | 5.20 s | 1.15s | 2.99 s | +| twitter.com | 202 | 5.1 MB | 23.48 s | 3.20 s | 4.55 s | +| twitch.tv | 177 | 4.4 MB | 5.08 s | 579 ms | 798 ms | +| microsoft.com | 77 | 1.1 MB | 3.96 s | 1.01 s | 1.26 s | +| huffingtonpost.com | 134 | 2.9 MB | 2.30 s | 789 ms | 1.47 s | +| nytimes.com | 240 | 2.9 MB | 4.64 s | 1.30 s | 4.29 s | +| foxnews.com | 195 | 1.7 MB | 4.42 s | 1.25 s | 3.86 s | +| theguardian.com | 203 | 2.8 MB | 2.75 s | 784 ms | 2.43 s | +| bbc.com | 127 | 1.3 MB | 3.44 s | 1.24 s | 2.65 s | Chrome Browser Developer tools was used to measure load times. -- cgit v1.2.3