Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albugowy15/bughowi.com
My personal blog that contains article about Web Development and programming in general
https://github.com/albugowy15/bughowi.com
astro blog markdown mdx tailwindcss typescript vercel
Last synced: about 9 hours ago
JSON representation
My personal blog that contains article about Web Development and programming in general
- Host: GitHub
- URL: https://github.com/albugowy15/bughowi.com
- Owner: albugowy15
- License: gpl-3.0
- Created: 2022-07-16T01:41:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T15:56:07.000Z (3 months ago)
- Last Synced: 2024-08-02T17:43:34.943Z (3 months ago)
- Topics: astro, blog, markdown, mdx, tailwindcss, typescript, vercel
- Language: MDX
- Homepage: https://bughowi.com
- Size: 2.29 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![bughowi.com](https://user-images.githubusercontent.com/49820990/213904001-0767e3b5-0fed-4ce1-9eb9-3f68e4f84072.png)
## Description
My personal blog that contains article about Web Development and programming in general. In this blog I document and reflect on what I’ve learned inorder to solidify my understanding and be able to refer back to it later.
## Repository
View it's repo here : [https://github.com/albugowy15/bughowi.com](https://github.com/albugowy15/bughowi.com)
## Tech Stack
### TypeScript
A strong typed language that make the way you write JavaScript safely. This is my first poject that I build with TypeScript. And it's really save me from getting bugs when try to get posts and project data. I have create a post about TypeScript basic concepts if you want to learn more about TypeScript basic.
### Astro
Astro is an excellent choice for creating static blog sites due to its focus on speed and performance. It combines server-side rendering with static HTML generation for fast-loading pages, offers easy content management from various sources, and requires no new templating languages. Its developer-friendly approach, SEO benefits, and customizable design make it a compelling option for bloggers seeking a user-friendly and efficient solution.
### Tailwind
The tailwind docs are its real magic. It is actually better documented than CSS itself. It's such a pleasure to use.
### MDX
MDX allows me to use JSX in my markdown content. I can import components, such as interactive charts or alerts, and embed them within my content. This makes writing long-form content with components a blast.
## Deployment
I deploy this project in Vercel. You can check it here : [https://bughowi.com](https://bughowi.com)