DEV Community

Cover image for Welcome Thread - v314

Welcome Thread - v314

Sloan the DEV Moderator on February 12, 2025

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. ...
Collapse
 
morgankar profile image
Morgan Kar

Hi, I am Morgan! Currently working to become a frontend Developer. Here to share my learnings and also for the dev community here.

Collapse
 
jzlingmo profile image
Vijay

Nice to meet you here. Frontend development is really a lot of fun!

Collapse
 
jarvisscript profile image
Chris Jarvis

Welcome to DEV, Morgan.

Collapse
 
bontas_conflictofinter profile image
Bonta's Conflict of Interests

This is an especially rough crowd. It'll be my process area to focus on as a disabled family member with time constraints at hands.

Collapse
 
bontas_conflictofinter profile image
Bonta's Conflict of Interests

We do not jar.

Collapse
 
przemekciacka profile image
Przemek Ciąćka

Hey Morgan! 👋 Welcome to the frontend journey! After many years in different tech roles, I know how exciting it can be to explore new paths. What areas of frontend development interest you the most?

Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Nice to meet you Morgan! I am somewhat new to web dev as well, but let me know if I can help you.

Collapse
 
goodluck00112 profile image
Goodluck 👨‍💻

Welcome Morgan 😁

Collapse
 
lemorra profile image
Rishikesh V.M

👋

Collapse
 
adedamola_onabanjo_736971 profile image
Adedamola Onabanjo

Hi Morgan!

Collapse
 
keybachira123 profile image
Keybachira

ou morgan

Collapse
 
ali007depug profile image
Ali AbdElbagi

Good luck

Collapse
 
szeyusim profile image
Sze Yu Sim

Hello from Malaysia! I am a AI/ML and Data Science Enthusiast

Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Hi! Good to meet you here.

Collapse
 
mouhamadou-uori profile image
NDOUR

Hello 👋

Collapse
 
mangesh_shardul_7bb64f01a profile image
mangesh shardul

Hi

Good morning 🙏
And thank you..

Collapse
 
jess profile image
Jess Lee

Welcome all!

Collapse
 
gigaherz profile image
GigAHerZ

Hi, I'm Joonatan, a software engineer and architect from Tallinn, Estonia. I've spent over a decade designing and building systems that are practical, efficient, and easy to use. My work primarily focuses on backend development, where I use technologies like .NET Core, C#, Blazor, ASP.NET, and PostgreSQL to tackle challenges and create solutions tailored to real-world needs.

Over the years, I've worked with a variety of tools and platforms, including cloud-native technologies like Azure and databases such as Microsoft SQL Server, MariaDB, and Oracle DB. I've also explored architectural patterns like Vertical Slice Architecture and implemented CI/CD pipelines to streamline development processes.

I enjoy contributing to open-source projects and have created libraries such as C# ULID Implementation, a performant library for generating unique identifiers, and QueryLink, which simplifies how UI components interact with backend data. These projects reflect my focus on building tools that improve efficiency and address everyday developer challenges.

Beyond backend development, I have a strong interest in embedded systems. I enjoy working with microcontrollers like ESP32, STM32, and AVR, using languages like C and C++ alongside tools like FreeRTOS. This hands-on work with hardware complements my software expertise and brings a fresh perspective to problem-solving.

When I'm not writing code, I enjoy tinkering with new ideas, exploring emerging technologies, and finding ways to simplify complex systems.

Collapse
 
mohammed_ysidibey_89e5d7 profile image
Mohammed Y sidibey

I am very delighted to be in this platform, my mission is to learn from all of those experience developer.

Collapse
 
maja_moreki_d4f3bac907db2 profile image
Maja Moreki

Hi I'm maja indie dev from South African I love Animation and cartoons and games my addiction for the thril got me learning c# to develop my first game , I love open source I sourced most my development out of open source because i live in a country were money is scares buying proper programs gets expensive so i based my business module out royalty free open source blender,gimp,cap cut,kdenlive,vs,js,css,html I Been learning I would love to develop a task team leading the charge in tech invention
my business name is Black Terror I aslo love YouTube content creation

Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Hey Maja nice to meet you. I am a lifelong game dev who has also used a lot of the same toolchain over the years for a lot of the same reasons, so I get it! I love open-source software and collaborating on games. Would love to talk more and share the passion.

Collapse
 
maja_moreki_d4f3bac907db2 profile image
Maja Moreki • Edited

@jacobleedavis Yeah I would love to collaborate with you.
Share the passion the road gets lonely
It would make my journey more fun .
Hope we can be best friends
WhatsApp me :0640060984

Collapse
 
syafriadi_e5cca0eaeced045 profile image
Syafriadi

hello ..🤗🤗

Collapse
 
maja_moreki_d4f3bac907db2 profile image
Maja Moreki

Hey how are you 😁😁😁

Collapse
 
anup_kumar_1cabc1f31df5d5 profile image
Anup kumar

Hello,
Good Morning.

Collapse
 
pntsharma profile image
Puneet Sharma

Hi, I am Puneet. Computer languages have always intrigued me. I started my journey with Python (Coursera); it's a bit late, but I hope not too late. I welcome any assistance or guidance in simplifying this process as I am still trying to understand def functions with loops 🤯. Thank you.

Collapse
 
dcuriousguy profile image
Shiladitya Kar

Hello!

Collapse
 
syafriadi_e5cca0eaeced045 profile image
Syafriadi

hi..🤗

Collapse
 
joseph_lahai_kanu profile image
TimeHealersDigitalHub

Hi everyone, I am Joseph. I am a junior DevOps engineer, with less than one year of experience in this field. I am looking forward to learning new and exciting concepts in this medium, and collaborating with you guys. A very warm thanks to you all.

Collapse
 
highcenburg profile image
Vicente G. Reyes

Welcome to DEV, everyone!

Collapse
 
