mirror of
https://github.com/XFox111/XFox111.git
synced 2026-04-22 07:08:01 +03:00
init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Latest blog post workflow
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs every day
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
update-readme-with-blog:
|
||||
name: Update this repo's README with latest blog posts
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: gautamkrishnar/blog-post-workflow@master
|
||||
with:
|
||||
feed_list: "https://blog.xfox111.net/data/rss"
|
||||
@@ -0,0 +1,69 @@
|
||||
### 👋 Hello World! I'm Eugene aka XFox
|
||||
I'm a .NET and React Developer
|
||||
|
||||
- 🔭 I’m currently working on [Tabs aside chrome extension](https://github.com/xfox111/TabsAsideExtension)!
|
||||
- 🌱 I’d like to learn more about quantum computing 🎇✨ and AI 🤖
|
||||
- 💬 Ask me about any .NET 🐱🏍 or React ⚛️ stuff
|
||||
- 📫 How to reach me: eugene@xfox111.net ✉
|
||||
- ⚡ Fun fact: C# is Microsoft Java
|
||||
|
||||
### 🛠️ My tech stack
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
### 📰 My recent blog posts
|
||||
<!-- BLOG-POST-LIST:START -->
|
||||
- [Setting up CI/CD for Web-browser extension with GitHub Actions](https://blog.xfox111.net/XRC-bHdZCNJ)
|
||||
- [Password generator extension: High security in one click!](https://blog.xfox111.net/7cZOt9zD71x)
|
||||
- [Developing browser extensions with Visual Studio Code](https://blog.xfox111.net/h8fe86m_oGO)
|
||||
- [Embedding panel into webpage with WebExtension](https://blog.xfox111.net/nVbdSgoKkJ7)
|
||||
- [Tabs Aside extension for chromium-based browsers](https://blog.xfox111.net/3QehjeKA8tL)
|
||||
<!-- BLOG-POST-LIST:END -->
|
||||
|
||||
### 📪 Contacts and links
|
||||
[](https://xfox111.net)
|
||||
[](mailto:eugene@xfox111.net)
|
||||
|
||||
[](https://linkedin.com/in/xfox)
|
||||
[](https://t.me/xfox111)
|
||||
[](https://bsky.app/profile/xfox111.net)
|
||||
|
||||
---
|
||||
|
||||
### Support me
|
||||
Community support is very important: the less I concern about getting money, the more I'm focused on contributing to Community
|
||||
|
||||
<a href="https://www.buymeacoffee.com/xfox111">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://img.buymeacoffee.com/button-api/?text=Buy+me+a+coffee&emoji=&slug=xfox111&button_colour=2d333b&font_colour=ffffff&font_family=Cookie&outline_colour=ffffff&coffee_colour=FFDD00">
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://img.buymeacoffee.com/button-api/?text=Buy+me+a+coffee&emoji=&slug=xfox111&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff">
|
||||
<img alt="Buy me a coffee" src="https://img.buymeacoffee.com/button-api/?text=Buy+me+a+coffee&emoji=&slug=xfox111&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff">
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
---
|
||||
|
||||
<a href="https://github.com/anuraghazra/github-readme-stats">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://github-readme-stats.vercel.app/api?username=xfox111&count_private=true&show_icons=true&hide_border=true&card_width=400&bg_color=ffffff00&theme=github_dark">
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://github-readme-stats.vercel.app/api?username=xfox111&count_private=true&show_icons=true&hide_border=true&card_width=400&bg_color=ffffff00">
|
||||
<img alt="Eugene Fox' GitHub Stats" src="https://github-readme-stats.vercel.app/api?username=xfox111&count_private=true&show_icons=true&hide_border=true&card_width=400&bg_color=ffffff00">
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/anuraghazra/github-readme-stats">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://github-readme-stats.vercel.app/api/top-langs/?username=xfox111&layout=compact&hide_border=true&bg_color=ffffff00&theme=github_dark">
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://github-readme-stats.vercel.app/api/top-langs/?username=xfox111&layout=compact&hide_border=true&bg_color=ffffff00">
|
||||
<img alt="Most Used Languages" src="https://github-readme-stats.vercel.app/api/top-langs/?username=xfox111&layout=compact&hide_border=true&bg_color=ffffff00">
|
||||
</picture>
|
||||
</a>
|
||||
Reference in New Issue
Block a user