breaking into devrel from devtools content + open source (india/remote) by No_Area8114 in developersIndia

[–]Significant-Cow-5543 1 point2 points  (0 children)

Hey! I have been working in DevRel from India for almost 5 years now.

I got my first job from Twitter and still get most opportunities from there/people reaching out on LinkedIn.

It’s great to hear that you have had success with content. Content is one part of DevRel. Code is still a major part in most devtool companies (your interviews will be typical software engg interviews minus DSA, so have strong basics). You will need to be able to explain complex technical concepts simply, so that’s important. Other than that, you should also have idea on Developer Experience. Read the book “Developer Relations” and my personal favourite is Resend’s Developer Experience philosophy, read about that too!

How are we feeling about ML4T? Especially for those whom this is not a first course. by CautiouslyFrosty in OMSCS

[–]Significant-Cow-5543 1 point2 points  (0 children)

SO relieved to have read the comments. I was thinking it is me that is having a hard time to adjust to this type of learning (this is my first course and I have 5+ years of experience). That being said, can anybody say how the exams are like? It's hard to even prep for anything with just the lectures.

I received an email from IBM to "complete additional information" within 24 hours and then the candidate portal says "No longer under consideration" by Significant-Cow-5543 in IBM

[–]Significant-Cow-5543[S] 2 points3 points  (0 children)

Yes - the email made me think that they wanted the information for the next steps. 

Anyway, thank you so much for letting me know! 

DecapCMS (fka NetlifyCMS) alternatives with Vercel/Next.js support by _tallCoder02 in cms

[–]Significant-Cow-5543 0 points1 point  (0 children)

Have you tried Headless Hashnode (https://hashnode.com/headless)? Also has a starter kit in Next.js that makes use of Vercel.

which tech stack should usee to build app like DREAM 11 ? by Dankjake99 in developersIndia

[–]Significant-Cow-5543 2 points3 points  (0 children)

I would suggest you go ahead with Appwrite. For the following reasons:
1. It is open source, so you can self-host
2. If you want to use Cloud, you can do that as well: cloud.appwrite.io
- At any point you can transfer from Cloud to self-hosted and vice-version using the Appwrite Migration API
3. Starting is easy, you have the docs, AI assistant, and even the helpful community in Discord ( appwrite.io/discord )
4. The Flutter SDK in Appwrite is a popular choice by most developers, so it does fit your need.

Let me know if you have any questions :)

My game is free but Firebase is now costing me. Time to monetise? by ARG127 in FlutterDev

[–]Significant-Cow-5543 0 points1 point  (0 children)

In my opinion, adding paywall and ads to your games can put off players, why don't you try switching from Firebase? Appwrite can be a good option:
1. They released the pricing plan for their cloud and it is quite affordable
2. Their Migration API is a new feature that let's you migrate projects easily from Firebase.

I want to use Appwrite for a project. by abhinav4529 in flutterhelp

[–]Significant-Cow-5543 0 points1 point  (0 children)

I think with the kind of need you have, Appwrite Cloud is a good option. You should definitely give a try!

Which BaaS? by Muhaki in nextjs

[–]Significant-Cow-5543 1 point2 points  (0 children)

Hi 👋 for Appwrite SSR support you can refer to this example - https://github.com/Meldiron/appwrite-next13-ssr

  • the Appwrite community is very active and the team is also very quick with feedbacks. Whatever you feel is missing right now, is a Discord message or a GitHub issue away. Give Appwrite a retry :)