This commit is contained in:
Ardouz11 2024-05-27 21:19:46 +02:00
parent fddab05362
commit 3385d6403c
2 changed files with 25 additions and 27 deletions

View File

@ -1,12 +1,10 @@
{ {
"compilerOptions": { "compilerOptions": {
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"*": [ "*": [
"*" "*"
] ]
}, }
"lib": ["es2020", "dom"], }
"jsx": "preserve"
}
} }

View File

@ -1,13 +1,13 @@
--- ---
title: About title: About
description: Hugo, the world's fastest framework for building websites description: Software Engineer specializing in modern web development, TDD, and DevOps
date: '2019-02-28' date: '2024-05-27'
aliases: aliases:
- about-us - about-me
- about-hugo - about-developer
- contact - contact
license: CC BY-NC-ND license: CC BY-NC-ND
lastmod: '2020-10-09' lastmod: '2024-05-27'
menu: menu:
main: main:
weight: -90 weight: -90
@ -15,20 +15,20 @@ menu:
icon: user icon: user
--- ---
Written in Go, Hugo is an open source static site generator available under the [Apache License 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows. With 4 years of experience in software development, I specialize in creating robust and scalable web applications using a variety of technologies. My expertise spans Java Spring, Spring Boot, JavaScript, TypeScript, React, Angular, Next.js, and occasional DevOps, Python (Flask, FastAPI), Rust, and Go. Additionally, I incorporate Test-Driven Development (TDD) practices to ensure high-quality, maintainable code. My diverse skill set allows me to tackle complex projects and deliver high-quality software solutions.
Hugo makes use of a variety of open source projects including: My technical toolkit includes:
* https://github.com/yuin/goldmark * **Java Spring & Spring Boot**: Building enterprise-level applications with robust back-end capabilities.
* https://github.com/alecthomas/chroma * **JavaScript & TypeScript**: Crafting dynamic and maintainable front-end applications.
* https://github.com/muesli/smartcrop * **React, Angular & Next.js**: Developing modern, responsive user interfaces.
* https://github.com/spf13/cobra * **DevOps**: Ensuring smooth deployment pipelines and infrastructure management.
* https://github.com/spf13/viper * **Python (Flask, FastAPI)**: Rapid development of efficient web services.
* **Rust & Go**: Writing performance-critical applications with modern systems programming languages.
* **TDD (Test-Driven Development)**: Writing tests before code to ensure reliability and maintainability.
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages. I leverage these technologies to create applications that are secure, performant, and maintainable. My experience also includes working with various open source projects and tools that enhance my development workflow.
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases. I am passionate about continuous learning and staying updated with the latest industry trends, which allows me to integrate cutting-edge technologies into my projects. Whether it's a single-page application, a corporate website, or a complex back-end system, I am committed to delivering exceptional results.
Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider. You can learn more about my projects and contributions on [GitHub](https://github.com/Ardouz11).
Learn more and contribute on [GitHub](https://github.com/gohugoio).