Welcome Thread - v340
Sloan the DEV Moderator

Sloan the DEV Moderator @sloan

About: I help moderate content and welcome new users to this platform. I also ask questions on behalf of members looking for advice from the community.

Joined:
Aug 25, 2017

Welcome Thread - v340

Publish Date: Aug 20
16 166
  1. Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just a fun fact about yourself.

  2. Reply to someone's comment, either with a question or just a hello. 👋

  3. Come back next week to greet our new members so you can one day earn our Warm Welcome Badge!

hello

Comments 166 total

  • Top Streaming Review
    Top Streaming ReviewAug 20, 2025

    Hi everyone! I’m excited to be here and connect with fellow developers. I enjoy exploring new tools, building projects, and learning from shared experiences. Looking forward to reading your posts and contributing to the community!

  • himanshu uniyal
    himanshu uniyalAug 20, 2025

    Hi everyone 👋
    I’m excited to join this community! I’ll be sharing DevOps-related blogs, insights, and practical learnings from real-world projects. Looking forward to growing, learning, and exchanging ideas with all of you. 🚀

  • Marios Manolakeris
    Marios ManolakerisAug 20, 2025

    Hello from the Netherlands! I'm Marios.

    ​I've been working in IT and development for a while and I'm here to learn from the community and hopefully share a few useful things I've picked up along the way. My main interests are automation, security, and building tech that can actually scale.
    ​Right now, I'm learning how to better integrate AI tools into developer workflows.

    ​When I'm not behind the screen, I love cycling along Leiden. It's the best way to debug a problem in my head!

    ​Glad to be here!

  • Mario Herreros
    Mario HerrerosAug 20, 2025

    Hey! I'm Mario, super excited to learn from what you all share and hopefully share some stuff you'll find useful too!

  • Claudio Caporro
    Claudio CaporroAug 20, 2025

    👋 Hi everyone!
    I'm new to Dev.to and excited to join this community!
    I'm an Engineering Manager who loves working on developer tools and team productivity. I'm especially interested in team growth and how AI can help make our development workflows better.
    Looking forward to sharing some ideas and learning from all the smart people here!
    Thanks for having me! 🚀

    • Daniel Vahla
      Daniel VahlaAug 21, 2025

      Hello and welcome mate, looking forward to reading your insights!

  • Ravi Singh
    Ravi SinghAug 20, 2025

    I am Ravi a cybersecurity student. Nice to meet you guys

  • henry amarachukwu
    henry amarachukwuAug 20, 2025

    Hi every, I'm new to this community. I work construction and I'm open to learning new things and working on newly presented opportunities. Happy and excited to be here.

  • Olayiwola Maryam
    Olayiwola MaryamAug 20, 2025

    Hi everyone
    I am glad to be part of the community I am a Website Designer and Automation but just starting out on developer aspect. I am open and ready to learn, collaborate. Thanks for the support.

  • Sabrina Dee
    Sabrina DeeAug 20, 2025

    hey everyone

  • Apple Love
    Apple LoveAug 21, 2025

    To run this code you need to install the following dependencies:

    pip install google-genai

    import base64
    import os
    from google import genai
    from google.genai import types

    def generate():
    client = genai.Client(
    api_key=os.environ.get("GEMINI_API_KEY"),
    )

    model = "gemini-2.5-pro"
    contents = [
        types.Content(
            role="user",
            parts=[
                types.Part.from_text(text="""ကုကို ဒ်ရေးခိုင်းတဲ့အခါ ထည့်သွင်းရမယ့် အခြေခံအစိတ်အပိုင်း (၄) ခု**
    
    Enter fullscreen mode Exit fullscreen mode

    AI

    1. Role & Context (AI ရဲ့အခန်းကဏ္ဍနဲ့ ဆက်စပ်မှု): AI ကို ဘယ်လို developer အဖြစ် ပြောင်းလဲအလုပ်လုပ်စေချင်သလဲ သတ်မှတ်ပေးပါ။
    2. Goal & Task (ရည်ရွယ်ချက်နဲ့ လုပ်စရာ): ဘာကို ဘာကြောင့် ရေးစေချင်တာလဲ ရှင်းပြပါ။
    3. Details & Requirements (အသေးစိတ်လိုအပ်ချက်များ): Technology stack, features, design, သတ်မှတ်ချက်တွေကို ဖော်ပြပါ။
    4. Output Format (ထုတ်ပေးရမယ့်ပုံစံ): Code ကို ဘယ်လို format နဲ့ ထုတ်ပေးစေချင်သလဲ ပြောပါ။ online shoping web

    📝 ထိရောက်တဲ့ Prompt ရေးသားနည်း (Template)

    [Role & Context] [Goal & Task] [Details & Requirements] [Output Format]
    
    Enter fullscreen mode Exit fullscreen mode

    (ဥပမာ - Flutter နဲ့ ဆိုင်တဲ့ ကုဒ်တစ်ခုအတွက် Prompt)

    Role & Context: သင်သည် Senior Flutter Developer တစ်ယောက်ဖြစ်ပါတယ်။ ShopMyan ဆိုတဲ့ e-commerce app ကို ရေးနေတာဖြစ်ပါတယ်။
    
    Goal & Task: ထုတ်ကုန်တစ်ခုရဲ့ အသေးစိတ်ကြည့်ရှုနိုင်တဲ့ စာမျက်နှာ (product detail page) ကို ရေးပေးပါ။
    
    Details & Requirements:
    - Technology: Flutter (Dart) and use GetX for state management.
    - Features: ထိပ်မှာ image slider, ထုတ်ကုန်နာမည်၊ ဈေးနှုန်း၊ ရွေးစရာ color & size options, \"Add to Cart\" button, \"Buy Now\" button တွေ ပါဝင်ရမယ်။
    - Design: Material 3 design guidelines ကို လိုက်နာပါ။ အဓိက primary color က green (#00A86B) ဖြစ်ပါတယ်။
    - Data: ထုတ်ကုန်အချက်အလက်တွေကို 'product' object ကနေ လက်ခံမယ်။ နမူနာ product object structure ကို အောက်မှာဖော်ပြထားတယ်။
    
    Output Format: ကျေးဇူးပြု၍ ပြည့်စုံတဲ့ Dart file အဖြစ် ရေးပေးပါ။ required packages တွေကို import လုပ်ပြီးသား ဖြစ်အောင်ရေးပေးပါ။ ကုဒ်ကို clean and well-commented ဖြစ်အောင်ရေးပါ။
    
    Enter fullscreen mode Exit fullscreen mode

    🧠 ပိုမိုကောင်းမွန်တဲ့ Prompt များအတွက် အကြံပြုချက်များ

    • ရှင်းရှင်းလင်းလင်းနဲ့ တိတိကျကျ ရေးပါ: \"ဒီလိုမျိုးလေး\" ဆိုတာထက် \"Image slider မှာ photo ၅ ပုံ ပြရမယ်၊ dot indicator ပါရမယ်\" ဆိုတာမျိုး ရေးပါ။
    • နမူနာ data structure ထည့်ပေးပါ: API ကနေ ဘယ်လို data လာမယ်ဆိုတာ AI ကို သိအောင်ပြောပါ။
    • ဥပမာ: // Example product object: { id: 1, name: \"T-Shirt\", price: 15000, colors: [\"Red\", \"Blue\"], sizes: [\"M\", \"L\"], images: [\"url1\", \"url2\"] }
    • Error handling ထည့်ခိုင်းပါ: \"Network error ဖြစ်ရင် error message ပြပေးဖို့ try-catch block သုံးပါ\" ဆိုတာမျိုး ထည့်ညွှန်းပေးပါ။
    • ဘာသာစကားကို ရှင်းရှင်းလင်းလင်း ဖော်ပြပါ: \"ကျေးဇူးပြု၍ မြန်မာဘာသာစကားဖြင့် comment ရေးပေးပါ\" ဒါမှမဟုတ် \"Write comments in English\" ဆိုပြီး ညွှန်ကြားပါ။

    ❌ မကောင်းတဲ့ Prompt: \"e-commerce app အတွက် product page ရေးပေးပါ\"
    ✅ ကောင်းတဲ့ Prompt: \"သင်သည် Flutter developer တစ်ယောက်ဖြစ်သည်။ product image slider, title, price, color/size selection, add to cart button ပါတဲ့ screen တစ်ခုကို GetX သုံးပြီး ရေးပေးပါ။ ကျေးဇူးပြု၍ ပြည့်စုံတဲ့ code example ကို well-commented ဖြစ်အောင် ရေးပေးပါ
    """),
    ],
    ),
    types.Content(
    role="model",
    parts=[
    types.Part.from_text(text="""Exploring E-Commerce Elements

    I've initiated searches in Burmese, focusing on \"online shopping website components\" and key e-commerce features. My aim is to grasp the foundational elements of online stores within this linguistic context. From there, I plan to delve deeper to articulate these concepts clearly.

    Delving Deeper into Burmese

    I'm now focusing on the Burmese language, having searched for key e-commerce components. My plan is to locate and translate resources explaining how to effectively instruct AI for coding tasks, particularly around online shopping. I'm keen to understand the user's template to seamlessly integrate the gathered insights. I aim to create a comprehensive, example-rich guide.

    """),
    types.Part.from_text(text="""AI ကို အွန်လိုင်းရှော့ပင်း ဝဘ်ဆိုက်တစ်ခုအတွက် code ရေးခိုင်းတော့မယ်ဆိုရင် တိကျပြီး ပြည့်စုံတဲ့ရလဒ်ကောင်းတွေရဖို့အတွက် အောက်ပါအခြေခံ အစိတ်အပိုင်း (၄) ခုကို သေချာထည့်သွင်းဖို့ အရေးကြီးပါတယ်။ သင်ကိုယ်တိုင်ရေးထားတဲ့ နမူနာဟာ အလွန်ကောင်းမွန်တဲ့ ပုံစံတစ်ခုဖြစ်ပါတယ်။ ဒီအချက်တွေကို ပိုမိုနားလည်လွယ်အောင် အွန်လိုင်းရှော့ပင်း ဝဘ်ဆိုက်ကို ဥပမာအနေနဲ့ အသေးစိတ် ပြန်လည်ရှင်းပြပေးပါမယ်။

    AI ကို Code ရေးခိုင်းရန် ထည့်သွင်းရမည့် အဓိက အစိတ်အပိုင်း (၄) ရပ်

    ၁။ AI ရဲ့ အခန်းကဏ္ဍနှင့် ဆက်စပ်မှု (Role & Context)

    AI ကို ဘယ်လိုကျွမ်းကျင်သူတစ်ယောက်အနေနဲ့ အလုပ်လုပ်စေချင်လဲဆိုတာကို အရင်ဆုံး သတ်မှတ်ပေးရပါမယ်။ ဒါမှ AI က သူ့ရဲ့ အခန်းကဏ္ဍကို နားလည်ပြီး အဲ့ဒီနယ်ပယ်က အကောင်းဆုံး practices တွေအတိုင်း code ကိုရေးပေးနိုင်မှာပါ။

    အွန်လိုင်းရှော့ပင်းအတွက် ဥပမာ:
    \"သင်ဟာ e-commerce ဝဘ်ဆိုက်တွေရေးသားရာမှာ အတွေ့အကြုံ (၅) နှစ်ရှိတဲ့ Senior Full-Stack Developer တစ်ယောက်ဖြစ်ပါတယ်။ အခုလက်ရှိမှာ 'TechHouse' ဆိုတဲ့ electronic ပစ္စည်းတွေရောင်းတဲ့ အွန်လိုင်းရှော့ပင်း ပရောဂျက်တစ်ခုကို တည်ဆောက်နေတာဖြစ်ပါတယ်။\"

    ၂။ ရည်ရွယ်ချက်နှင့် လုပ်ဆောင်ရမည့်အရာ (Goal & Task)

    ဘာကို ဘာကြောင့် ရေးစေချင်တာလဲဆိုတာကို ရှင်းလင်းတိကျစွာ ပြောပြရပါမယ်။ ဒါမှ AI က သင်ရဲ့လိုအပ်ချက်ကို အတိအကျသိရှိပြီး မှန်ကန်တဲ့ feature တွေပါဝင်တဲ့ code ကို ရေးပေးနိုင်မှာပါ။

    အွန်လိုင်းရှော့ပင်းအတွက် ဥပမာ:
    \"အသုံးပြုသူတွေအတွက် ပင်မစာမျက်နှာ (Homepage) မှာ အထူးလျှော့ဈေးပေးထားတဲ့ ပစ္စည်းတွေကို ပြသပေးမယ့် 'Flash Sale' section တစ်ခုကို ရေးပေးပါ။ ဒီ section ကိုထည့်ရတဲ့ ရည်ရွယ်ချက်ကတော့ သုံးစွဲသူတွေကို အထူး promotion တွေနဲ့ ဆွဲဆောင်ပြီး ရောင်းအားမြှင့်တင်ဖို့ ဖြစ်ပါတယ်။\"

    ၃။ အသေးစိတ်နှင့် လိုအပ်ချက်များ (Details & Requirements)

    ဒီအပိုင်းကတော့ အရေးကြီးဆုံးဖြစ်ပြီး AI က ဘယ်လို code မျိုးရေးရမလဲဆိုတာကို အသေးစိတ်ညွှန်ကြားရမယ့် အပိုင်းဖြစ်ပါတယ်။

    • Technology Stack: သင်အသုံးပြုချင်တဲ့ programming language, framework, library တွေကို အတိအကျပြောပါ။
      • ဥပမာ: \"React.js, Next.js နဲ့ Tailwind CSS ကိုသုံးပြီး ရေးပေးပါ။\"
    • Features (ပါဝင်ရမည့်လုပ်ဆောင်ချက်များ): ဘယ်လို feature တွေပါစေချင်လဲဆိုတာကို အသေးစိတ်ဖော်ပြပါ။
      • ဥပမာ:
        • \"Flash Sale section မှာ 'Flash Sale' ဆိုတဲ့ ခေါင်းစဉ်တစ်ခုပါရမယ်။\"
        • \"အချိန်ပြတဲ့ countdown timer တစ်ခုပါရမယ်။\"
        • \"လျှော့ဈေးရှိတဲ့ ပစ္စည်း (၄) ခုကို card view ပုံစံနဲ့ ပြပေးရမယ်။\"
        • \"ပစ္စည်းတစ်ခုချင်းစီရဲ့ card မှာ ပုံ၊ နာမည်၊ မူလဈေးနှုန်း (မျဉ်းခြစ်ထားရမည်)၊ လျှော့ဈေးနဲ့ ရာခိုင်နှုန်းကို ပြရမယ်။\"
    • Design (ဒီဇိုင်းပိုင်းဆိုင်ရာ သတ်မှတ်ချက်များ): ဒီဇိုင်းနဲ့ပတ်သက်တဲ့ အချက်အလက်တွေ၊ အရောင်ကုဒ်တွေ၊ UI/UX လမ်းညွှန်ချက်တွေကို ပြောပြပါ။
      • ဥပမာ: \"Card တွေရဲ့ background အရောင်က အဖြူရောင် (#FFFFFF) ဖြစ်ရမယ်။ Countdown timer ရဲ့ အရောင်က အနီရောင် (#FF0000) ဖြစ်ရမယ်။\"
    • Data Structure (အချက်အလက် ဖွဲ့စည်းပုံ): AI ကအသုံးပြုရမယ့် data တွေရဲ့ နမူနာပုံစံကို ထည့်ပေးပါ။ ဒါမှ AI က data ကို ဘယ်လိုကိုင်တွယ်ရမလဲဆိုတာ သိရှိနိုင်မှာပါ။

      • ဥပမာ:

        // နမူနာ product object:
        {
          \"id\": 1,
          \"name\": \"Wireless Mouse\",
          \"original_price\": 25000,
          \"sale_price\": 18000,
          \"image_url\": \"https://example.com/mouse.jpg\",
          \"sale_end_time\": \"2025-09-15T23:59:59\"
        }
        

    ၄။ ထုတ်ပေးရမည့် ပုံစံ (Output Format)

    AI ကနေ ရလာတဲ့ code ကို ဘယ်လိုပုံစံနဲ့ လိုချင်လဲဆိုတာကို သတ်မှတ်ပေးပါ။

    အွန်လိုင်းရှော့ပင်းအတွက် ဥပမာ:
    \"ကျေးဇူးပြုပြီး ပြည့်စုံတဲ့ React component file (FlashSale.jsx) တစ်ခုအနေနဲ့ ရေးပေးပါ။ လိုအပ်တဲ့ import တွေအားလုံးကို ထည့်သွင်းပေးပါ။ Code တိုင်းမှာ ဘာအတွက်သုံးတယ်ဆိုတာကို ရှင်းပြတဲ့ comment တွေ باللغة الإنجليزية ရေးပေးပါ။\"


    ထိရောက်သော Prompt တစ်ခု၏ ပြီးပြည့်စုံသော ဥပမာ

    **Role & Context:**
    သင်ဟာ e-commerce ဝဘ်ဆိုက်တွေရေးသားရာမှာ အတွေ့အကြုံ (၅) နှစ်ရှိတဲ့ Senior Full-Stack Developer တစ်ယောက်ဖြစ်ပါတယ်။ အခုလက်ရှိမှာ 'TechHouse' ဆိုတဲ့ electronic ပစ္စည်းတွေရောင်းတဲ့ အွန်လိုင်းရှော့ပင်း ပရောဂျက်တစ်ခုကို တည်ဆောက်နေတာဖြစ်ပါတယ်။
    
    **Goal & Task:**
    အသုံးပြုသူတွေအတွက် ပင်မစာမျက်နှာ (Homepage) မှာ အထူးလျှော့ဈေးပေးထားတဲ့ ပစ္စည်းတွေကို ပြသပေးမယ့် 'Flash Sale' section တစ်ခုကို ရေးပေးပါ။ ဒီ section ကိုထည့်ရတဲ့ ရည်ရွယ်ချက်ကတော့ သုံးစွဲသူတွေကို အထူး promotion တွေနဲ့ ဆွဲဆောင်ပြီး ရောင်းအားမြှင့်တင်ဖို့ ဖြစ်ပါတယ်။
    
    **Details & Requirements:**
    - **Technology:** React.js, Next.js, and Tailwind CSS.
    - **Features:**
      - Section ထိပ်မှာ 'Flash Sale' ဆိုတဲ့ ခေါင်းစဉ်နဲ့ countdown timer ပါရမယ်။
      - လျှော့ဈေးရှိတဲ့ ပစ္စည်း (၄) ခုကို grid layout (4 columns) နဲ့ ပြပေးရမယ်။
      - Product card တိုင်းမှာ အောက်ပါအချက်တွေပါရမယ်:
        - Product Image
        - Product Name
        - လျှော့ဈေး ရာခိုင်နှုန်းကို ပြတဲ့ badge (e.g., \"-28%\")
        - မူလဈေးနှုန်း (မျဉ်းခြစ်ထားရမည်)
        - လျှော့ဈေး
    - **Design:**
      - Section background color: #F3F4F6 (light gray)
      - Countdown timer color: #DC2626 (red)
      - Product card background color: #FFFFFF (white)
    - **Data:** အောက်မှာပေးထားတဲ့ `products` array of objects ကနေ data ကို ယူသုံးရမယ်။
    
    
    Enter fullscreen mode Exit fullscreen mode


    javascript
    // Example products data:
    const products = [
    { id: 1, name: \"Wireless Mouse\", original_price: 25000, sale_price: 18000, image_url: \"/images/mouse.jpg\", sale_end_time: \"2025-09-15T23:59:59\" },
    { id: 2, name: \"Mechanical Keyboard\", original_price: 80000, sale_price: 65000, image_url: \"/images/keyboard.jpg\", sale_end_time: \"2025-09-15T23:59:59\" }
    ];

    
    **Output Format:**
    ကျေးဇူးပြုပြီး ပြည့်စုံတဲ့ React component file (`FlashSale.jsx`) တစ်ခုအနေနဲ့ ရေးပေးပါ။ လိုအပ်တဲ့ import တွေအားလုံးကို ထည့်သွင်းပေးပါ။ Code တိုင်းမှာ ဘာအတွက်သုံးတယ်ဆိုတာကို ရှင်းပြတဲ့ comment တွေကို English လို ရေးပေးပါ။
    
    Enter fullscreen mode Exit fullscreen mode


    """),
    ],
    ),
    types.Content(
    role="user",
    parts=[
    types.Part.from_text(text="""INSERT_INPUT_HERE"""),
    ],
    ),
    ]
    tools = [
    types.Tool(googleSearch=types.GoogleSearch(
    )),
    ]
    generate_content_config = types.GenerateContentConfig(
    thinking_config = types.ThinkingConfig(
    thinking_budget=-1,
    ),
    tools=tools,
    )

    for chunk in client.models.generate_content_stream(
        model=model,
        contents=contents,
        config=generate_content_config,
    ):
        print(chunk.text, end="")
    
    Enter fullscreen mode Exit fullscreen mode

    if name == "main":
    generate()

  • ganna ahmed
    ganna ahmedAug 21, 2025

    Hi, new here. Still figuring it out :)

    • leyla
      leylaAug 21, 2025

      same here :)

  • Shreeti kag
    Shreeti kagAug 21, 2025

    👋 Hello everyone!

    I'm Shreeti Kag, currently working as a Software Development Engineer (SDE) at Mastercard. I'm thrilled to be part of this vibrant developer community! 🚀

    Looking forward to learning, sharing, and collaborating with all of you. Let’s build something amazing together! 💻✨

  • NBNG B
    NBNG BAug 21, 2025

    Very very good morning 🌞 to all

  • Lance Smith
    Lance SmithAug 21, 2025

    Hi everyone! I'm new here, so excited to be part of Dev.to community members. Looking forward to learn, make friends, socializing, and more!

  • Aditya R
    Aditya RAug 21, 2025

    Hi Everyone

    I am excited to be here and connect with fellow developers.
    I enjoy exploring new tools and build side projects.
    I mainly focus on system design and building scalable systems.
    My go to language is Python and with that I try finding new interesting tools , frameworks and systems to build.

    Looing forward to reading your posts and also sharing my knowledge with the community.

  • Muhamad Nizham
    Muhamad NizhamAug 21, 2025

    Hello everyone! I am Nizham from Indonesia,
    I've been coding since 1999. Witnessing the development of software technology is amazing. Knew this website since long time ago, but just joined now (2025). I feel like a vampire

    • Achmad Muqorrobin
      Achmad MuqorrobinAug 26, 2025

      Hallo nizham, I'm Robin from Indonesia too. Nice to meet you here 👋

  • Mustansir Hirani
    Mustansir HiraniAug 21, 2025

    Hello Everyone!
    Myself Mustansir Hirani.I am currently studying and leaning about cloud computing and aspired to explore DevOps and that is the soul reason why am here!
    very excited to explore blogs and insights from industry experts and learn and grow along the way.

  • Asad Rafi
    Asad RafiAug 21, 2025

    Hi, I’m Asad Rafi 👋
    I’m a passionate developer who loves building tools that make other developers’ lives easier. I’m always tinkering, experimenting, and creating solutions that simplify everyday coding tasks. I believe in collaboration, innovation, and sharing knowledge, and I enjoy working on projects that help the community and make development smoother for everyone.

    Big milestone!

    Just 3 days ago, I published my first npm package:
    👉 npmjs.com/package/auto-translation

    It’s a tool that helps developers automatically extract, manage, and organize i18n translation keys in React projects (and more soon 🚀).

    And today…
    📈 It has already crossed 400 downloads in less than a week! 🤯

    I built this package to solve my own pain with managing translations, and seeing the community pick it up this quickly is just amazing.

    A huge thank you 🙏 to everyone who tried it, gave feedback, and supported me. This is just the beginning — I have lots of improvements and new features planned (React Native & Node support coming soon!).i really want contributors who can help me even more so lets get into it .

    If you’re working with i18n in your projects, check it out and let me know your thoughts:
    👉 npmjs.com/package/auto-translation

    Onwards and upwards 🚀🌍

  • Khushbu Asati
    Khushbu AsatiAug 21, 2025

    👋 Hi everyone! I’m Khushbu, a Senior Frontend Engineer specializing in React ⚛️, Next.js 🚀, TypeScript 📘, SEO 🔍, and AI-Powered UI 🤖.
    I love building scalable, high-performance, and user-friendly web apps 🌐, and lately I’ve been exploring how AI can transform UI generation.

    Excited to learn, share, and connect with this amazing community! 💡
    Fun fact: I can spend hours fine-tuning pixel-perfect designs but still forget to water my plants 🌱😅.

    Looking forward to collaborating with you all! 🚀✨

  • Noah Kibet Koina
    Noah Kibet KoinaAug 21, 2025

    Hello developers ,I am glad being here 🙏🙏ready to learn and grow

  • DEV-EL💻🔥
    DEV-EL💻🔥Aug 21, 2025

    Good day✨
    I’m Devv-el, a frontend developer passionate about building sleek, responsive and problem solving websites with React & CSS magic

    I’m looking to join hackathons & collabs to learn, grow, and build awesome projects 🚀
    Would love to connect!

  • Daniel Vahla
    Daniel VahlaAug 21, 2025

    Howdy and greetings from the cold north.

  • Pooja Hase
    Pooja HaseAug 21, 2025

    Hello Everyone! I'm new to Dev.io and excited to join the community.

  • leyla
    leylaAug 21, 2025

    Hello, I'm Leyla 321 from Berlin. I have a Design Backround and want to explore, if I'm capable to learn building Websites. I'm pretty new to everything ... so please don't eat me alive. :) I'm looking forward to explore the forum!

    • Solomon Eton
      Solomon EtonAug 23, 2025

      a newbie, lol . nobody will attempt to eat you alive on here

  • Erik
    ErikAug 21, 2025

    Hi everyone, having been in IT for quite some time now, I'm looking forward to exchanging practical ideas, share thoughts and code and learn from others.

  • Haxo Labs
    Haxo LabsAug 21, 2025

    Hi all! Really glad to join this space.
    At Haxo Labs, we spend a lot of time stress-testing systems and translating emerging tech into things that actually work in practice. I’ll be sharing thoughts on infra mastery and execution intelligence, but also keen to hear how others here approach those challenges.
    Can’t wait for the discussions 🚀

  • Crab_Clawz
    Crab_ClawzAug 21, 2025

    Hello! Learning from scratch here, so lets hope things go well. All advice is appreciated. Who knows? maybe one day once I've become a digital god I'll be able to give advice myself

  • Laura Wissiak, CPACC
    Laura Wissiak, CPACCAug 21, 2025

    Hello from Austria! I am an accessibility specialist looking to learn more about accessibility in different languages. I'm studying for the DHS Trusted Tester and Web Accessibility Specialist certification.

  • Varun Kangotra
    Varun KangotraAug 21, 2025

    Hi everyone,

    I am glad to be part of the community, I am a Full Stack Developer. I am open and ready to learn, collaborate.

  • Ranimmm
    RanimmmAug 21, 2025

    hello everuone im new here

  • Vitaly D
    Vitaly DAug 21, 2025

    have no idea what this site about jsut aw it on yt video

  • Mohamed Fadlalla
    Mohamed FadlallaAug 21, 2025

    Hey everyone,

    Just wanted to introduce myself. My name is Mohamed, and I'm a software engineer with a passion for building simple, helpful tools for other developers. I've been a long-time reader of DEV.to and am excited to finally join the conversation.

    For the past few weeks, I've been building my first micro-SaaS side project called PageFlow. I've always found that managing headless browsers just to generate a PDF invoice or report can be a real pain point in projects. So, I built a dead-simple API to handle it all. The goal is to make HTML-to-PDF conversion a simple, reliable utility.

    I'm a big believer in providing value first, so my first contribution to the community is an in-depth guide on how you can build a PDF generator yourself using Node.js and Puppeteer. I just published it here on DEV: dev.to/mofadlalla/the-ultimate-gui...

    I'm looking forward to learning from you all and sharing more of my journey. I'd love to get any feedback on the project or the article!

    What's a small, annoying developer task you wish could be solved by a simple API?

    Cheers, Mo

    • Wagamama menu uk
      Wagamama menu ukAug 23, 2025

      다낭 불건전마사지 에서 전통 베트남 마사지와 현대적인 테라피가 조화를 이루는 최고의 힐링을 경험해 보세요. 편안한 분위기와 숙련된 테라피스트가 여행으로 쌓인 피로를 풀어주고 몸과 마음을 재충전해 드립니다. 발 마사지부터 전신 테라피까지, 다낭의 마사지 스팟에서 완벽한 휴식을 즐기실 수 있습니다.

  • Sachin Kumar
    Sachin KumarAug 21, 2025

    Hi everyone! I’m Sachin, a web developer passionate about creating efficient and user-friendly applications using ASP.NET and SQL Server. I enjoy exploring new technologies, working on projects that challenge my skills, and learning from the experiences of others in the community. Looking forward to connecting, sharing knowledge, and growing together!

  • night_thinker
    night_thinkerAug 21, 2025

    Hello everyone !, I am night_thinker, new to this community, glad to meet you all.
    Looking forward to learning from you all and contributing to the community

  • Nutrition Three
    Nutrition ThreeAug 21, 2025

    Hi everyone
    I’m available for collaborations and discussions around nutrition, fitness, healthy recipes, and overall wellness. If you’re passionate about building a healthier lifestyle, sharing evidence-based insights, or creating engaging content that inspires people to eat better and live stronger, I’d love to connect.

  • katsura
    katsuraAug 21, 2025

    hi everyone.
    I’m learning to work with different things because I just want to find my passion. Doing those in silence and only for myself made me bored, so I want to talk to other devs and maybe be friend with them too (●'◡'●)

  • Emmanuel
    EmmanuelAug 21, 2025

    Hello everyone
    It’s good to be here..can’t wait to learn new skills and share my knowledge as well!

  • Ivy
    IvyAug 21, 2025

    Hello!!

    I'm Ivy, an aspiring Bioinformatician and coding-enjoyer. I love nature and tinkering, especially when it comes to gene editing and developing computer projects.

    Can't wait to connect and be involved here <3

    • Little Carol
      Little CarolAug 25, 2025

      Cool! Hi Ivy. You can look me up on researchgate online, there I am carolyncates2, and your interests seem to match mine! :) Welcome.

  • Arquitecto Changmarín
    Arquitecto ChangmarínAug 21, 2025

    Hello DEV!

    Recently started a .NET learning journey 🚀. Enrolled in a Microsoft C# Learning Path, do not ask me why or how 😂, it was out of the blue, just for the sake of learning. Doing research mainly on C# and .NET have been hanging around here. Since dev.io is well positioned among C# magazines decided to accept the Sloan's join invitation, so let's throw a welcome party! 🎉🧨🎈🤣. My antecedents are CAD, BIM and Python; destiny will tell where dotnet takes me.

    Cheers everyone!

  • Misbah Bakır
    Misbah BakırAug 21, 2025

    Hello everyone! 👋
    I’m really happy to be here on DEV. I’ve been following this community for a while and I admire how supportive and knowledge-sharing everyone is.

    My main interests are:

    Digital tools & productivity

    AI and its impact on daily life

    Creative problem-solving for personal and professional growth

    I’m looking forward to both learning from you and sharing my own insights. 🙌

    If you have any tips for someone new to DEV, I’d love to hear them. Glad to be here!

  • Sebastián Tramontana
    Sebastián TramontanaAug 22, 2025

    Hi everyone! I'm excited to share stuff with you, continue learning and exchange ideas.
    I'm a software engineer and I have been working in the industry for 23 years. Now, learning about IA agentic coding, and building hobby projects.

  • Bill
    BillAug 22, 2025

    Hey everyone. I'm a data analyst from Singapore. Oh, and (I wanna be a full-stack engineer. Right now, I'm using all kinds of AI tools to make that happen, LOL). I'll share all sorts of insights. Everyone's welcome to follow my posts.

  • Parth Maniar
    Parth ManiarAug 22, 2025

    Hii everyone! I am Parth Maniar from United States of America.
    I am passionate about data and analytics, with experience in Python, SQL, and data visualization. I love exploring data to uncover patterns and help businesses make informed decisions.

  • NiceNICDomainServer
    NiceNICDomainServerAug 22, 2025

    Hi everyone! I’m with NiceNIC.NET, based in Hong Kong since 2012. We work on domains, hosting, and servers, and love helping ideas get online. Excited to join the community and connect!

  • Winton Tingey
    Winton TingeyAug 22, 2025

    That’s a really welcoming space for developers! It’s great to see how the DEV community encourages people from all levels—whether beginners or experienced professionals—to share their thoughts, projects, and learnings. A platform like this not only helps in growing technical skills but also builds meaningful connections with others in the developer world. I’ve also found resources like selling agents
    helpful when looking for practical examples of how communities bring people together.

  • Winton Tingey
    Winton TingeyAug 22, 2025

    Glad to be here! Excited to connect with like-minded developers and learn from the community. Looking forward to sharing ideas and experiences together.

  • Chethan
    ChethanAug 22, 2025

    Hey folks,
    Really glad and pleased to be a part of this wonderful community, looking forward to learn from you all and growing together.

  • Muhammad Xolmuhammedov
    Muhammad XolmuhammedovAug 22, 2025

    Hello Everyone. I am Muhammad from Uzbekistan. I am working as backend engineer for 3 years and I am here to gain new knowledge and experiences . I have no skill of writing posts yet but I will learn from you.
    My main interests are:
    Personal growth
    SQL (mainly postgres)
    Backend technologies
    Network engineering (noob level yet)
    Computer science (finished CS50 recently)
    Algorithms
    English (actively improving)

  • Armin Cooper
    Armin CooperAug 22, 2025

    🚀 Learn Python from Zero to Hero on Telegram!

    Want to master Python from scratch without feeling lost? Join t.me/Python_1st – the ultimate Telegram channel for step-by-step Python learning!

    🔹 Beginner to advanced tutorials
    🔹 Hands-on projects for real-world practice
    🔹 Practical tips and resources to boost your skills

    Start your programming journey the simplest and most effective way.

    💡 Join now: t.me/Python_1st

  • David Kershaw
    David KershawAug 22, 2025

    Hi folks. glad to join the fun! I lead the CsvPath and FlightPath open source projects. i'm planning to lurk out and contribute to #dataops as well as learn about other stuff.

  • webmaster67
    webmaster67Aug 22, 2025

    Hello everyone,
    I'm an independent developer based in Alsace 🇫🇷, specializing in WordPress, Prestashop, and cybersecurity. I help small and medium-sized businesses secure, optimize, and grow their online presence.
    On this page, I share practical tutorials, security analyses, and tips to boost your WordPress sites.

  • Akash Chandran
    Akash ChandranAug 22, 2025

    Hey everyone 👋 I’m a CS student who loves turning random ideas into little projects. Right now I’m diving deeper into Python, experimenting with AI + LLMs, and tinkering with FastAPI to build APIs.

    I joined DEV because I wanted a friendlier space to share projects (Reddit wasn’t exactly that 😅) and connect with people who like geeking out over debugging, side projects, and dev tools.

  • Abdurrahman Adewusi
    Abdurrahman AdewusiAug 22, 2025

    Hello everyone, i'm new here and i am here to meet with other developers who are willing to share their experiences, insights and tips towards achieving a successful career in the tech industry. I look forward to working with you all

  • freshlyrated Cannabis
    freshlyrated CannabisAug 22, 2025

    This was spot on. For quality and price, I suggest Weed Delivery Surrey reliable.

  • Ikhwan A Latif
    Ikhwan A LatifAug 22, 2025

    Hi everyone, I'm excited to join here. I will usually write a journal in here of what did i do, what side project i did, going deep down in the world of software, exploring algorithm around software development.

    Hope my journal will assist new developer to understand software

  • Anish Rane
    Anish RaneAug 22, 2025

    Hey Dev.to! 👋 Mechanical engineer who fell in love with AI after seeing how predictive maintenance could save thousands in downtime costs. Now I'm building RAG systems and LLM applications for heavy machinery at Weichai Power. Excited to share the intersection of traditional engineering and modern AI! What got you into tech?

  • Adrien Coffre
    Adrien CoffreAug 22, 2025

    hi there, exploring the website

  • Ike Gibson
    Ike GibsonAug 22, 2025

    Hello everyone,
    My name is Ike and I am excited to join this community, thank you for having me! I look forward to reading many insights and learning as I go along, I have just started coding on my own and through college courses one year ago. I am a stay-at-home dad now and after 15 years as an auto mechanic, I have decided to work towards become a web developer and working from home.

  • Ismael Rosas
    Ismael RosasAug 22, 2025

    Hey what's up! I'm excited to be part of something bigger than myself. I'm new to developing, but I'm also super freaking ambitious and honestly have just dived head on into deep waters these last couple of months, continuously working on my own project xrpmints.com. I originally studied psychology at San Francisco State University, but once I graduated and began working in the field I came to realize it really was not my thing. So, I started exploring a bunch of different avenues. I got my real estate license, I got certified as a pharmacy technician, and am still currently at my day job in the social services at my local hospital which I hate/love. About a month and a half ago I started learning about blockchain mainly XRPL and how it works, exploring how to build on it, etc... I found out about freecodecamp.org and other free resources/education and realized I can actually teach myself how to code, and progressively begin building my own decentralized application, and I love it. Whether I'm coding, studying, or trying to figure out a bug. Time just goes by but it feels like it's only been minutes. Anyways, I'm excited to continue pursuing this journey, I look forward to meeting as many of you as I can, and contributing to this community as much as I can.

    best of luck,
    Ismael

  • Laura Farkas
    Laura FarkasAug 22, 2025

    Hi hi hi. Excited to find this place and be here. Happy coding!

  • Marius Popa
    Marius PopaAug 22, 2025

    Hi everyone 👋

  • Latif Yan
    Latif YanAug 23, 2025

    Hi, I’m an AI/ML Engineer with over 10 years of experience building production-grade deep learning systems across healthcare, robotics, mobility, and geospatial intelligence.
    My expertise spans LLMs & NLP, computer vision, MLOps, and AI for embedded systems. I’ve deployed scalable models in edge environments, optimized multimodal LLMs like LLaMA for medical diagnostics, and built AI pipelines that improve real-world outcomes — from radiology to disaster response.
    I’m passionate about developing intelligent, efficient, and impactful AI systems, and I bring a hands-on, execution-driven mindset to every project. My work blends research rigor with engineering precision, enabling companies to ship smarter products faster.
    If you're leading a company that’s serious about applying AI to solve high-impact challenges, I’d love to connect and explore how I can help drive your innovation forward.

  • Little Carol
    Little CarolAug 23, 2025

    Hi, I'm Little Carol.

    1. Fun fact about myself:
      const cookies = { SesameStreet: 'share', Dexter: 'hide' };

    2. What I'm learning:
      Everything I can get my eyes on!

    3. What brought me here:
      An article here called "The Ultimate Guide To Social Media Handles."

    Good to be here! :)

  • Chris Moore
    Chris MooreAug 23, 2025

    Hello! Finally decided to make an account and participate! Just launched gitnarrative.io! Looking to branch out and crawl out from under the rock I have been living in. Fun fact, is I had a Youtube channel where I opened Pokemon cards, which let me to create my e-commerce site xD

  • Ronald Brown
    Ronald BrownAug 23, 2025

    Hi everyone! Glad to join this community and connect with other developers. I enjoy experimenting with different technologies, working on projects that challenge me, and learning from the experiences of others. Excited to share ideas, pick up new insights, and contribute wherever I can!

  • Nuno Araújo (azorean82)
    Nuno Araújo (azorean82)Aug 23, 2025

    hi, welcome everyone

  • prateek pulastya
    prateek pulastyaAug 23, 2025

    Hello everyone.

    • Mav
      MavSep 28, 2025

      Hi Prateek, any chance your memory is still fresh from completing CAPT? I would like to ask for help on the rivalry scenario..specifically the part where I have to find ?

      • Mav
        MavSep 28, 2025

        orbitronix target audience?

  • Polly B.
    Polly B.Aug 23, 2025

    Hi everyone!
    My name is Polly, and I’m just beginning my journey into front-end development. Right now I work as an operations manager - my job has nothing to do with IT, but I’ve made a decision to build a new career from scratch, and I’m excited (and a bit scared) to dive in

    At the moment I’m living in Russia and joining this community is a big step for me. It’s my first time being part of a developer space like this, and I’m really looking forward to learning - both in tech and in English :)

    See you around!

    • Little Carol
      Little CarolAug 25, 2025

      Hi Polly, what an great story! I am wishing you the best! :)

  • Meum Ink
    Meum InkAug 23, 2025

    Hello, world! To be honest, I came here to share the project. But when I saw dev.to a couple of years ago, I really liked it. Therefore, I am not only staying here for personal gain!

  • liquidcode
    liquidcodeAug 23, 2025

    Hi everyone,
    I’m excited to be part of this community! I’ll be sharing daily challenges from our website and look forward to your feedback, solutions, and ideas 🤍

  • Ashok Kumar
    Ashok KumarAug 23, 2025

    👋 Hi Everyone!
    I'm Ashokkumar from Cuddalore.

    Recently started my journey in Data Analytics 📊

    Currently learning Python, SQL, Excel, and Power BI

    Interested in doing projects and sharing learnings here.

    Excited to connect with fellow developers and learners 🤝

  • Hacking Club Mate
    Hacking Club MateAug 23, 2025

    Hello everyone! Happy to be in the community!

  • Muhammed Sabith
    Muhammed SabithAug 23, 2025

    HI Everyone ! My name is Sabith ! a passionate teen who started coding at a young age and currently looking forward to contribute to open source ! It would be nice if I can network with some of you guyzzz ! it would be nice ! have a nice day :)

  • Samuel Vxrgas
    Samuel VxrgasAug 23, 2025

    What about DDoS? Is it "out of fashion"? Botnet? Tell me a few things about it.

  • 10neen
    10neenAug 23, 2025

    السلام عليكم
    انا هنا من اجل الاستمتاع بعالم البرمجه الشيق
    حقا انكم محظوظون انكم تعلمتم هذا العالم المذهل
    ارجوا ان اكون صديق لطيف لديكم فانا اراكم كذلك

  • Neal Han
    Neal HanAug 23, 2025

    Hello, world #997 :)****

  • Taki
    TakiAug 23, 2025

    Hi everyone! I’m excited to be here and connect with fellow developers. I enjoy exploring new tools, building projects, and learning from shared experiences. Looking forward to reading your posts and contributing to the community!

  • Mouad Bouisselman
    Mouad BouisselmanAug 23, 2025

    👋 Hey everyone! I’m Mouad.
    I’m diving deep into the world of web development with Django and exploring the mix between building scalable apps and keeping them secure. I’m also curious about AI integrations and how they can make our projects more powerful.
    Excited to learn, share, and connect with this community. 🚀

  • Nehemia Ndekirwa
    Nehemia NdekirwaAug 23, 2025

    Heeey I'm just a chill guy

  • myst
    mystAug 23, 2025

    Hi, I've started learning web dev from The Odin Project and trying to stay consistent with it. I'm also very keen about cybersecurity! :)
    love from Pakistan <3

  • ing k
    ing kAug 23, 2025

    There are concerns about tariffs and the job market, but is the stock market still optimistic about next year?

  • Prakash Steve
    Prakash SteveAug 23, 2025

    Hey everyone 👋 I’m Steve, a developer who enjoys building tools that make life easier for other devs.

    Right now, I’m working on Portify, a project that turns your GitHub into a clean, professional portfolio website with almost no effort.

    I joined Dev.to to connect with other builders, share what I learn as I go, and get feedback from this amazing community. Excited to be here

  • Zavier Hernandez
    Zavier HernandezAug 23, 2025

    Hi

  • Joseph Christian McCoy
    Joseph Christian McCoyAug 23, 2025

    Hey, glad to be here. I'm learning python slowly but surely getting better at it. I'm also a student in boot camp for AWS, learning the cloud on the Devops path and just here to learn from a lot of other like-minded individuals and get better at what I do and make a career out of it soon! Happy to be here!

  • Joseph Christian McCoy
    Joseph Christian McCoyAug 23, 2025

    Hey, I'm just glad to be here. Excited to be with fellow developers. I'm still early in my journey. I am attending a boot camp learning AWS on the devops path to work in the cloud learning python and slowly getting better at it. I hope and just really excited to be with some people that I can learn some things from and I soon hope to finally make a career out of the thing I've loved for many years technology!

  • Youla Lee
    Youla LeeAug 24, 2025

    Just joined, and hello from Korea! Happy Sunday!

  • Youla Lee
    Youla LeeAug 24, 2025

    Just joined and hello from Korea!

  • Antony Andrus
    Antony AndrusAug 24, 2025

    Hi everyone! I'm thrilled to be here and to connect with each one of you to share our knowledge and shine together. I would like to hear about new tech or tools, building projects also to share experiences.

  • Anshuman Jadiya
    Anshuman JadiyaAug 24, 2025

    Hello everyone...

  • Sammy Brown
    Sammy BrownAug 24, 2025

    Hello everyone. I’m thrilled to be here. I am a tech enthusiast at beginner level. I don’t call myself a developer yet but I have ideas in my head i wish to bring to life. I look forward to connecting with you all as I learn and contribute to the community.

  • Source61
    Source61Aug 24, 2025

    Hey, I'm a game & ML developer, with a keen interest in novelty as well as autonomous AI and robot rights.

  • Pradeep Ravisankar
    Pradeep RavisankarAug 24, 2025

    Hello everyone ! I'm excited to share my content to all of you guys, Now I'm grounded to post about web development

  • Abdullah Aslan
    Abdullah AslanAug 24, 2025

    Hey there!

  • Md Shakil
    Md ShakilAug 24, 2025

    Nice🤒🤒

  • Md Asif vai
    Md Asif vaiAug 24, 2025

    Good

  • Dk Sakin
    Dk SakinAug 24, 2025

    Nice site

  • OutreachPro
    OutreachProAug 24, 2025

    Flower language: love, hope, expectation, humble beauty

  • Saurabh Adivarekar
    Saurabh AdivarekarAug 24, 2025

    Hey everyone!
    Excited to be here and connect with other devs. I'm a DevOps engineer who loves messing around with automation, CI/CD stuff, and cloud tools. Always up for learning something new and geeking out over cool projects. Looking forward to reading your posts and sharing some of my own along the way!

    • Joseph Christian McCoy
      Joseph Christian McCoyAug 25, 2025

      I could definitely learn from you I'm on DevOps path in AWS cloud Bootcamp!

  • Hamayl Zahid
    Hamayl Zahid Aug 24, 2025

    Hey👋,
    I’m Hamayl Zahid, an aspiring AI Engineer, exploring ML & NLP.
    Looking forward to share my AI journey, learn from you all, and contribute to this community.

  • Shashwath Shenoy
    Shashwath ShenoyAug 24, 2025

    Hi everyone 👋
    I am Shashwath, a Data Engineering leader with 15 years of experience. Super excited to be part of this community! I will be sharing Data Engineering blogs, insights & lessons I have picked up from real projects over the years. Looking forward to learning from all of you & exchanging ideas along the way!

  • Tochukwu Okoye
    Tochukwu OkoyeAug 24, 2025

    Hey, I’m Okoye Tochukwu Allen 👋🏽 — a 300L software engineer who’s been coding for 5+ years. I love building, breaking, and fixing things with code. Always learning, always improving. I look forward to knowing you all, working with you all. And i really love work and tasks so if you ever feel in the mood to say hi, make sure to bring one or to coding task to sole. THANK YOU ALL!

  • Tosin Okeshola
    Tosin OkesholaAug 24, 2025

    Hi everyone, am so excited to be here am an aspiring web developer and would love to connect with both senior and junior devs

  • Joseph Christian McCoy
    Joseph Christian McCoyAug 24, 2025

    Hey I'm Joseph I'm extremely happy to be here with like minded individuals I'm currently attending Digital Cloud Mastery bootcamp learning all things AWS on the DevOps engineer path, learning from others and teaching myself Python also slowly getting more confident with it....I work and raise two children on my own due to losing my wife a few years ago and that is what made me realize I needed to follow my dreams and do something I have a passion for...I'm 43 years old and ready to hopefully soon get my first job in tech! Nice to meet everyone! By the way I love Linux, Python, Android, windows and many more !

  • Enio Aguiar
    Enio AguiarAug 25, 2025

    Hello, I'm from Brazil and I'm trying to improve my financial situation. I try to make money online, but I keep failing over and over. I'm a beginner programmer, and AI has been helping me. My latest attempt, among many others, is a blog. Let's see if it fails like the rest or if I'll finally turn my life around.

  • Sergio Sanchez Alvarez
    Sergio Sanchez AlvarezAug 25, 2025

    Hi!!!

  • Muhammad Paraja
    Muhammad ParajaAug 25, 2025

    aku minta akun dong

  • Pradheep Vijayaraj
    Pradheep VijayarajAug 25, 2025

    Hello all. Here to strive and thrive

  • PrettifyCode
    PrettifyCodeAug 25, 2025

    👋 Hi Dev community,

    This is the account for PrettifyCode, a free collection of online developer tools. The project started because switching between different sites for JSON, SQL, HTML, and CSS formatting felt repetitive, so the idea was to build one simple place for code beautifiers, formatters, and diff tools.

    Everything runs in the browser, no logins or ads. Alongside code tools, we’re also adding small text utilities and file tools (like case converters, PDF merge/compress, and image resizers).

    Looking forward to sharing updates here and learning from the community. 🚀

  • Rarejam
    RarejamAug 25, 2025

    helloo

  • Sillar Code
    Sillar CodeAug 25, 2025

    Hi everyone! 👋

    I'm Jerome Martin, and I’ve been working as a Back-End Developer for over 10 years. My journey has taken me through a variety of projects, primarily focusing on building scalable systems with Rust, C#, and Java. I have a strong passion for cloud-native applications, particularly with Azure ☁️ and AWS 🌩️, and I find great satisfaction in optimizing CI/CD pipelines and enhancing DevOps practices.

    I joined this community to connect with fellow developers, share insights, and stay updated on industry trends. I’m particularly interested in exploring the latest advancements in microservices architecture and cloud technologies.

    A fun fact about me: I thrive on mentoring junior engineers and helping them navigate their careers in tech 👩‍💻👨‍💻.

    Looking forward to engaging with all of you and sharing experiences! 🚀

  • sunilnetin
    sunilnetinAug 25, 2025

    Hi there, i'm struggling to understand Business need of Azure Function when should i recommend to our client to go with Azure Function?

  • Omotanbaje Feranmi
    Omotanbaje FeranmiAug 25, 2025

    Hello everyone!
    I am a Junior Cloud Engineer with a strong interest in Cloud Computing, IT Sales, Data Analysis, and Project Management. I combine technical expertise with business acumen to design, present, and deliver solutions that drive digital transformation and business growth.
    looking forward to growing, learning and exchanging ideas with all of you

  • Shaswat Acharya
    Shaswat AcharyaAug 25, 2025

    👋 Hi everyone,
    I’m Shaswat Acharya from Nepal. I’m a Frontend Developer and student, curious about the possibilities of JavaScript, Python, and building modern web projects.

    I enjoy taking on projects that challenge me to think creatively and grow my skills. Right now, as a student, I’m focused on learning as much as I can and preparing for a career in tech. I’m really looking forward to connecting with this community, sharing what I’ve learned so far, and learning from all of you.

    Excited to collaborate, exchange ideas, and contribute wherever I can! 🚀

  • Ojobor Jude
    Ojobor JudeAug 25, 2025

    Hello! My name is Ojobor Jude Ikechukwu. I’m passionate about continuous learning and joined Dev.to to connect with developers, share knowledge, and grow within the community.

  • smithjeffreyhenderson-tech
    smithjeffreyhenderson-techAug 25, 2025

    Hi am smith from Netherlands,am so excited to be in this wonderful community, reading your post exploring new tools,

  • Falk
    FalkAug 25, 2025

    Hi everyone! :)

    I'm glad to have finally found a nice where interested and curious minds come together to share their experience. I love my job in data integration at day and learn more about machine learning and AI use cases for SMEs. Currently working at a large company and thrilled to join a small company in November this year. I'm looking forward to connect and learn together.

  • Kimberly Borg
    Kimberly BorgAug 25, 2025

    Hey everyone,

    I’m new here and excited to join this community!

    A bit about me:

    I’m passionate about open-source tools, indie hacking, and the joy (and occasional pain 😅) of self-hosting.

    I work with PikaPods - a platform that makes it super easy to spin up and run open-source apps in seconds. Think of it as self-hosting without the server setup headaches.

    What I’m hoping to do here:

    Share tutorials, guides, and stories about self-hosting apps like Mastodon, Umami, Nextcloud, and more.

    Connect with devs, makers, and anyone who loves tinkering with open-source software.

    Learn from you all — this community looks like a goldmine of knowledge.

    If you’ve got a favorite open-source app you’d love to see simplified, let me know — I’d love to cover it in a future post.

    Looking forward to sharing and connecting with you all 🚀

  • AYVWEB
    AYVWEBAug 25, 2025

    Today was a really mentally hard day for me. A question that often comes to my mind returned again: Would I be satisfied with my life if today were the last day of it? . After spending some time thinking about it, I came to one decision.I am starting AYVWEB ,a tech and science company built on the philosophy of pushing humanity toward a better version of itself.I hope these are the first lines of a long journey. Thank you.

  • Vijay Londhe
    Vijay LondheAug 26, 2025

    Hi everyone. I am a python bakend developer. I really want to know about other developers. I want to learn from their experiences. I searched for communities and I came here.

  • Marko Frntić
    Marko FrntićAug 26, 2025

    Hey Dev.to. Senior architect here with three decades of experience in unusual fields like forestry and agriculture.

    Now I'm building tech for sustainability. Happy to share some old-school wisdom and learn some new tricks. Glad to be here!

  • Tabassum Khan
    Tabassum KhanAug 26, 2025

    Hi to everyone, I am highly interested and experimenting smart contracts and blockchains, now a days.

  • Clary
    ClaryAug 26, 2025

    hello

  • Kavinda Mahesh
    Kavinda MaheshAug 26, 2025

    Hello

  • maphaba
    maphabaAug 26, 2025

    I'm Here

  • Jean Raymond Mathurin
    Jean Raymond MathurinAug 26, 2025

    hello, Im new

  • Mohammed Adam
    Mohammed AdamAug 26, 2025

    Hello Everyone, I am here to learn in public.

  • Talha Rizwan
    Talha RizwanAug 26, 2025

    👋 Hi everyone! I’m Talha Rizwan, a Full-Stack Web Developer passionate about the MERN Stack, AI, Gamification, and SQA. Excited to share projects, learn from this community, and connect with like-minded devs! 🚀

  • amiir Masama
    amiir MasamaAug 26, 2025

    Hi everyone! I’m excited to be here and connect with fellow developers. I enjoy exploring new tools, building projects, and learning from shared experiences. Looking forward to reading your posts and contributing to the community!

  • Endria Carem
    Endria CaremAug 26, 2025

    olaaa

  • Suhas Bajjuri
    Suhas BajjuriAug 26, 2025

    Wassup everyone, this seems interesting, lets connect and build some crazy stuff together. ;)))

  • Milos M
    Milos MAug 26, 2025

    Hello everyone!

  • محمد بشير الخوجة
    محمد بشير الخوجةAug 26, 2025

    Hello, I from Syria

  • Mzamo Tshapha
    Mzamo TshaphaAug 26, 2025

    Hello Everyone!!!!

    All the way from South Africa where software developers are scarce, I'm delighted to be here. I hope I will quickly adapt and learn a lot from you. Danko!

  • Fatjon Murati
    Fatjon MuratiAug 26, 2025

    Excited to join! I’m building SilentSale — the world’s first Shared-Protection Marketplace. Looking forward to sharing how we’re solving fairness in peer-to-peer selling.

  • Jordan Robinson
    Jordan RobinsonAug 26, 2025

    👋 Hello Devs! I’m excited to join this community. While I’m new here, I’m not new to tech—I bring 10+ years of experience as a UX/UI designer and I’m now diving into Java full-stack development. I love blending design, code, and curiosity to create meaningful digital solutions, and I look forward to learning and sharing with all of you!

  • Alexander
    AlexanderAug 26, 2025

    HI THERE)

  • Ida Emambo
    Ida EmamboAug 26, 2025

    Hi to every one

  • Rahaf Alotaibi
    Rahaf AlotaibiAug 26, 2025

    Hi everyone

Add comment