codingcat.dev VS website

Compare codingcat.dev vs website and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
codingcat.dev website
8 6
15 962
- 1.8%
9.3 9.9
about 1 month ago 7 days ago
Svelte Svelte
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

codingcat.dev

Posts with mentions or reviews of codingcat.dev. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-12.
  • Next.js Amplified: Full-Stack Web Apps on AWS Amplify Gen2
    1 project | dev.to | 6 Mar 2024
    If you've been hooked by our coding adventure and are itching for more deep dives into the coding universe with a laid-back touch, check out our plethora of posts, tutorials, and nifty tips over at CodingCat.dev. Until next time, stay curious and code on!
  • Notion to Hashnode and Dev.to using Pub/Sub Cloud Functions
    2 projects | dev.to | 12 Sep 2022
    export const devtoToNotionPubSub = functions.pubsub .topic(topicId) .onPublish(async (message, context) => { console.log('The function was triggered at ', context.timestamp); console.log('The unique ID for the event is', context.eventId); const page = JSON.parse(JSON.stringify(message.json)); console.log('page', page); let data; if (page._type === 'podcast') { data = { article: { title: page.title, published: true, tags: ['podcast', 'webdev', 'javascript', 'beginners'], series: `codingcatdev_podcast_${page.properties.Season.number}`, main_image: `https://media.codingcat.dev/image/upload/b_rgb:5e1186,c_pad,w_1000,h_420/${page?.coverPhoto?.public_id}`, canonical_url: `https://codingcat.dev/${page._type}/${page.slug}`, description: page.excerpt, organization_id: '1009', body_markdown: `Original: https://codingcat.dev/${page._type}/${ page.slug } {% youtube ${page.properties.youtube.url} %} {% spotify spotify:episode:${page.properties.spotify.url .split('/') .at(-1) .split('?') .at(0)} %} `, }, }; } else { console.log( `Getting ${page._type}: ${page.id} markdown, with slug ${page?.properties?.slug?.url}` ); const post = await getNotionPageMarkdown({ _type: page._type, slug: page?.properties?.slug?.url, preview: false, }); console.log('Block Result', post); if (post && post?.content) { data = { article: { title: page.title, published: true, tags: ['podcast', 'webdev', 'javascript', 'beginners'], main_image: `https://media.codingcat.dev/image/upload/b_rgb:5e1186,c_pad,w_1000,h_420/${page?.coverPhoto?.public_id}`, canonical_url: `https://codingcat.dev/${page._type}/${page.slug}`, description: page.excerpt, organization_id: '1009', body_markdown: post.content, }, }; } } if (data) { try { console.log('addArticle to devto'); const response = await addArticle(data); console.log('addArticle result:', response); const devto = response?.data?.url; if (!devto) { console.log('devto url missing'); return; } const update = { page_id: page.id, properties: { devto: { id: 'remote', type: 'url', url: devto, }, }, }; console.log('Updating page with: ', JSON.stringify(update)); const purrfectPagePatchRes = await patchPurrfectPage(update); console.log( 'Page update result:', JSON.stringify(purrfectPagePatchRes) ); return purrfectPagePatchRes; } catch (error) { console.error(error); } } else { console.error('No Data matched for article'); } return; });
  • The 7 Strategies I Used To Defeat Imposter Syndrome
    1 project | dev.to | 12 Sep 2022
    A sense of belonging fosters confidence. When people feel connected to their community, they are more likely to be confident in themselves and their abilities. Join groups like codingcat.dev and ask what you should prepare for in an interview.
  • Reflections from 2021 & Goals for 2022
    1 project | dev.to | 12 Sep 2022
    [https://codingcat.dev/post/reflections-from-2021-and-goals-for-2022](https://codingcat.dev/post/reflections-from-2021-and-goals-for-2022) ![](https://media.codingcat.dev/image/upload/v1657636628/main-codingcatdev-photo/a4bb1c3e-f308-4724-8af7-a8d047fd61c4.jpg) The year of 2021 has been the biggest year of my career. It is sometimes difficult to talk about success when the entire world is struggling and you can really see your privilage showing. However, it is still important to talk about our wins and our losses and to be proud of what you have accomplished. I set some lofty goals after watching [Zero to Mastery's Future Proof Yourself Workshop](https://academy.zerotomastery.io/p/future-proof-yourself?affcode=441520_gjue7n-1) early in 2021. My big goals were to start a business of my own and to make more money than I had in any previous career, I didn't care how I did it (freelancing, courses, new job), just that I got it done. Well, I am happy to say, not only did I do it, I blew it away. I did some freelance work early in the year, filed for my LLC, bDesignedDev in July, and at the time got my dream job at Grainger, building design systems with Svelte. I also did things I didn't even think were possible this year. I started co-hosting [Purrfect.dev](https://purrfect.dev/) with Alex and got to talk to some incredible people and learned so much from this opportunity. It made me more comfortable speaking in public and helped me grow as a developer from the things I was learning about. ### Communities I dove hard into communities this year, especially [my Twitter](https://twitter.com/brittneypostma) where I broke 1k followers and Discord communities like [Party Corgi](https://discord.gg/partycorgi), [Learn Build Teach](https://discord.com/invite/vM2bagU), [Svelte](https://svelte.dev/chat), our own [Coding Cat](https://discord.gg/Z3ccFRzWMZ) discord, and recently found [Frontend Horse](https://frontend.horse/chat) and the new [Jamstack](https://discord.gg/jamstack) community. This was honestly my key to success and staying sane in a year where it wasn't safe to go out and make friends. I found freelance clients, podcast guests, networked, got help, met many amazing people, worked on lots of open source, and have several places to chat with those I can call my friends. Communities are such a powerful thing in the dev world if you treat them right, participate, be kind, and help where you can. ### Learn Build Teach This philosophy from [James Q. Quick](https://www.jamesqquick.com/) that he doesn't want to take credit for and the name of the Discord Community he created, [Learn Build Teach](https://discord.com/invite/vM2bagU), is exactly how I got where I am today. This idea isn't new, in fact it pulls a lot from [Learning in Public](https://www.swyx.io/learn-in-public/) a blog post by [Swyx](https://www.swyx.io/). In essence, it just means that learning isn't the end of your journey, but the beginning. By building things out of what you've learned and then passing that knowledge on through teaching others, you end up learning more than you ever imagined. James had me on [Learning Quick](https://youtu.be/KJ-qMlZnMCE) right after I got hired to talk about why I love Svelte so much and I talked about how this philosophy really helped put me where I am today. ### Svelte Community Of all the communities I am apart of, I feel like the [Svelte](https://svelte.dev/chat) community has really been the place I've come to love the most. I've had a love affair with Svelte since 2019, when Scott Tolinski talked about it on [Syntax.fm](https://syntax.fm/show/173/hasty-treat-wes-and-scott-look-at-svelte-3). The people are friendly and helpful if you run into issues, but they are especially involved in improving and making the community better. We had Swyx on [Purrfect.dev What's up with Svelte](https://codingcat.dev/podcast/1-15-whats-up-with-svelte) in April and after the podcast he mentioned this idea he had for a women's group in the Svelte community, Svete Sirens. He asked me if I would be interested in spearheading it and at the time, I turned him down. I thought I had too much going on and couldn't fit it into my busy schedule. Fast forward a few months and I asked him if anyone had taken him up on the offer. No one had, so I took the opportunity to say okay, I have no idea what I'm doing, but I can do this! I bought up [SvelteSirens.dev](https://sveltesirens.dev/) and started rounding up people to help me. I found 3 co-founders and planned to do a monthly meetup/talk on the [Svelte Society YouTube Channel](https://www.youtube.com/watch?v=3bjVQJwF6O8&list=PL8bMgX1kyZThkJ_Rk6AAFI4eY24g5XKwK). We quickly put things together and decided to officially announce the new community at [Svelte Summit](https://sveltesummit.com/) in the fall. Swyx had put together a watch party in New York and very last minute a lot of us decided to fly out. Rich Harris had just been hired by [Vercel](https://vercel.com/blog/vercel-welcomes-rich-harris-creator-of-svelte) and Guillermo decided to fly out a few members of the team to join the watch party as well, including one of my co-founders, [Steph Dietz](https://twitter.com/steph_dietz_). I flew in and out of New York in less than 24 hours, but this was the biggest opportunity I had all year. I met some of the most inspirational people to me, 2 of my co-founders of Svelte Sirens, and many of my other community friends. Hopefully this will pave the way for the future of the Svelte Sirens, we already have lots of things in the pipeline for 2022. ## 2022 Expectations Of course I have to be optimistic and think that 2022 will be the best year for my career yet. I'm setting lots of goals already and really focusing on the shorter term goals this year as well as some bigger long term ones. I have the regular old ones like read more, lose weight, work on myself, be present, but hopefully by getting down to the details and setting really short term goals I will be able to achieve more than I ever have. For January, I am planning an Intro to Svelte couse on [CodingCat.dev](https://codingcat.dev/) and to start out my goal of livestreaming every 2 weeks for the [Svelte Sirens](https://sveltesirens.dev/). My big goals for this year are to put out some kind of content every month on Coding Cat, including some paid courses, and to really focus on the Svelte Sirens community and making it a place that everyone wants to come and be apart of! I hope you all have a happy new year and truly have your best year yet!
  • How to achieve 16:9 resolution while using Divvy on a Mac
    2 projects | dev.to | 12 Sep 2022
    What I wanted to do was create a simple tool that would calculate what to set Divvy's margins to so that I can capture my screen correctly for recording both at Builder.io and CodingCat.dev.
  • Cat in Trouble - 404 Error Page
    1 project | /r/graphic_design | 20 Apr 2022
    Codingcat.dev 404
  • What tech stack (including CMS) should I use for a subscription learning website?
    2 projects | /r/webdev | 17 Mar 2022
    And the code is here. It looks like Next + Sanity + Firebase + Stripe. This a good model to follow? Be grateful if anyone happens to have other examples!

website

Posts with mentions or reviews of website. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • Finding a Path As a Self-Taught Software Developer
    3 projects | dev.to | 19 Apr 2024
    I also found that tech podcasts can also be an invaluable source of knowledge and have learned a great deal from listening to podcasts such as JavaScript Jabber, Syntax, Coding Blocks and CodeNewbie.
  • The creator economy can't rely on Patreon
    3 projects | news.ycombinator.com | 26 Feb 2024
    I think sponsorships work better for more niche products on niche podcasts / YT channels. One great example I can think of are the sponsorships on the Syntax Podcast[1]. IIRC LogRocket was a sponsor a few years ago, I gave it a try based off their ad and I've been a happy customer ever since. Other products they rep are things like Sentry and Sanity and I think those companies are definitely seeing an ROI because they keep coming back.

    The problem with the sponsorships you mentioned is they are all broad scale B2C where "everyone" is a potential customer. So you end up with channels that have nothing to do with the product promoting the product and it just comes up as disingenuous. When the hosts of Syntax are telling me that I should try out Sentry, Sanity or any other product in the web dev space, I'm much more confident that it's a legit endorsement based on experience rather than just reading the script.

    [1]: https://syntax.fm/

  • 5 best tech podcasts for developers in 2023
    1 project | dev.to | 26 Aug 2023
    SyntaxFM
  • Best Podcasts for New Developers?
    1 project | /r/webdev | 11 Jul 2023
    Syntax is great.
  • How many of you are developing for p3 color spaces? (okLAB/LCH)
    1 project | /r/webdev | 23 May 2023
    I just wrote the new syntax.fm color palette in p3 using okLCH. It's the truth, I love it.
  • API for Syntax.fm Podcast
    1 project | /r/SyntaxFM | 8 Jun 2021
    Code here: https://github.com/wesbos/Syntax/tree/master/pages/api

What are some alternatives?

When comparing codingcat.dev and website you can also consider the following projects:

win11-svelte - Recreating Windows 11 with Svelte.

PSWriteHTML - PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.

obs-web - OBS-web - the easiest way to control OBS remotely

certificate-generator - This is Certificate Generator which you can use to make e-certificate and download as a pdf and then you can distribute the certificates to the students.

2048-game - An animated and fun version of the popular 2048 game. Built with HTML, CSS and Javascript.

30-Days-Of-JavaScript - 30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

Habitica - A habit tracker app which treats your goals like a Role Playing Game.

30-Days-Of-React - 30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

JS-Beautifier - Beautifier for javascript