https://remoteindian.com/ logo
Join Slack
Powered by
# our-work
  • a

    acoustic-night-72161

    07/23/2022, 3:15 PM
    I created a custom action to update your GitHub profile readme with the latest medium blog posts (more blogs support soon) Check out the repository and you can use it for your own profile https://github.com/imskr/readme-update-actions
    👍 8
  • a

    aloof-translator-69000

    08/01/2022, 4:39 PM
    Heya 👋 busy people, I’m Aravind. I work as a Dev Advocate. This is a little side project I started which now has grown. Dev Shorts is a newsletter, focussing on Developer stories, tools and all the things in the open source ecosystem. Do subscribe and share it in your circles if you like. https://devshorts.substack.com/p/open-policy-agent-the-future-of-cloud
    🙌 6
    💯 2
  • a

    able-hospital-70495

    08/03/2022, 8:27 AM
    Hey RemoteIndian peeps, I've just launched my side project Affiliate corner on Product Hunt today. https://www.producthunt.com/posts/affiliate-corner/ Would mean a lot to us if you can support 🙏 Thank you!
  • w

    white-portugal-53510

    08/18/2022, 7:49 AM
    Hey everyone! I'm building a tool for developers - we’ve launched v0.0 that a lot of you might find useful whenever you're stuck in debugging a production issue. Check it out and let me know your feedback, DMs open 🤩 https://bit.ly/3SWqLoF Edit: This is a page focused on memes that developers will relate to. It's just 🍿for people who are stuck in debugging.
    ❤️ 3
    s
    c
    • 3
    • 5
  • a

    able-xylophone-142

    08/29/2022, 11:05 AM
    After being nervous about putting my face out on Youtube, I finally published my first video of my course, Testing and Factoring Legacy Code in Flutter. In this video, we will talk about Why I am creating this course? What will this course cover? And how you can CONFIDENTLY SHIP APPS FASTER.

    https://youtu.be/XHrui_vF2hs▾

    👌 3
    🎉 13
    m
    • 2
    • 2
  • m

    melodic-jordan-81418

    08/29/2022, 6:54 PM
    Just wrote a blog post that y’all might find interesting https://twitter.com/praneet_ro/status/1564290136094830592?s=21&t=Rnhr97ugcG1kgcGtWxVLjw
    💡 5
  • f

    future-policeman-59108

    09/04/2022, 8:36 AM
    Hey Fam, Fundraising can be hard and sometimes overwhelming. 🤑 It's very important to have a clear and concise understanding of 5W & 1 H (Why, What, How, Where, When, & Who) in the subject of raising funds. We present you with a comprehensive guide 📚 -> 50+ verified sources suggested by VC Partners, Active Investors, and Founders turned Investors. 💰 -> 1000+ VC firms 📧-> 14+ industry-varied Cold Emails written by Founders to VC. 📝-> Startup Fundraising Checklist. 💎-> 15+ Pitch Decks pitched to VC, Seed Investors etc. ⚒️🛠️ -> 10+ resources; Right Ingredients needed for Perfect Pitch Deck 😍 -> Special Bonus for Indie Builders Here is the PH link: https://www.producthunt.com/posts/scaleup Please show some support🥰 and do leave a review/comment if you found it valuable.
  • a

    able-xylophone-142

    09/06/2022, 6:49 AM
    Episode 2 is out. In this video, we are going to walk through the WhatTodo app which we are going to use in this course. Understand its complexity, size, and scope before starting a single line of code. We will explain why we need real-world apps to truly understand the nature of legacy code.

    https://www.youtube.com/watch?v=ydNwDlL0AQw▾

    👍 2
  • c

    calm-noon-73911

    09/09/2022, 10:07 AM
    I wrote a song about data, would love to know if it resonates with you folks! https://databeats.community/p/the-modern-data-track
    s
    • 2
    • 2
  • a

    able-xylophone-142

    09/13/2022, 7:59 AM
    Episode 3 of Testing and Refactoring legacy code in Flutter is out. In this video, we will write our first tests for the legacy code. But instead of starting with a big feature, we will start small, by fixing a bug and writing a test for it. We also cover different strategies to write tests based on your codebase and understand the trade-offs of each approach.

    https://youtu.be/Lizf_bk2c-I▾

  • a

    aloof-belgium-36526

    09/13/2022, 8:20 AM
    Hello Folks, Have produced a few content pieces on helping new developers usher into web3. Here is a blog - https://arcana.network/blog/web3-developer-roadmap/ & here is a video on the same topic from arcana network’s devrel

    https://www.youtube.com/watch?v=dGtXO0GkI04▾

    Do let us know your thoughts and feedback
    🔥 1
    j
    • 2
    • 3
  • a

    able-xylophone-142

    09/20/2022, 8:02 AM
    Episode 4 is out!! In this short video, we will talk about the importance of writing tests and how it works as a safety net for us. And stay tuned for upcoming videos :)

    https://youtu.be/_tej6LByjwM▾

    party parrot 2
  • a

    able-xylophone-142

    09/21/2022, 9:41 AM
    Happy to share that we are launching Rock 2.0 on Product Hunt. I’ve been part of Rock for the past 1.5 years, and since then we are not just building the product but living it. Please show your love by supporting our page and leaving your thoughts! https://www.producthunt.com/posts/rock-3
    🙌 1
  • a

    acceptable-yacht-44938

    09/25/2022, 3:40 PM
    I used to do a lot of UI clones using Just HTML and CSS a couple of years back. I just made the repo public and thought I’d share this here. https://github.com/aka8921/clones
    👌 2
    👍 3
    c
    c
    • 3
    • 3
  • b

    brash-monitor-80970

    09/26/2022, 8:52 PM
    Hey Folks, I am competing for a spot at Serverless Summit Hamburg. If you feel the topic is relevant, please help me secure a spot my voting the poll on the below link. My proposed topic is Build Data Lakes, not Data Swamps! https://www.linkedin.com/feed/update/ugcPost:6978702470554255361
    ✅ 2
    m
    c
    c
    • 4
    • 7
  • a

    able-xylophone-142

    09/28/2022, 7:28 AM
    Episode 5 is out!! In this video, we are going to talk about one of the dependency-breaking techniques which will allow us to write tests easily. This technique will also help us to understand our dependency graph better. Also, we will learn why DRY can be dangerous while writing and will look for an alternative called DAMP (Descriptive and Meaningful Phrases) while writing tests.

    https://youtu.be/GTPwGzW4HyI▾

  • f

    freezing-whale-32835

    09/28/2022, 1:37 PM
    Hi! 👋. I’ve been working on a side project for the past few months and thought of sharing it here to get some early feedback before a full public launch. Here’s the website: https://awesomehunt.org Short introduction:
    AwesomeHunt is a collection of community-curated lists of learning resources, on all topics imaginable.
    Open the thread to read more.
    🙌 11
    l
    d
    +2
    • 5
    • 12
  • b

    boundless-television-76725

    09/30/2022, 1:25 AM
    Hi ✋, Does anyone use Notion extensively, or like to use Notion for blogging and related areas? I along with Manish are working on a product that exposes Notion pages as a html over an API, this can be used for blogging pages, marketing pages or recruiting pages. Also you can append your style to it once you get that page as html. We have a simple working version of the product, we created over last 6 months. Please let me know if any of you are interested to get an early preview or help us with initial feedback.
    s
    h
    • 3
    • 9
  • a

    able-xylophone-142

    10/05/2022, 7:27 AM
    Episode 6 is out!! In the previous episode, we saw how we can use the static setter to get our Home Screen under test; however, in some cases, it’s become difficult to do when your dependency graph is complex. So in this video, we will talk about another dependency-breaking technique that will allow us to test our class regardless of the complexity of the dependency graph.

    https://youtu.be/MchVWK3sNow▾

  • a

    able-xylophone-142

    10/12/2022, 6:25 AM
    Episode 7 of Testing and Refactoring Legacy code in Flutter is OUT!!! In this video, we will talk about one last and final and one of the most popular dependency-breaking techniques called Dependency injection. We will discuss how using DI makes a class easily testable and our codebase more maintainable.

    https://youtu.be/nklX4yA8gyQ▾

  • f

    future-policeman-59108

    10/13/2022, 5:14 PM
    🥁 🥁 🥁 Launch Alert 🥁 Hey Fam 👋🏻 🚀 Community Hunt (www.communityhunt.club) is a Community, CBC, Fellowships & DAO discovery and management platform. 🚀 The Community Catalog is an exhaustive database of 1500+ highly curated Communities, CBCs, Fellowships, SubReddits, & DAOs. Whether you are looking for early users, launch a product, hire people, find jobs, build partnerships or find relevant communities - The Community Catalog is a must-have resource for Community Owners, Community Managers, Marketers, Social Media Managers, BD Leads, Partnerships, Startup Founders, Talent Hunters. Get the Community Catalog by Community Hunt today & leverage the power of communities for your project, career, business or Startup! Check us out on PH & Show us some ❤️ We look forward to your feedback on the database as well as the platform. PH launch link: https://www.producthunt.com/posts/the-community-catalog-by-community-hunt Please retweet, share and comment : https://twitter.com/Vatsal_Sanghvi/status/1580460804780220416?s=20&t=UAwzyRuEIebT8U7htas9Sg
  • a

    adventurous-rose-98016

    10/28/2022, 7:26 AM
    Hey 👋, We just launched Pic2Prompt: 👉🏾 https://www.producthunt.com/posts/pic2prompt Please check us out 🙏🏾 show us some ♥️_!_ Create StableDiffusion prompts from any image As we watched the explosion of creative expression with AI rendered pictures, we also noticed that there has been a struggle in discovering levers that make prompts effective. We believe that people think visually, and in order to get their imagination rendered, they can get substantial help by understanding how AI models “perceive” images. This is an attempt to give “simple” prompt ideas to someone who has a picture as a reference. You can use the prompts in any StableDiffusion class generative tool, including our own (MagicStudio.com/imagine) Absolutely free to use. No signup needed. Looking forward to see what you folks throw at it…
    💯 3
    👌 3
  • a

    able-xylophone-142

    11/09/2022, 5:17 PM
    Episode 8 is out! In this video, we will discuss how we can add a feature to an existing app without breaking the whole app. We will also talk about what kind of testing we need based on the changes we are making. Is this a behaviour change or is this a UI change? How do we write for those?

    https://youtu.be/s5Mc6jz_DHY▾

  • a

    able-xylophone-142

    11/16/2022, 4:20 PM
    Episode 9 is out! In this video, we will write some more tests to cover the remaining part of the home screen. We will also see how useful the dependency injection technique is and run test coverage to see our progress.

    https://youtu.be/pRLCFOgkymA▾

    👍 1
  • m

    many-finland-41873

    11/19/2022, 6:26 AM
    Hey Folks, I recently wrote about my journey of building a reading habit after a few attempts. I went from reading ~25 books in 6+ years to reading 35 books in a year. https://www.aloksharma.me/blog/building-a-book-reading-habit
    mindblown 4
    👍 8
    congaparrot 1
    c
    • 2
    • 1
  • a

    able-xylophone-142

    11/23/2022, 7:10 AM
    Episode 10 is out !!! In this video, we will write the test for swiping gestures. We will test to verify if the task is completed by swiping right to left and similarly if the task is deleted by swiping left to right.

    https://youtu.be/dep5YRACTkw▾

    👍 1
  • a

    abundant-cpu-16374

    11/25/2022, 4:42 AM
    This message was deleted.
    l
    g
    • 3
    • 2
  • m

    miniature-air-93324

    11/30/2022, 11:17 AM
    Hey folks 👋 I launched Klozet app on iOS and Android! What this is about? I built this app out of passion to solve the attire planning crisis when you have a continuously large number of weddings/events to attend. It is a basic wardrobe organising app right now. It also helps you during your shopping spree by listing the things you already own. Please try it out and DM me if you get stuck anywhere or would like me to improve/add any features to it. This app is built using Adalo, a no-code platform. Happy to chat about this as well!
    👏 3
    👍 7
    👍🏼 1
    l
    d
    +2
    • 5
    • 5
  • a

    able-xylophone-142

    12/01/2022, 4:08 AM
    Episode 11 is on testing navigation is out!! Navigation is one of the trickiest things to implement in an app. It can have multiple entry points, and sometimes it becomes difficult to test all those test cases. So, in this video, we will talk about a few approaches to testing navigation and understanding when to choose which.

    https://youtu.be/sPrEybAhXho▾

    q
    • 2
    • 3
  • a

    able-xylophone-142

    12/07/2022, 8:03 AM
    Episode 12 is out! And in this video, I will talk about how to master and effectively use your IDE for refactoring. The good thing is that, since it’s my favorite topic, I’ve created this video to be watched independently. However, it will be more beneficial for people who are continuing the series. Few upcoming videos will be like this only. So subscribe, stay tuned, and let me know your thoughts in the comments.

    https://youtu.be/756lKsG_kQk▾