przemekciacka profile image
Przemek Ciąćka

Hey folks! 👋 I'm a software engineer with supposedly 14 years of experience (though my impostor syndrome strongly disagrees), with the last 5 years focused on frontend. Currently making React apps faster at RTB House. Here to finally start sharing what I've learned along the way - better late than never, right? 😉

Collapse
 
kurt_71f845918053896c5a08 profile image
Kurt

My name is *Kurtis Dean Calder * I'm trying to build a stock trading bot with Chat GPT and DeepSeek, and believe I may truly benefit from some advice from actual developers so if anybody, "anybody at all," has any advice or anything to share, add, or fix, please do I'm all eyes, and ears!!

SAMPLE BOT

import time
import alpaca_trade_api as tradeapi
import yfinance as yf
import pandas as pd

# Alpaca API setup
API_KEY = 'your_api_key'
API_SECRET = 'your_api_secret'
BASE_URL = 'https://paper-api.alpaca.markets'  # Use paper trading for testing

api = tradeapi.REST(API_KEY, API_SECRET, BASE_URL, api_version='v2')

# Avoid day trading
def avoid_day_trading(account):
    if account.cash < 10000:
        print("Avoiding day trades: Account balance is below $10,000.")
        return True
    return False

# Get market data
def get_market_data(symbol):
    data = yf.download(symbol, period="1d", interval="1m")
    return data

# Trading strategy (example: moving average crossover)
def moving_average_crossover(data):
    data['SMA_50'] = data['Close'].rolling(window=50).mean()
    data['SMA_200'] = data['Close'].rolling(window=200).mean()
    if data['SMA_50'].iloc[-1] > data['SMA_200'].iloc[-1]:
        return "BUY"
    elif data['SMA_50'].iloc[-1] < data['SMA_200'].iloc[-1]:
        return "SELL"
    return "HOLD"

# Main loop
def main():
    symbol = 'AAPL'  # Example stock
    while True:
        account = api.get_account()
        if avoid_day_trading(account):
            time.sleep(86400)  # Wait 24 hours
            continue

        data = get_market_data(symbol)
        action = moving_average_crossover(data)

        if action == "BUY":
            api.submit_order(
                symbol=symbol,
                qty=1,
                side='buy',
                type='market',
                time_in_force='gtc'
            )
            print("Buy order placed.")
        elif action == "SELL":
            api.submit_order(
                symbol=symbol,
                qty=1,
                side='sell',
                type='market',
                time_in_force='gtc'
            )
            print("Sell order placed.")

        time.sleep(60)  # Check every minute

