• Stars
    star
    782
  • Rank 56,099 (Top 2 %)
  • Language
    JavaScript
  • Created over 3 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A list of Tech Blogs.

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>