aboutsummaryrefslogtreecommitdiff
path: root/content/pages
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 14:05:48 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 14:05:48 +0200
commit9f5454bda6299db43a4e9de5b3716471388b81d9 (patch)
tree1ceedf64a4517a372d70efc2b6f4bbd9478ce792 /content/pages
parente728c3a2cbd06d95cd1226d3b23473816bd0d67e (diff)
downloadmitjafelicijan.com-9f5454bda6299db43a4e9de5b3716471388b81d9.tar.gz
Move blog to Hugo
Diffstat (limited to 'content/pages')
-rw-r--r--content/pages/books.md20
-rw-r--r--content/pages/curriculum-vitae.md83
2 files changed, 103 insertions, 0 deletions
diff --git a/content/pages/books.md b/content/pages/books.md
new file mode 100644
index 0000000..30f6ba6
--- /dev/null
+++ b/content/pages/books.md
@@ -0,0 +1,20 @@
1---
2title: Books I've read so far
3date: 2022-08-27
4url: books.html
5draft: false
6---
7
8I buy all the books I read from [Book Depository](https://www.bookdepository.com/). I don't borrow them, and I don't like e-books. I, however, own an e-reader, which I mostly use for reading articles. Tried some audiobooks in the past, and they can be hit-and-miss, so I try to stay away from them.
9## Year 2022
10
11- Quantum Theory: A Very Short Introduction ([Goodreads](https://www.goodreads.com/book/show/100049.Quantum_Theory))
12- The Essential Marcus Aurelius ([Goodreads](https://www.goodreads.com/book/show/2467557.The_Essential_Marcus_Aurelius))
13- Nim in Action ([Goodreads](https://www.goodreads.com/book/show/30724354-nim-in-action))
14- Flatland: A Romance of Many Dimensions ([Goodreads](https://www.goodreads.com/book/show/433567.Flatland))
15- Redis Cookbook ([Goodreads](https://www.goodreads.com/book/show/12481481-redis-cookbook))
16- Microservice Architecture ([Goodreads](https://www.goodreads.com/book/show/30827276-microservice-architecture-aligning-principles-practices-and-culture))
17- Robert Frost's Poems ([Goodreads](https://www.goodreads.com/book/show/12207.Robert_Frost_s_Poems))
18- A Clockwork Orange ([Goodreads](https://www.goodreads.com/book/show/41817486-a-clockwork-orange))
19- Spaceman: An Astronaut's Unlikely Journey to Unlock the Secrets of the Universe ([Goodreads](https://www.goodreads.com/book/show/28439264-spaceman))
20- The Physics of Star Trek ([Goodreads](https://www.goodreads.com/book/show/2104.The_Physics_of_Star_Trek))
diff --git a/content/pages/curriculum-vitae.md b/content/pages/curriculum-vitae.md
new file mode 100644
index 0000000..a4ba9e8
--- /dev/null
+++ b/content/pages/curriculum-vitae.md
@@ -0,0 +1,83 @@
1---
2title: Curriculum Vitae
3date: 2022-08-27
4url: curriculum-vitae.html
5draft: false
6---
7
8<style>
9 img {
10 width: auto !important;
11 left: initial !important;
12 margin: initial !important;
13 border: 0 !important;
14 }
15</style>
16
17<div class="cv-picture">
18
19![Picture](/cv/avatar.gif)
20
21</div>
22
23**Mitja Felicijan**
24
25Email me at *[m@mitjafelicijan.com](mailto:m@mitjafelicijan.com?subject=Website+CV+Contact)*
26
27## Technical experience
28
29- **Key languages:** Nim, Golang, Python, C, Bash.
30- **Platforms:** GNU/Linux, macOS.
31- **Interests:** Zigbee, KNX, Modbus, Machine to Machine, Embedded systems, Operating systems, Distributed systems, IOT, RDBMS, Algorithms, Database engine design, SQL, NoSQL, NewSQL, Big data analytics, Machine learning, Prediction algorithms, Realtime analytics, Systems automation, Natural language processing, Bioinformatics.
32
33## Major projects
34
35- SMS marketing system (2007)
36- Yacht management software (2008)
37- Smart Home Gateway (2009)
38- Moxa UPort 1130 USB to RS485 Universal Linux driver (2009)
39- Remote management of electricity meter (2009)
40- Remote management of blood pressure monitor (2010)
41- Infomat automation system (2010)
42- GPS Tourist - GIS Software (2011)
43- Minimal GNU/Linux distribution for embedded platforms (2011)
44- Digital Jukebox system (2012)
45- NanoCloudLogger - Machine to Machine (2012)
46- Street Lightning System (2012)
47- Smart cabins with hardware sensor management (2013)
48- Contextual advertising server (2015)
49- Network accessible database engine for caching and in-memory storage (2016)
50- Tick database engine specifically designed for storing and processing large amount of sensor data with high write throughput (2016)
51- Wireless industrial lighting management system - hardware and software (2016)
52- Minimal configuration reverse proxy (2017)
53- Industrial IOT platform for deployment on on-premise (2018)
54- Custom Platform as a service based on Docker Swarm (2018)
55- Toolkit for encoding binary data into DNA sequence (2019)
56- Minimal configuration reverse proxy with load balancing and rate limiting (2019)
57- E-ink conference room occupancy display, hardware and software solution (2019)
58
59## Employment history
60
61- Freelancer (2001 – Present)
62- Software developer at Mobinia (2005 – 2007)
63- Senior Software Engineer at Milk (2007 – 2009)
64- Co-Founder of UTS (2009 – 2015)
65- Senior Software Engineer at TSmedia (2015 - 2017)
66- Senior Software Engineer at Renderspace (2017 - 2019)
67- Senior Software Engineer at Digg (2019 - Present)
68
69## Awards
70
71- Regional Award for Innovation by Chamber of Commerce and Industry of Slovenia for project Intelligent system management and regulation of Street Lighting, 2010
72- National Award for Innovation by Chamber of Commerce and Industry of Slovenia for project Intelligent system management and regulation of Street Lighting, 2010
73
74## Key responsibilities
75
76- Embedded platform development.
77- Hardware design and driver development.
78- Designing, developing and testing systems.
79- Implementation of the systems.
80- Writing and maintaining user and technical documents.
81- Development and maintenance of the project.
82- Code revision, testing and output.
83- Work on the enhancement suggested by the customers and fixes the bugs reported.