diff --git a/README.md b/README.md index 6380b3a..cba7e65 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Faultier-CV -![](media/logo.png) +
+ +
+ This is a CV generator that allows you to generate and modify your CV in seconds without any overhead. @@ -11,4 +14,6 @@ The name Faultier-CV is a combination of the german word "Faultier" (which means ## Features - Generate and Edit your CV in seconds - Save your CV as a JSON file and load it again later -- export your CV as a HTML file \ No newline at end of file +- export your CV as a HTML file + +Note: if you want a PDF version of your CV, you can simply print the HTML file as a PDF. \ No newline at end of file diff --git a/dist/bundle.js b/dist/bundle.js index 43b81c5..f47e4ac 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -9199,7 +9199,7 @@ eval("\n\n/* istanbul ignore next */\nfunction styleTagTransform(css, styleElem /***/ ((__unused_webpack_module, exports) => { "use strict"; -eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.defaults = void 0;\nexports.defaults = {\n markdown: \"# Mia\\nSoftware Developer\\n\\n[📧 Email](mailto:career@i5h.eu) \\n[🌍 Web](https://heidenstedt.org) \\n[🛠GitHub](https://github.com/i5heu) \\n[🐦Twitter](https://twitter.com/MiauPub) \\n[🔗LinkedIn](https://www.linkedin.com/in/mia-heidenstedt-7198ab145/ ) \\n[🖇Xing](https://www.xing.com/profile/Mia_Heidenstedt/cv)\\n\\n| | |\\n|---|---|\\n| Location: | Ulm, Germany |\\n| Pronouns: | She/Her |\\n| Phone: | Available on request |\\n| Human Languages: | German, English |\\n\\n## Skills\\n\\n> ### Key Skills \\n> Golang, TypeScript, SQL, Node\\n\\n#### Languages\\nC#, CSS, HTML, JavaScript, PHP, Python, Liquid, Rust\\n\\n#### Frameworks\\nSymfony, Doctrine, Selenium, Jest, Codeception, Svelte, Vue, Redux\\n\\n#### Databases\\nMySql, CouchDB, RocksDB, PouchDB, Redis, SQLite, Postgres\\n\\n#### Systems\\nLinux (Debian / Ubuntu), Nginx, Shell-Scripting, Git, Mercurial, Docker, IPFS, Shopify, Node, Github-Actions, Google Cloud Functions, WASM etc.\\n\\n## Experience\\n\\n> ### Golang Developer @ Fireball Labs GmbH\\n> April 2022 - October 2022 \\n> ***Tech:*** Golang, Svelte, ClickHouse, MySQL, Typescript, Git \\n> ***Tasks:*** \\n> - Implemented a interface for batch processing domain changes in nicmanager with the corresponding front end\\n> - Build a background job to sync domains from nicmanager to Postgres\\n> - Build a dashboard with statistics generated from ClickHouse\\n> - Optimized various parts for speed and performance\\n> - Initiated and implemented a swtich to a mono git repo\\n\\n\\n> ### Frontend Developer @ netshake GmbH\\n> March 2021 - April 2022 \\n> ***Tech:*** JavaScript, PHP, Liquid, Shopify, Git, CSS \\n> ***Tasks:*** \\n> - implemented a synchronization middleware between MOEVE and Shopify for inventory, vouchers, orders, refunds and othe ERP functions\\n> - build a framework to generate PDF-coupons through Shopify APIs \\n> - build a module that allows to generate a slider with simple liquid instructions\\n> - build various Shopify Shops \\n\\n> ### Apprenticeship Computer Science Expert @ Intermetrics GmbH\\n> March 2018 - February 2021 \\n> ***Tech:*** JavaScript, TypeScript, PHP (Symfony/Doctrine), Node, C#, Svelte, Vue, Redux, Mercurial, Google Cloud Functions, CSS, Jest, PHPUnit, Codeception, Selenium \\n> ***Tasks:*** \\n> - build a system to show the expected areas of change of a html module through css parameter changes\\n> - implemented a low bandwidth, low latency system to sync nested data between the frontend and the server without interuptions for user in case of mild race conditions\\n> - build a system to stack css animations and transitions \\n> - prototyped a ui framework on top on shadow DOMs and Web Components\\n\\n> ### Managing Director @ my own company\\n> September 2016 - April 2018 \\n> ***Tech:*** JavaScript, Python, Bash-Scripting \\n> ***Tasks:*** \\n> - build a deamon to manage and run a small cluster of nodes for cluster rendering Systems\\n> - used varoius software to machine with CNC Systems\\n> - market investigation conducted\\n> - sales and marketing\\n\\n## Projects\\n\\n> ### Faultier-CV\\n> Generated this CV \\n> https://github.com/i5heu/Faultier-CV\\n\\n> ### simple-S3-cache\\n> Just hook it in front of your public S3 bucket and enjoy reduction in bandwidth costs from your bucket. \\n> https://github.com/i5heu/simple-S3-cache\\n\\n> ### tor-simple-hidden-website \\n> Create a hidden service with a static webpage in one minute. \\n> https://github.com/i5heu/tor-simple-hidden-website\\n\\n> ### LGBTQIA.space\\n> Running a Mastodon instance for the public. \\n> https://lgbtqia.space\\n\\n#### Hobbys\\nProgramming, Reading, Sailing, Community Work\",\n html: '\\n\\n\\n \\n \\n \\nAs of now, using only browser-based JavaScript, it's not feasible to print HTML content into a PDF while + specifying a custom height. The workaround involves saving the HTML file, opening it, and then exporting it as a + PDF.
+