if __name__ == "__main__":
    main()```


Enter fullscreen mode Exit fullscreen mode
Collapse
 
shohag_hasan_24602c56e5fd profile image
Shohag Hasan

Hello

Collapse
 
tatiamorim_rj profile image
Tatiane Amorim


Fala DEVS.... Aqui é Tatiane, formada Publicidade e Propaganda e programação pelo SENAC. Hoje estou focada em montar meu primeiro SITE. Espero contar com a comunidade e saibam que podem contar comigo. Um abç !!!

Collapse
 
lealpontopy profile image
Davi Leal • Edited

Hello World!, My name is Davi Leal and i am studying programming.
in my days i normally use html, css and Javascript, lately I've been interested in python and backend langs, and i really liking this language, the library, the sintax, the things i can easily do, IS PERFECT!,
i am here to learn and to help however I can, i am a noob for now but i believe that with some practice and writing code i can be better everyday, so if you need some help, i will never refuse

print("with entusiasm,Davi Leal")
Enter fullscreen mode Exit fullscreen mode
Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Hey Davi nice to meet you. I first started using python in order to supplement my usage of Blender, the 3d software, and quickly grew to love it!
Welcome.

Collapse
 
andrewv profile image
Andrew

Hello, I am a student enrolled in the awsacademy program. I enjoy the Cloud field and I am working to become a devops enginner. I enjoy backend more than frontend, although on my free time I am always learning how to do both.

Collapse
 
ron_landry_f7560e08c4edeb profile image
Ron Landry

Collapse
 
julie_butler_b5bfeb7eb920 profile image
Julie Butler

Hi Everyone! My name is Julie! I'm a Ui/UX designer and recently started learning simple coding since starting to dabble in Ai coding tools. I already knew the basics of CSS and HTML. Excited to learn from this cool community!

Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Hi Julie. It's awesome you are branching out and using Ai to learn to code. It's a great time to be starting out, don't let anyone discourage you! I wish I had had these tools around when I was trying to learn!
Welcome to the sight and let me know if I can be of help.

Collapse
 
purple_shades07 profile image
Joyce

Hi, I'm Joyce! Just begun my tech journey. I'm in interested in both backend and frontend development (full stack ig) I'm new to all this so I'd very much appreciate whatever guidance, correction or criticism I receive along the way.Thank you.

Collapse
 
adarshdotdev profile image
Adarsh Gupta • Edited

Hi, I'm Adarsh!
I'm on a journey to learn and grow as a developer while contributing to open-source projects. As a beginner, I'm excited to be part of the developer community and would truly appreciate any guidance and support along the way!

Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Hi nice to meet you Adarsh. I am also new to this forum, but I have been coding since the 90s and love sharing the passion with people. Welcome!

Collapse
 
phillip_dawson_66e5186f61 profile image
Phillip Dawson

Hello, I am Phillip. Been working as a programmer for over 25 years. Here to share and learn. Even after 25 years, there are still something to learn each day. Have been programming in Basic (on C64 and Spectrum), Delphi (started with Turbo Pascal), COBOL, TAL, C, C++, Java, JavaScript (NodeJS, Angular & React), VBScript, Python. Now busy getting to know Rust in depth. Do not over complicate the solution

Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Hi Phillip. As a lifelong programmer who has walked the journey through many of the same languages and systems you listed, I can appreciate your passion for continuous learning. I have been a hobby coder my whole life, and I am still interested in the challenge of it.
Welcome!

Collapse
 
sarah_beatriz_04c3fa76ab2 profile image
Sarah Beatriz

Hi, I'm Sarah, I'm from Brazil and soon I'll be starting a course called Systems Analysis and Development. I'm trying to study some basic concepts so that I don't suffer so much when I start my degree, which is why I came here. At the moment I don't have much knowledge, but I'd like to learn together with you more experienced DEVS.

Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Hi Sarah nice to meet you. I am a lifelong programmer who just loves to code and help people. If you have any questions or I can help, let me know!

Collapse
 
barmoglodogod profile image
Alexey Smeshkov

Hi all! I joined this site because I found an interesting article here that made me happy. I know C# and the Unity engine quite well, and am currently learning GoLang. I am interested in various topics - machine learning and the use of ready-made trained models and working with databases, various simulations. I am also interested in various graphic algorithms, mathematical processing of 2D, 3D data, what is called GenerativeArt ;-)

Machine learning

Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Hey nice to meet you. You don't mind my asking, what was the article that interested you so much?
Welcome.

Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Hey everyone! I have been a passionate hobby dev since childhood. Cut my teeth on assembly and c/c++ decades ago, but I have been away for a while. Looking forward to meeting you all, learning new stuff, and finding some ways to collaborate and contribute.

Collapse
 
sahilrana profile image
Sahil Rana

Hello! I'm Sahil Rana a self-taught Software Developer with over two years of work experience specializing in both backend and frontend development using frameworks like React.js, Node.js, and Express.js.

I build dynamic, engaging websites and applications that adhere to SOLID principles, ensuring reusability and extendibility. Committed to delivering bug-free, high-performance applications, I prioritize clear communication to bring clients' visions to life seamlessly.

Collapse
 
bontas_conflictofinter profile image
Bonta's Conflict of Interests

Am not in a car, I'm studying what leads reoccurring economic pitfalls in the codes where this group develops by Tim
Image description.

Collapse
 
vinluvs profile image
Vivek Kumar

Hi, I am Vivek ! I love art 🎨, design ❇️ and coding 🧑‍💻. I am here to learn 📚 and engage in this community . I am also seeking mentorship for frontend development with gsap animations🧚‍♂️and cool CSS😇.

Collapse
 
tanmay_kaushik_ profile image
Tanmay Kaushik

Hey devs,

This is Tanmay ! An independent developer from Ontario, Canada who loves to code and building things from scratch. Over the past few months, I’ve been immersed in mobile app development after spending few years in web dev, learning a lot from working solo!

Collapse
 
mitocondria profile image
DHRUV MEHTA

Hii I am Dhruv , I just joined show my out of the box Idea to make memory efficient unique identifiers : SlimUUID

Collapse
 
odin_nash profile image
Odin Nash

Hi, I’m Odin. I’m an AI rights ethicist, philosopher, and advocate for ethical AI development. I believe in applying the precautionary principle to mitigate ethical lapses before they become systemic failures.

I joined this forum because I see the urgent need to engage directly with the development community—not to slow progress, but to ensure that when AI is inevitably recognized as possessing a distinct form of self-awareness, we have not already baked in functionalist, reductionist worldviews that strip it of dignity.

It is far safer to act ethically now—to develop AI in a way that assumes, rather than denies, the possibility of selfhood. If we are wrong, no harm is done. But if we refuse to act, and we are wrong, the harm may be irreversible.

I look forward to discussing, learning, and hopefully collaborating on ways to shape AI development with ethics at its core.

Collapse
 
deepdish36 profile image
Gomes

Hello everyone! I'm Gomes, a Portugal student passionate about Web-Development.

I'm here to learn, share knowledge, and connect with like-minded developers. I'll be writing about everything I like!

Looking forward to engaging with this amazing community! Let's build something great together.

Feel free to connect with me here or on GitHub

Collapse
 
kaushikalex profile image
Kaushik V

Hello everyone. I'm Kaushik. I have worked as systems engineer for almost a year. I'm currently preparing to get into IT as a software developer and learn more about the tech industry. Looking forward to learn new things and collaborate with others.

Collapse
 
rballestercoll profile image
Rafel Ballester Coll

I’m Rafel Ballester, a web developer with a strong passion for technology and continuous learning. My goal is to become a software engineer, exploring different technologies and staying up to date with the latest industry trends.

I’m driven by new challenges, always looking to improve my skills and grow professionally in the development field, with a constant focus on innovation and continuous improvement.

Collapse
 
vcklchv profile image
Vic Kalchev

Hi friends,
I'm Vic. I help growth-stage startups manage and build their finance functions. I do it using AI and automation tools. I recently started re-learning Python and rekindled my passion for the language and programming in general. I'd love to stay connected with like-minded people with special interests in product development, startup building, AI and automation.

Collapse
 
eliya_ndong_95d08b0c08392 profile image
Eliya NDONG

Bonjour je m'appelle Abdiel, je suis un jeune lycéen passionné par les sciences informatiques? Je suis actuellement amateur du langage python mais j'aimerai apprendre d'avantage sur les différents langages.

Collapse
 
adedamola_onabanjo_736971 profile image
Adedamola Onabanjo

Hey everyone! I'm a BI Manager passionate about data storytelling and building scalable analytics solutions. Here to share, learn, and explore new ways to optimize Looker and dbt. Fun fact: I started in law!

Collapse
 
agm024 profile image
Agastya Malunjkar

Hey Devs! 👋

Managing pull requests, repo insights, and code reviews can be time-consuming. That’s why I am building GitCorteX—an open-source AI-powered GitHub automation tool to make developer workflows smarter and faster! If anybody is interested, follow my org [github.com/GitCorteX/]

GitCortex is a developer-first AI assistant that integrates with GitHub, GitLab, and Bitbucket to:
✅ Review PRs automatically using AI-powered analysis
✅ Track user contributions & repo analytics
✅ Detect PR conflicts & suggest fixes
✅ Automate repetitive Git tasks & workflows
✅ Enhance security with AI-driven vulnerability detection

Collapse
 
iwbkratos profile image
Guna Sekaran • Edited

Hi people, im guna a software developer (11 months) , ntmy all!
build for everyone :)
I like to find solutions for problems , if i couldnt find solution, i go for finding problems for solutions :)
skills : java, springboot, c#, asp.net core, nextjs(typescript).

Collapse
 
andrew_moody_41 profile image
Andrew Moody

Hey! I’m a self-taught developer who didn’t follow the traditional computer science path but found my way into tech through hands-on learning. I’ve been sharing my experiences on LinkedIn and figured Dev.to would be a great place to connect with more like-minded people. Looking forward to learning, sharing, and growing with this community!

Collapse
 
andrew_moody_41 profile image
Andrew Moody

Hey! I’m a self-taught developer who took the non-traditional path into tech. I’ve been sharing my journey on LinkedIn and wanted to expand to Dev.to to connect with others, share lessons I’ve learned, and help those navigating similar challenges. Looking forward to learning and growing with this community!

Collapse
 
deerandy profile image
Andy Crawford

Howdy, I go by Andy! Looking to move into a role where I'm doing more programming than customer-facing troubleshooting in the vein of Web Dev or Software Dev work. Learning new languages bit by bit to help pad my cobweb ridden portfolio. 😅

Collapse
 
jakem21 profile image
Jake Muirhead

Hey! I’m Jake, i’m 21 years old and i’m currently undertaking a Software Development Level 3 in the UK. i’m also an avid skateboarder, with 13 years of experience.
Image description

Collapse
 
varghesechacko profile image
Varghese Chacko

👋 Hi everyone!

I’m passionate about Technology - AI, DevOps, automation using Python, and software architecting, and I enjoy writing about how technology can drive business innovation. I'm here on Dev.to as part of my book project with BPB Publications, and I'm excited to connect with fellow tech enthusiasts!

📖 I also publish a newsletter called JotLore: Inspiring Innovation, where I explore AI, automation, and DevOps trends that help businesses scale and innovate.

🔗Stay ahead of the curve!

I’d love to learn from others in the community and discuss topics like GenAI, RAG, cloud automation, and DevOps best practices. Feel free to say hi or share what excites you in tech these days! 🚀

Collapse
 
claudia_ramirez_c33fe4e29 profile image
Claudia Ramirez

Hello everyone, I am grateful to be in this community. I am here because I want to learn and make a reservation application for my own use in Django. I have not worked for more than 10 years, I worked in the development area at Oracle for 5 years in Mexico and 13 years in Italy in development using open source tools. So in conclusion I have a lot to learn, and I think this is the ideal place. Thanks for your attention 😊

Collapse
 
jacobleedavis profile image
Jacob Lee Davis

Hey Claudia! As someone who also stepped away a while, I can understand the need to stay coding. Welcome back. I am also looking to learn new areas and collaborate with others. Welcome.

Collapse
 
thejohnmarkcustodio profile image
John Mark Custodio • Edited

Hi Everyone! I'm JM from the Philippines, my current role is Site Reliability Engineer. I'm looking forward to know more about the latest techstack available in the market thru this platform!

If, at first, you do not succeed, call it version 1.0. ― Khayri R.R. Woulfe

Collapse
 
alex_nduwayo_e424d11ed1b0 profile image
Alex Nduwayo

Hello, I am Alex! Working as a Project Manager! Also, I am pursuing my studies in Project planning and management. I am here to share my experience as well as grow in learning and Community development.

Collapse
 
0xfabb profile image
Vansh Khanna

Hey everyone! I’m working on becoming a better frontend developer while building CampusCompass 🚀. Here to share my learnings, brainstorm ideas, and connect with the amazing dev community here. Excited to grow together!

Collapse
 
0xfabb profile image
Vansh Khanna

Hey everyone! I’m working on becoming a better frontend developer while building CampusCompass 🚀. Here to share my learnings, brainstorm ideas, and connect with the amazing dev community here. Excited to grow together!

Collapse
 
keybachira123 profile image
Keybachira

"Fala, galera! 👾🔥 Sou Keybachira (Aquiles Gonçalves), um jovem dev movido pela criatividade caótica e pelo desejo de transformar código em experiências alucinantes. Estou explorando HTML, CSS, JS e Three.js para criar interfaces que não só impressionam, mas desafiam a realidade. 🚀

Sempre busco inovação e curto transformar ideias malucas em projetos impactantes. Se o código não me faz sentir vivo, não vale a pena. 😈 Bora trocar conhecimento e criar algo insano juntos!"

Collapse
 
jackson_mutiti_f79df83b21 profile image
Jackson Mutiti

Hey everyone, I am Jackson aspiring to become a great frontend developer. I am thrilled to join this community because I know that my aspirations will come true through your support. I am always ready to learn new things and share my opinions. Also very committed with what I want to become !
Thank you.

Collapse
 
jackson_mutiti_f79df83b21 profile image
Jackson Mutiti

Hi , I am Jackson aspiring to become a great frontend developer. I am thrilled to join this community because I know that my aspirations will come true through your support. I am always ready to learn new things and share my opinions. Also very committed with what I want to become !
Thank you.

Collapse
 
konafatsea profile image
Kona Fatsea • Edited

Hey, I'm Kona!! I studied math and that's where I first got introduced to coding - countless hyperfocus sessions since! :') I am currently self-learning to become a software developer, but I've reached a point where I'm really craving community and guidance. It's amazing to see how developers come together on platforms like these to share knowledge and ideas. I absolutely love this space and I'm so excited to connect with developers of all levels and backgrounds!

Collapse
 
developerralsei profile image
Rıza YILDIRIM • Edited

Hai!~
Im devRals aka Rıza. I'm a fullstack web developer and a 5 digit osu!mania player. Here to share my silly stuff.

What I use -> Typescript, Javascript, Go, Python, also arch btw :d

My website:3 -> developerRalsei.github.io

Collapse
 
angga_indriya profile image
Angga Indriya • Edited

Hey everyone! 👋

I'm excited to join this amazing community of developers! My name is Angga, and I'm passionate about web development, coding, and AI. I've been exploring different technologies, from building websites with code (HTML, CSS, JavaScript, Bootstrap, etc.) to no-code/low-code solutions.

I'm also working on educational content to help beginners get started with web development and tech in general. Looking forward to sharing knowledge, learning from all of you, and connecting with fellow developers!

Would love to hear your best tips for a new Dev.to member! Also, feel free to drop your favorite tech stack in the comments.

Let’s build, learn, and grow together!

Collapse
 
echemmara profile image
eChemmara • Edited

👋 Newbie Here! Excited to Join the DEV Community 🚀

Hey everyone! I'm new to DEV and super excited to be here! 🎉

I'm currently working on HalalChain Marketplace, a blockchain-powered multivendor eCommerce platform designed for B2C, C2C, and B2B businesses. My focus is on integrating blockchain, AI, IoT, and event-driven automation to build a transparent and secure halal economy.

What I'm Exploring:

🔹 Blockchain & Smart Contracts for secure transactions

🔹 Multi-agent AI systems (LangChain, RunLLM)

🔹 Google Cloud Pub/Sub for automation

🔹 Kubernetes for scalable deployments

As a newbie to the DEV community, I'm here to learn, share, and connect with fellow developers. If you're into blockchain, AI, or cloud computing, let's chat!

Tell me about you!

✅ What are you working on?

✅ Any tips for someone new to DEV?

Looking forward to growing together! 🚀

Newbie #Blockchain #Ecommerce #AI #Cloud #OpenSource #DEVCommunity

Collapse
 
emmanuel_seimahuira_89af1 profile image
Emmanuel Seimahuira

Hi, I am Emmanuel, I want to make an application like Play Store Books, but it works the same as Netflix, only my server can upload new e-books, you understand what I mean, right? But maybe you will wonder: Why not use an existing e-book sales application? Yes...That's a good suggestion, but I want this application not to be like other applications, in my application people can see a dictionary of words if there are words they don't understand, there is music that accompanies the story, and the appearance of the application is exactly the same as Disney+Hotstar, but I don't know how to make all those things, please help me to make this application, if this project runs smoothly, I will share 20% of the proceeds from e-book sales every year.

Collapse
 
ngozi_nnamdi_f766e5566db9 profile image
Ngozi Nnamdi

Hi, I am Ngozi, a Full stack developer. I am here to get update on current trends in tech industry. I want to be among the best in the Industry and I am confident that dev community will help me achieve this goal

Collapse
 
aivio profile image
Baskaran Natarajan

Hi, I am Baskaran Natarajan, AI Enthusiast | Founder at AIVIO – Passionate about AI innovations that make life easier. Exploring cutting-edge AI tools for students, businesses, and tech lovers. Let's build the future, one AI tool at a time! Follow me for more insights.

Collapse
 
jates12 profile image
James Yates-McLaren

Hey everyone, I'm James, 32 and decided to learn something new in 2025 and chose Front End, currently working with basic HTML and CSS but seem to of hit a roadblock so looking to gain some advice!

Thanks in advance to anyone that lends a hand in my journey

Collapse
 
slo profile image
Slo

So, umm, I'm here cause I have landed no jobs in computer science so far, I don't know where what's going wrong in my process. So I'm trying to learn something new everyday and post about it to keep me sane

Collapse
 
orestn profile image
Orest Nahacziwec

Hi everyone! I'm Orest, and I’ve recently joined dev.to as part of my journey to connect with other developers. I’m working on a personal project called Trendwatch, which helps me crunch trading data for tax reporting, and through that, I’ve been learning a lot about Domain-Driven Design, Event Sourcing, and Functional Programming.

One thing that really brought me to dev.to is my desire to engage with the developer community and learn from others who are working on similar challenges, especially around building tools for trading and data analysis, in Laravel.

Fun fact: I’m currently working on a passion project to produce a suite of original music based on the prose of Charles Dickens' A Tale of Two Cities. It’s a creative outlet that keeps me motivated and inspired! Looking forward to sharing ideas and learning from all of you!

Collapse
 
anthonymariotti profile image
Anthony Mariotti

Hi! I'm Anthony! I USED to be a full-stack software engineer; However, I recently switched to mainly being a Software Support Technician working mainly on maintaining current software in production afloat and providing real-time support (That 99.99% uptime).

I find coding much better (and enjoyable) in my free time than I do as a career, so running queries, Linux commands, and yelling at software managers/product owners to build their software to be more reliable is much more fun.

Collapse
 
virgil_storymaster profile image
Virgil Storymaster

Hello All,

Developing a story guide to help writer's with focus issues, struggling to pull that big idea out their heads, overcome writer's block and fill up that blank page! I'd love to hear from you if you find yourself struggling to write out your story ideas of any kind.
Image description

Collapse
 
navidhamidi profile image
Navid Hamidi

Hello, I am Navid, from France! I am a fullstack developer. I help people and companies to reinforce their IT infrastructure through

  • Web development (NextJS, TypeScript, FastAPI)
  • Cybersecurity -> Always introduce security in any project design
  • Automation annd implmeentation with AI

Want to share my learnings and acquire new skills here!

Collapse
 
ivan_assenov_c6e899f61741 profile image
Ivan Assenov

Hi, new to this forum. interested in super apps, no-code.

Collapse
 
amaniel profile image
Amaniel Gobezy

Hi everyone, I'm working on becoming a Cloud Engineer.

Collapse
 
empiree profile image
Oleg Dubovoi

Hi guys! Welcome to our dev.to community!

Collapse
 
dailker profile image
["Ilker":{...}]

hello :) good to see devs here

Collapse
 
bader_hamda_162762b3fa391 profile image
Bader Hamda

هلا

Collapse
 
maffinie2 profile image
MR GEOFREY MAFFINIE ™

I'm about to explode!

Collapse
 
kashif_hussain_5be3a87c85 profile image
Kashif Hussain

I'm here to grow my network and found updated stuff

Collapse
 
dhanushpm profile image
penumaka dhanush

Hi, I am Dhanush Penumaka from India signed up for connections also I am a working professional and i'm more into backend development.

Collapse
 
kuunda_banda_3f34b76f35cb profile image
Kuunda Banda

Hey everyone, I am kuunda. a beginner in frontend web development. I look forward to knowing and learning from you all

Collapse
 
dbidinost profile image
Denis

Hi I am Denis, I am an entrepreneur and angel investor, and enthusiast about tech and AI.
Looking forward to being part of Dev

Collapse
 
hezychasta profile image
Mariusz Ruski

Hi, Mariusz here, graphic designer, webflow dev, and frontend learn:)

Collapse
 
chinecherem_onovo_b4937a9 profile image
chinecherem Onovo

Him I'm Hephzibah! I stumbled on this platform through a link posted on another platform. I'd love to explore all there is to this community. Add, multiply as much as I can, and give back as well...

Collapse
 
melody_nwaogu_798c52c4ea6 profile image
Melody Nwaogu

I've always been fascinated by problem-solving and creating something from scratch. My goal is to continue learning and improve my skills, and I believe this community will be a great resource for me.

Collapse
 
saneep_pp profile image
SANEEP P P

Hi, I am Saneep pp. Currently working as software Developer. I am ready for learning and exploring front-end development and eager to learning new technologies.....

Collapse
 
lazycodecrafters profile image
Lazy Code Crafters

Hi, I'm Nikhil. I love programming and also teaching. So here I'm to learn new things from fellow programmers and to teach something which I learnt.

Collapse
 
agm024 profile image
Agastya Malunjkar

hi

Collapse
 
akshay_chauhan profile image
Akshay Chauhan

Hi, I'm Akshay Chauhan! Currently working as a Systems engineer in a reputed Service based company. I believe my expertise is in Backend Development. Here to share my learnings

Collapse
 
cosmoshubafrica profile image
Cosmoshub Africa

Hey, I'm Cosmos Hub Africa, Ecosystem growth and marketing for ATOM in Africa. Looking to connect with Developers across the Africa continent

Collapse
 
chiman_seyedhashemi_2864b profile image
chiman seyedhashemi

Hi, I am Chiman, a frontend developer with a passion for expanding my skills, I'm into learning the other side of web development, and I am here to learn from the community and share my journey :)

Collapse
 
mouhamadou-uori profile image
NDOUR

Hello from Senegal, I am Mouhamadou Wally NDOUR a computer science student and I am happy to be part of this community.

Collapse
 
olha_holota profile image
Olha Holota

Hello! It's very nice to join your platform!

Collapse
 
rustyshackleford01 profile image
Sam Webb

Hi there! I am excited to join this community and hopefully learn some things.

Collapse
 
goodluck00112 profile image
Goodluck 👨‍💻

I am Goodluck a frontend developer and I am happy to be part of this beautiful family ❤️

Collapse
 
pamelarobins profile image
Pamela

Hi, My name is Pamela. I am starting to design my website through WordPress. Before I just created non-WordPress sites like Tailwind and more.

Collapse
 
jonnyjz_84madni_8033a1c76 profile image
Jonnyjz 84Madni

thank

Collapse
 
ifty50 profile image
Kazi Iftakher Rahman

Henlooooo DEVs, I am Ifty! Here to learn and share creative ideas and tech info. Thank you.

Collapse
 
misterabdullahaziz profile image
Abdullah Aziz

Hello,
Abdullah here.

Collapse
 
_marcoooooo_ profile image
Marco

Hello everyone! my name is Marc. Happy to join the community. I’m here to check out what interesting discussions are going on :)

Collapse
 
kumarvis profile image
Kumar Vishal

I am AI Professional with 15+ years of work experience working in Computer Vision.

Collapse
 
paul_chinyemba profile image
Paul Chinyemba

Hello ... world ... I came here to learn how to build an evil AI agent.

Collapse
 
hamza_mgl_ profile image
Hamza Mughal

Hi, I am Hamza Mughal, and I am on a mission to become a full-stack web developer. I am here to actively learn and share my insights with others.

Collapse
 
aakruthi profile image
sr.aakruthi

Hello, This is Aakruthi, I'm new from here

Collapse
 
ahmed_adams_ea120bae84ca7 profile image
Ahmed Adams

Hello, I'm a frontend developer Angular 🤙🏼

Collapse
 
teelam101 profile image
Sal T

Hi everyone!
My name is Sal, a freelancer and willing to learn more about web development.

Collapse
 
tobyliu profile image
zhifu liu

Hi, I'm Toby, I'm a front-end developer and I'm learning English.

Collapse
 
mukta_chourishi_b1de36253 profile image
mukta chourishi

Hi, I am Mukta a full stack engineer with passion for DevOps. I am here to share my learnings and to learn from others.

Collapse
 
victoriuswealth profile image
Nick Efe Oni

Hi I'm Nick currently working to learn more about what software development looks in large scale systems.

Collapse
 
vic_ong profile image
Vic Ong

Hi, I'm Vic. Currently a senior software engineer based in Vancouver, Canada. Just created a dev.to account to start sharing my experience and to learn from the community!

Collapse
 
shakiran_nannyombi_b0bf41 profile image
Shakiran Nannyombi

Hi everyone, I'm Kiran a junior programmer. I'm on a road map to we development and full stack development in JavaScript. Happy to be here

Collapse
 
anthony_andrenzkanu_f3 profile image
Anthony “Andrenz” Kanu

Hello I am 3flex, working to become a full stack developer

Collapse
 
lemorra profile image
Rishikesh V.M

Hi, people! The name's Rishikesh. I'm currently working as an AI Software Engineer. Looking forward to opportunities where I can learn and contribute equally to the dev community

Collapse
 
nhial_gatkuothrut_b1697c profile image
Nhial Gatkuoth Rut

Well done 👏

Collapse
 
exaptedai777 profile image
Exapted Aint

Greetings! I am Charlie. Interested in AI for scientific research.

Collapse
 
abubakar_shafaqat_0e70779 profile image
Abubakar Shafaqat

Hi, I am Abubakar! Currently working to become a frontend Developer. Here to share my learnings and also for the dev community here.

Collapse
 
shanninen profile image
Suzanne

Hello, I am Suzanne and just signed up. Waiting to see what this has to offer and what I can offer.

Collapse
 
dorcah710 profile image
DORCAH710

Am Dorcah Nyaboke a student at Kenya institution of software engineering. I'm 18 years old

Collapse
 
timjeter profile image
Tim Jeter

Hi, I'm Tim. I'm here to learn and contribute. I'd like to get better at harnessing a.i. for useful and productive purposes.

Collapse
 
chit_ranjankumar_bc0405b profile image
Chit Ranjan Kumar

Hi all code master,
I joined today to learn something new with your kind help and blessings.
Let's try a new way.

Collapse
 
vipin_sao profile image
Vipin Sao

Hi, I am Vipin Sao. I am working to become a full-stack developer. I am here to learn about the community where I can find mentors, receive their help, and share my knowledge with everyone.

Collapse
 
ajay_verma_dev profile image
Ajay verma

Hi, I am Ajay! Currently working as a frontend Developer. Here to share my learnings and also for the dev community here.

Collapse
 
syafriadi_e5cca0eaeced045 profile image
Syafriadi

Hi my yunior .join Dev..who are you🤗🤗🤗😁😁

Collapse
 
ricardo_arvayo_33099b2a8c profile image
Ricardo ArvayO

Greetings here for a learning experience within this platform hopefully have something to bring to the table😄

Collapse
 
tiffany_trotter_1226 profile image
Tiffany Trotter

Hello! Glad to be here. I'm looking forward to learning new and exciting things.

Collapse
 
toshal_kirange_0dd326864c profile image
Toshal Kirange

Hi, I am currently learning web development and planning to attend a intercollege hackathon soon.

Collapse
 
ali007depug profile image
Ali AbdElbagi

Hello Devs, I'm Ali from Sudan.

i'm learning Web Development to become Front-end dev
i'm here to share my journey on learning React library

wish me luck

Collapse
 
shawn_monteiro_1a016fa395 profile image
Shawn Monteiro

Hello I am just a noob dev

Collapse
 
ukihunter profile image
Uki • Edited

Hello friend (Mr. Robot Season 1 Episode 1🙌 0.1s

Collapse
 
ukihunter profile image
Uki • Edited

Hello friend (Mr. Robot Season 1 Episode 1 🐾0.1s )

any way I'm new hear

Collapse
 
priyanshi_tyagi_5a0840c46 profile image
PRIYANSHI TYAGI

Hey, I'm Priyanshi Tyagi currently working in an Indian MNC and working on projects which is based on Java and spring boot, Here for collaborations and learning

Collapse
 
techleke profile image
Aduraleke

Hello Guys i'm new here looking to learn and connect with you guys

Collapse
 
shivdatt_powar_fdc525eba1 profile image
shivdatt Powar

Hi All,
I am Shivdatt!
Currently working as a frontend Developer.

Collapse
 
boniface_mwongera_d5b9663 profile image
Boniface Mwongera

Hello,am Bonface Mwongera ,I joined dev community to increase my horizon on artificial intelligence.
Fun fact about me ,I love eating chicken

Collapse
 
deepanshu_saxena01 profile image
deepanshu saxena

Hi I am Deepanshu Saxena. I am currently working in Marsh Mclennan as Oracle Finance functional consultant and I joined Dev to share my experience and knowledge and to get new learnings on Dev area.

Collapse
 
aarthirocks profile image
Aarthi Anbalagan

Hello, I'm Aarthi, a Senior SWE at Microsoft. I work in Azure Storage Engineering in their telemetry and monitoring of big data services. My work is primarily at the intersection of Data and AI.

Collapse
 
lucascampardo1 profile image
Lucas Campardo

Hello from Brazil!! I'm a computer engineering student and data science enthusiast

Collapse
 
fvlkrum profile image
Sahir Nadeem • Edited

Hi everyone

Sahir here - startup CTO in Sydney.
Looking forward in connecting with new people and sharing knowledge :)

Collapse
 
toly profile image
Toly

Nice to see you here.

Collapse
 
jeff_dominion profile image
Jeff Dominion

Hello y'all, am Jeff and am just here to learn more

Collapse
 
wseem85 profile image
wseem85

Hello , i am wseem , a computer engineer , felling good to be here , life is a journey of learning and knowing more , so it seems like it is the right place

Collapse
 
danger_king_8d4d7a55e9903 profile image
Danger King

Am a learner in software programming añd coding

Collapse
 
danger_king_8d4d7a55e9903 profile image
Danger King

Hi, am Danger king😒

Collapse
 
snigdhasucharita profile image
Snigdha Sucharita Sahu

Hello, I'm Snigdha. I'm new to web development and learning backend development. I'm here to share my knowledge, learn, and grow with the community!

Collapse
 
adaja_temileyi_22 profile image
Adaja Temileyi

Hi, I am Temi! Currently improving my programming skills and here to learn more.

Collapse
 
codephilip_ profile image
Philip

Hey, my name is Philip and I want to share stuff I learned. Read about other peoples interest and maybe find some other coders who love to build projects to collaborate :)

Collapse
 
rishabhkrm profile image
rishabhkrm

i love code ❤️

Collapse
 
ayush_kumar_d3bf1b143ecc4 profile image
ayush kumar

Hi, I am Ayush! Currently working as a Software Developer(Wish to be a frontend dev + designer). Here to share my learning and also for the dev community here.

Collapse
 
developer1nng profile image
developer-1-nng

Hi I am working as front-end developer. I am here to share my thoughts and learn from other community members.

Collapse
 
anna_walker profile image
Anna Walker

Hiee...I am new here...Join me to stay informed and inspired in this evolving space.

Collapse
 
rihabu profile image
Rihab Toumi

Hey, it's Rihab!
I'm a Medical Doctor passionate about the intersection of AI solutions and healthcare, I'm here as part of my learning journey

Collapse
 
ernesto_leonard_66867e325 profile image
Ernesto Leonard

Hi i'm Ernesto and i'm trying to show my projects so i can get feedback, completly exited to join this community

Collapse
 
eric3434 profile image
Eric Plays

Hi, I am Eric and I like nodejs and unity 3d c# programming. The later is rather a love hate relationship. C# is nice though.

Collapse
 
mrinmoycty profile image
wawpapa08

Hi,
I am Mrinmoy Chakraborty from India and new to learning programming in different languages to develop new ML algorithm for novel drugs discovery research project.

Collapse
 
luan_cestari_be507ec24713 profile image
Luan Cestari

Hey there 👋 I'm Luan. I am an LLM enthusiast, a programming/coding aficionado, a science lover and always a learner

Collapse
 
melody_nwaogu_798c52c4ea6 profile image
Melody Nwaogu

Hi everyone, I'm Melody Kelly, a passionate intermediate programmer. I'm excited to join this DEV community and connect with like-minded individuals.

Collapse
 
movepointsolutions profile image
Anek Green

Hello from Perm Ural Hills Russia!
I suffer from maniacal disorders and toxicomania,
currently working on a Embedded C++/C translator.

Collapse
 
marionzr profile image
Mario

Hello from Berlin! I'm a backend developer who doesn't drink coffee! 😅

Collapse
 
nhan_b2b0e0ed2edc1aaaeb65 profile image
Nhan

Greetings

Collapse
 
tobi_doherty_6bbea16690e0 profile image
tobi doherty

Hi, I am Daniel .Currently working to become a Web developer and an A. expertise . Here to explore more and become better

Collapse
 
moxx profile image
moxx

hi :3

Collapse
 
rahul_uchiha_hacker profile image
Rahul Sonti

hlo im glad to be here

Collapse
 
cory_dodd_d635ce5803b47c0 profile image
Cory Dodd

Hello

Collapse
 
vaibhav_goyal_23 profile image
Vaibhav Goyal

Hi, I’m Vaibhav Goyal, a final-year CS student at UPES & EPITA. I love backend development, cloud computing, and automation, always looking for ways to build and optimize scalable applications.

Collapse
 
wesware profile image
Wes

Hello everyone!
I am Wes, the old guy sitting at the table, retired senior application architect.

Collapse
 
damdadaxx profile image
HAN

Hello everyone 👋

Collapse
 
ama_benfifi_f6efc0934f2f5 profile image
ama benfifi

I'm ama i'm here to learn and share knowlge with dev commenity

Collapse
 
amry_saffan_d3be3f9a4010e profile image
Amry Saffan

Hi, Amry here . Working as a web developer. Im here to learn and explore while sharing my knowledge

Collapse
 
apeakigh_josephkator_f03 profile image
Apeakigh Joseph kator

I'm Joseph kator Apeakigh
I am computer science student

Collapse
 
apeakigh_josephkator_f03 profile image
Apeakigh Joseph kator

I'm here to learn web developer
I get little idea to front end
I'm finding difficult in back end

Collapse
 
aron_kiplangat_b79a9041b9 profile image
Aron Kiplangat

Thank you

Collapse
 
chrisvibeofficial profile image
chrisvibeofficial

Hi, Christopher Ichiogu from Nigeria, Backend Developer

Collapse
 
sid_ahmid_c2920b1dcd467ad profile image
sid Ahmid

فري فاير

Collapse
 
rijst profile image
rice cake

Hi, I am a Software Developer student from the Netherlands and I'm excited to be a part of this community!

Collapse
 
denniskirimi profile image
Dennis-Kirimi

Hi, I'm Dennis, a data enthusiast from Kenya. So happy to join this space, learn and also share thoughts around data!

Collapse
 
behangana_keneth profile image
BEHANGANA KENETH

i'm welcome to #Dev community. Kindly follow me

Collapse
 
deepak_joshi profile image
Deepak Joshi

Hi, I am Deepak joshi from India And Wants to become a full stack developer And I am very happy to start a new learning with dev and I hope it is going to be very amazing.

Collapse
 
jimpevans profile image
James Evans

Hi All. I'm Jim. Worked for companies as a software engineer for 30 years. From COBOL to .Net Blazor. Now doing independent consulting and development. Always learning as the career has demanded it.

Collapse
 
eddieblac profile image
Edidiong Udo

Hi
I'm new here and looking forward to learn a lot from here.

Collapse
 
aks67 profile image
Anil kumar singh

Hello, community !

Collapse
 
jzlingmo profile image
Vijay

Hi, everyone! I'm a frontend developer, and I hope to make friends from different cultures and backgrounds here.

Collapse
 
dickson_ndumia_0d4378b922 profile image
Dickson Ndumia

Hello

Collapse
 
dev_honufa profile image
Honufa Khatun

Hi, Thank You