itsvinayak / awesome-tech-blogs

A list of Tech Blogs.

Home Page:https://tech-blogs.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Tech Blogs.⚡

Visit tech-blogs.dev.

To add your blog

  1. Open data.js.
  2. Add your blog details using the following structure.
{
    name: 'Your Name',
    description: 'Keep it short and simple.',
    url: 'https://example.com',
    twitter: '@your_twitter_handle',
    tags: ['HTML', 'CSS', 'JavaScript'],
}
  1. Raise a Pull Request (PR) to main branch.

If you don't know how to raise a PR, follow these instructions on how to raise a PR

Inspired by Wes Bos's /uses page.

Use a Featured badge

You can add a Featured badge on your blog to show your readers that your blog is featured on tech-blogs.dev.

Small dark badge

Small dark featured badge

<a href="https://tech-blogs.dev">
  <img src="https://tech-blogs.dev/featured-dark-small.png" alt="Featured on tech-blogs.dev badge" width="158" height="47" /> 
</a>

Large dark badge

Large dark featured badge

<a href="https://tech-blogs.dev">
  <img src="https://tech-blogs.dev/featured-dark-large.png" alt="Featured on tech-blogs.dev badge" width="185" height="57"/>
</a>

Small light badge

Large light featured badge

<a href="https://tech-blogs.dev">
  <img src="https://tech-blogs.dev/featured-light-small.png" alt="Featured on tech-blogs.dev badge" width="158" height="47"/>
</a>

Large light badge

Small light featured badge

<a href="https://tech-blogs.dev">
  <img src="https://tech-blogs.dev/featured-light-large.png" alt="Featured on tech-blogs.dev badge" width="185" height="57"/>
</a>

About

A list of Tech Blogs.

https://tech-blogs.dev/


Languages

Language:JavaScript 90.6%Language:Vue 6.7%Language:Less 2.7%