DEV Community

Welcome Thread - v180

dev.to staff on June 29, 2022

Welcome to DEV! Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just ...
Collapse
 
coddernita profile image
Coddernita

HELLO!!!!!

Am Coddernita from Nigeria , Am 17 yrs of age and also an undergraduate seeking for admission to the university
Am in an advance level in Html and CSS and beginner in Python

Am here for guidance, for discovering more ideas and also for fun........cause coding is fun

Collapse
 
bankolejohn profile image
bankolejohn

NIce one....I am John from Nigeria. New to the community.

Collapse
 
coddernita profile image
Coddernita

COOL

Collapse
 
shibaahmed profile image
Ahmed Shiba

Welcome

Collapse
 
coddernita profile image
Coddernita

Thanks

Collapse
 
zionnaire profile image
Zionnaire

Welcome

Collapse
 
nolansatoh profile image
Satoh Nolan

Hi! Have a nice day and nice work!

Collapse
 
kristofferr profile image
kristoffer

I'm kristoffer, also from Nigeria, also an undergraduate.

I'm a mern stack developer and a junior developer for the organisation at which I work.
Its nice to virtually meet you coddernita

Collapse
 
coddernita profile image
Coddernita

Hi Kristoffer.......it nice to also meet you virtually

Collapse
 
serpclix profile image
Websiites.com

Wekcome!

Collapse
 
coddernita profile image
Coddernita

Thanks

Collapse
 
zigrazor profile image
ZigRazor

Welcome everybody,

I share with you my Open Source Projects that I'm working on:

GitHub logo ZigRazor / CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms

CXXGraph

DOI

DOI

codecov CodeFactor

GitHub license GitHub release

LGTM Alerts LGTM Grade

Generic badge Generic badge Generic badge

Generic badge Generic badge

Join the chat at https://gitter.im/CXXGraph-Community/community

Share on Tweet

Introduction

CXXGraph is a small library, header only, that manages the Graph and it's algorithms in C++. In other words a "Comprehensive C++ Graph Library" An alternative to Boost Graph Library (BGL).

We are Looking for...

We are looking for:

  • Site Developer for the development of the CXXGraph site ( for the moment on GitHub Page );
  • Developers and Committers, also at first experience, we will guide you step by step to the open-source world!

If you are interested, please contact us at zigrazor@gmail.com or contribute to this project. We are waiting for you!

Roadmap

Completed Description Date of Completition
✔️ First Optimization Apr 4, 2022
📝 Add Benchmark for all algorithms TBD
📝 Code Optimization TBD
📝 Release 0.4.0 TBD
📝 "Const" Code Review #155 TBD
📝 Release 0.5.0 TBD
📝 Official Site Release TBD
📝 Reduction of Code Issue of Static

GitHub logo ZigRazor / CXXMicroService

A C++ Library that give microservice framework ( Server / Client ) upon 0mq framework

CXXMicroService

A C++ Library that give microservice framework ( Server / Client )

codecov CodeFactor

GitHub license GitHub release

LGTM Alerts LGTM Grade

Generic badge Generic badge Generic badge

Generic badge Generic badge

Introduction

CXXMicroService is a C++ library, that manages MicroServices, upon different Framework ( actually only 0mq is implemented).

We are Looking for...

We are looking for:

  • Site Developer for the development of the CXXMicroService site ( for the moment on GitHub Page );
  • Developers and Committers, also at first experience, we will guide you step by step to the open-source world!

If you are interested, please contact us at zigrazor@gmail.com or contribute to this project. We are waiting for you!

Roadmap

Completed Description Date of Completition
✔️ First Commit May 2, 2022
✔️ Introduce the basic Framework May 24, 2022
📝 Introduction of more complete Examples TBD
📝 Introduction of Orchestrator TBD
📝 Introduction of Unit Test Framework TBD
✔️ Introduction of basic CI/CD Jun 6, 2022
📝 Advanced CI/CD TBD
📝 First Beta Release

GitHub logo ZigRazor / MTL

Multi Thread Library

MTL (Multi Threading Library)

MTL_Logo

Contributors Forks Stargazers Issues GPL-3.0 License

Multi Threading Library is a set of utilities, easy and ready to use for common task in multi threading environment and development.

Roadmap

  • Thread Class
  • Thread Manager
  • Thread Pool
  • Task Class
  • Ordered Task
  • Task Flow
  • Complete Documentation
  • Doxygen Integration
  • First Beta Release
  • Test Framework
  • CI/CD Pipeline
  • First Stable Release
  • Thread Monitoring
  • ...

See the open issues for a full list of proposed features (and known issues).

Getting Started

This is an example of how you may give instructions on setting up your project locally To get a local copy up and running follow these simple example steps.

Prerequisites

The following are required to get the project up and running.

Google Test

GoogleTest

git clone https://github.com/google/googletest.git  # Dowload the Google Test repository
cd googletest                                       # Main directory of the cloned repository.
mkdir -p build                                      # Create a directory to hold the build output.
cd build                                            # Move
Enter fullscreen mode Exit fullscreen mode

GitHub logo ZigRazor / PyStateMachine

Python State Machine

PyStateMachine

python Python State Machine

CodeFactor Codacy Badge

DeepSource DeepSource

Introduction

PyStateMachine is a Framework that support state machines in Python

Requirements

  • Python3

How to Run

Work in Progess

Example

Work in Progess

Test Suite

Work in Progress

How to contribute GitHub contributors

Read the CONTRIBUTING GUIDE

Hacktoberfest

We are pleased to inform you that this repository is participating in the #Hacktoberfest!

Happy Coding!

Contact

E-Mail : zigrazor@gmail.com

GitHub Profile Profile views

ZigRazor's github stats

Support

To support me just add Star the project GitHub stars or follow me GitHub followers

To get updated watch the project GitHub watchers

Project Info

Readme Card






Collapse
 
dipendud4s profile image
Dipendu Das

Hello World 🙂,
I am Dipendu a self taught full-stack developer cum tech lead with 10 years of experience. At this point in my life I want to contribute a part of time to some open source projects and give back some of my skills to the world that gave me such an interesting career. Joining the community for ideas, network and collaboration.

Here is one of my open-source project that I am working on

GitHub logo websyncs / skratch

A minimal, lite weight and fast reactive UI framework built from scratch.

#️⃣ Skratch GitHub license npm version PRs Welcome

A very lite weight reactive ui framework, built from scratch. Inspired by Sinuous

Installation

npm i skratch
Enter fullscreen mode Exit fullscreen mode

Examples

There is nothing more needed to create an app rather than appropriate application of few lines of code. It feels more like native but works like react.

import { o, html } from 'skratch';
const count = o(1);
const App = () => html`
  <div>
    <div class="myclass">The count is ${count}</div>
  </div>
`;
setInterval(() => {
  count(count() + 1);
}, 1000);
document.body.append(App());
Enter fullscreen mode Exit fullscreen mode

Custom Component

Create a custom component with a function like react functional component and define it with a name to use inside another…

Collapse
 
ajayk profile image
Ajay k

Hi everyone,
Im planning to prepare for Faang companies, ready to get tips and tricks or any mentor.if not anyone who is preparing like me can pair up, currently working in java and flutter sometimes.

Collapse
 
khansa profile image
Khansa Mueen

Here's Khansa Mueen from Pakistan, a Full Stack Developer, Mentor, Technical Writer, and lifetime learner. I am a self-motivated, self-driven individual that is constantly seeking new challenges and chances. I enjoy hackathons and contributing in communities. I am currently a Mentor at the Tech Hatch community, which seeks to empower Pakistani youth by bridging the gap between education and work. In addition to technical talents, we provide a full organisational climate. Every day, I bring my enthusiasm for to work. I aspire to be a life-long learner and have discovered the value of adapting traditional techniques to modern-day initiatives.

I'm also very excited to announce that I recently received a Top 7 badge from the dev.to community.
dev.to/devteam/top-7-featured-dev-...

Collapse
 
nueldotdev profile image
NuelDotDev

Hi everyone!

My name's Nuel, I'm 17 and from Nigeria. I fancy myself as a python intermediate(I don't think I'm at expert level yet) I'm proficient in HTML and CSS, JavaScript doesn't sit well with me though, I'm also venturing into C++ and recently began my Django journey.

Present goals, are to understand the ins and outs of Django and hopefully land a job as a junior developer with it.

I'm joining the community cause I love tech but programming makes me tick, to meet and connect with like minded people and also cause... LEARNING... I mean it helps the brain and stuff...

Collapse
 
mannyistyping profile image
Manny

Ahoy!

I am Manny.
Long time listener, most recently joined member.
I use to have another account that I transferred away from.

I am looking to refresh and start anew.

I am glad to be here and I look forward to sharing my thoughts and learning of others'!

Collapse
 
mannyistyping profile image
Manny

I welcome you.

Collapse
 
jblazquezmartin profile image
Jesus Blazquez • Edited

Hi all, I'm Jesús from Spain. I work in Aircall, internacional company based in France, I'm an expert in VoIP Open source systems (Asterisk, freeswitch, Kamailio) and other comercial solutions.
Now I work in VoIP Data Analysis but my last works are about systems automation with Python, migrate our systems to AWS and explore IaaS with Docker.

Collapse
 
han_kami profile image
Adetoye Anointing • Edited

I am passionate about building scalable, fast, and concurrent APIs and microservices for application backend services. I am always open to new approaches and technologies to solve existing problems. With a strong background in Golang , I am also skilled in Linux, Git technologies, SQL and NoSQL Databases, deployment tools and googling (research) . My dedication to learning and problem-solving has enabled me to develop highly functional and cohesive products.

If you're looking for a talented and dedicated software engineer to join your team, please don't hesitate to reach out, connect with me and explore new opportunities!

Collapse
 
ghostclonelol2000 profile image
<}:-{~ .A.K.a. DOOM

Mega hurts
Ford dif tekdec jourmangand

ForumzeXpert
C

Collapse
 
sunny64 profile image
Sunny

Hey Everyone, I am Sunny currently pursuing Diploma in Computer Science. I want to become a full stack developer and I am looking for the right guidance. Also I'd love to connect with more developers. I'll be glad if anyone who has experience in full stack development can help me follow the right path.

Thanks.

Collapse
 
gbwhatsappapk profile image
GBWhatsApp APk • Edited

GBWhatsApp APK Download Latest Version

Download GBWhatsApp  Latest Version - GbApps.Pk

Collapse
 
ttorr3 profile image
Tomas Torre

Hi!
Am Tomas Torre from Córdoba, Argentina. Am 23 years old and am a Student of Computer Science in FAMAF.
Am a jr. backend developer with preferences for NodeJS.
I come here to learn more about web dev. and something about machine learning!

Collapse
 
aleladeia profile image
Alexandre José

Hello Everyone, i'm Alexandre José, i'm from Brazil, and have 23 years old, i work on a software company with support to our system, i'm graduate at Universidade Paranaense on Sistemas de Informação, in the beginning i've got frustrated, because the college it wasn't what I expected, but i keep studying to be a DEV, I learned more out of college than in it.

Sorry about my English mistakes, my github: github.com/Aleladeia

Collapse
 
olivieradjagba profile image
Adjagba Olivier Mahumawon

I am here to share my knowledge with you and to learn from you as well. I did a training in Mathematical Engineering and Modeling and I am also self-taught in Front-end web development. I hope to learn more to improve my front-end development skills and also have fun with my math and math mod friends. I am happy to be part of the team and I look forward to collaborating with you.

Collapse
 
drishti07 profile image
drishti07

Hi! I am Drishti Jain.
I am from India and completed my Bachleors in Electronics and Communication Enineering from India itself. Currently I am working on web application development for Shopify app store. I love Java. I would like to develop my skills for full stack development. My MySQL is a little weak with my front end side of negligible level. So I am concentrating on imporving that. Also learning Git.

Collapse
 
yufi profile image
Rahul Sharma

Hello dear lovely developers !!

AM from North of INDIA. Pursuing graduation in Computer Science. Currently working on Android development and Data Structure & Algorithm by Java .
I join this community in hope that I will find really helpful persons and friends who wants to work like a team so that we can build our career at top in the Technology field.

We will explore more and more stuff never will stop at single domain. So if anyone interested from this beautiful community . Feel free to DM me so that we can study together and build together and help the newbie and every people.

THANKS

Collapse
 
berdzmil profile image
Evemil D. Berdin

Hello, my name is Evemil, and I'm from the Philippines. As a developer, I'm currently an advanced user of HTML, CSS. beginner level in Node.js, and Python django.
I am here because I want to learn more about opportunities that will help me advance my career.

Collapse
 
adityatripathi profile image
Aditya Tripathi

Hey there! DEV.TO has helped me a lot in the past and I joined so I can contribute my own knowledge and hopefully help others! I'm a full-stack software engineer and I work on my own ventures on the side. Hope to see you across the community sometime!

Collapse
 
ben profile image
Ben Halpern

Great to have you Aditya!

Collapse
 
serenityh82 profile image
Serenity Hutchinson

Hi everyone. I'm still new from graduating school online with two certificates in Web Design and Web Development. I'm going back to complete my B.A. Multimedia Design and Development. I'm currently working on a few projects, including a portfolio and learning some backend programming. Nice to meet everyone.

Collapse
 
finderling profile image
Finderling

Hola soy Sergio
Estoy iniciando en el mundo del desarrollo hice un curso de full stack muy basico ... pero me intereso mas el mundo del back-end .. asi que empece con Java Html y ahora viendo JavaScript termine buscando info de Apis y llegue a esta pagina por lo que vi muy buena asi espero poder seguir entrando a buscar y ayudar en lo que pueda
un saludo muy grande desde Mendoza-Argentina

Collapse
 
martyofmca profile image
Martin Amankwaa

Hi everyone, I'm Martin and I'm skilled in SQL database development, data analysis and visualization, C# and Android application development. I'm also a front-end developer who enjoys using the CSS modern design approaches.

I enjoy teaching individuals as I take pleasure in seeing how they get transformed from the knowledge I impart or anyone else imparts. I would like to contribute to the purpose of this community, to publish contents that will help other programmes grow.

I'm currently learning a lot of things including React.js and Kotlin and I know it's going to take me a long time to gear up in these technologies but it's all good :).

Collapse
 
gargison profile image
gargi-son

Hello everyone!

My name is Gargi Sontakke and I am a Full Stack Developer and a current computer science master's student in the United States.
I stumbled upon the Dev community in search of some answers for my current project in React Native + Firebase.
I am also preparing for job interviews for post-graduation, and would love to join the community for ideas, collaborations, and networking!

Great to meet you all!

Collapse
 
andrewlit10 profile image
Andrew Litten

Good afternoon,

I am Andrew Litten and I am an aspiring Front-End Web Developer. I am currently enrolled in Codeacademy's front-end engineer pro program.

I look forward to continuing my learning and meeting fellow developers!

Collapse
 
matserik8 profile image
Mats Erik

Hi Guys
I started my computer career before there was anything called IT, registering COM objects in server seems so far way then. Started out line-by-line HTML in editor, now dread using "tools" - 90% trash line code seem to me. Snappy web page loading what I am looking for, any tool idea's?
Glad to found this community
Side note, am looking forward to receive my first desktop Laser Engraver next week - avid FDM 3D printer since 2002

Collapse
 
renithamanda profile image
RenithaManda

Hello Developers,
I am Renitha from India, also an undergraduate student. I'm just a beginner with lot of things to learn since I have tons to learn. I'm looking forward to learn, work and collaborate

Collapse
 
shecodesangela profile image
SHECODES-ANGELA

I'm Angela John from Nigeria, I just started learning JavaScript, HTML and CSS with SheCodes Foundation. I'm a friendly person, please be free to correct me if I made a mistake in my codes, I'm available to take correction from anybody. Share any useful links to me. I'm happy to meet you all♥️♥️♥️

Collapse
 
thecuriouscarol profile image
Curious Carol

Hello!

I am Carol. I am here because I find my new role in a consulting firm requires me to analyze data and provide insights in a more efficient way. Being able to use pivot table on excel is probably the most advanced data analysis skill I have right now. Therefore I am here looking forward to elevate my analysis skills and hopefully one day I could also give back to the community.

Collapse
 
catbaer profile image
CatBaer

Hello everyone :)

I'm working for a Web3 enthusiastic UX research agency. I am working on a project where we want to learn about developers' motivation and the learning experience building Web3 applications on a particular platform. It will take about 45 mins for each interview session. As a token of appreciation we will reward you with a $75 gift card as a participant and a $25 gift card for each successful referral.

Reach out to me if you are interested by sending an email to catherine.baer@uxboost.com

Collapse
 
alger24 profile image
Alger

Sup, everyone!
I'm Alger, 22 year old, recently graduated from college in the field of I.T.,
Still learning stuff because man they(college) don't teach you much about web development. But, now I'm teaching myself to move forward with a new light. Right now I know almost (but not everything) in: html, css, php, and sql. Right now I'm starting to learn javascript.

Have a great day everyone! (P.s. Not talktive much in irl)

Collapse
 
elitcenk profile image
Cenk

Hello everyone,

I'm Elit Cenk. I am from Turkey. I worked as Software Developer. currently worked Firebase and Unity side, but my all career with Java Technologies with Full Stack . I can mentor some people about their career journey.

Collapse
 
angela_developerinprocess profile image
Angela Jaume

Hi there! I'm pretty much new to web development yet I am very passionate about it! I am about to start my studies in coding so I'm getting started doing free courses on computer science. I looove to learn something new every single day, coding is just so much fun!!

Collapse
 
jfcrowell3 profile image
jfcrowell3

Hi everyone!

I'm a self-taught developer who's been on the grind since Jan 2022. My focus has been on javascript, typescript, react, express, nest, docker, jira, and jest. I've built a couple applications on my github and am trying to land a job as a software engineer while continuing to improve my skills. Hoping to learn a lot from all of you!

Collapse
 
ch3sh1r profile image
Alexey Bednyakov

Hi! I'm Alex Bedniakov.

I am constantly trying to connect my life with the infosec – I graduated from the mathematical faculty of "computer security", worked as an engineer in an integrator and a developer in a certification center, I pick with CTFs, even served in the Russian Army with an encryption specialty. Finally, now the employer has believed in me, I have been entrusted with the position of appsec.

I'm able to code mainly on Python and participate in SRE and DevSecOps movements as much as I can.

Collapse
 
ivanivanovski profile image
Ivan Ivanovski • Edited

Hi 😉 and nice to meet you!
I'm Ivan Ivanovski, a student at the computer science and engineering faculty.
I'm interested in data science, front-end web development, and design.
People say coding is same as programming? What you think 😎?
Bdw Have I nice day

Collapse
 
m3cv1no profile image
Majd Sami Hemud

Hi guys 👋, I'm Majd from Jordan, I love learning about frontend stuff, and I came here because I want to share solutions to the challenges I will face through my work plus other cool topics with you guys 😁

Collapse
 
walenana profile image
Nana Adewale Adebola • Edited

Prince Nana here.
I am a Data Scientist with background in Financial trading, presently studying to be a Financial Engineer. I am a live-long learner with the view to making AI and especially ML accessible for the benefit of humanity.
I am currently living in Cape Town, South Africa

Collapse
 
eksosweet profile image
eksosweet

Hi there!

I'm Ericka. I'm looking to switch career paths. I have a degree in Social Work but I kind of need a break from working with people 1:1. I've always wanted to learn more about Software development so I am used Codecademy and taking their Full Stack Engineer path.

Collapse
 
adnan400 profile image
Adnan Asaad

Hey!
I am Adnan from Syria, I'm IT student in my final year ,I'm learning right now JS and after a while I'm goona start React.js
I'm here because I'm always getting bored while I'm learning as well as well as I can discover many interesting things about JS and Web Development

Collapse
 
lnitz profile image
Lior Nitz • Edited

Hi all!
I’m Lior the CTO of Soundscape City, the first Api for VR & AR audio, great to be here and learn how you guys will use an API like ours and how can we make it better!

We’re giving you a free account to test it on the website, thank you for helping the VR universe come to life!

Collapse
 
manuelholar profile image
Teminijesu Olaleye

Hi
I'm Manuel
I have a basic knowledge in HTML and CSS, also Javascript...
I'm here cause I'm inquisitive about how better I could be if I get directions and guidance from people who've been in this long before I ever thought of learning

Collapse
 
davidaguiyi profile image
David Aguiyi

Hi, I am David Aguiyi,

I am a Beginner Frontend Developer I also have created some websites, I am currently looking to intern, I got interested here, because of the great community and willingness to help each other, I hope to make life-long connections here.
My Github: github.com/david-aguiyi

Collapse
 
atimin profile image
Alexey Timin

Hey all, I'm a C++/Python developer. I'm working on my own time series database and would like to post here about it.

Collapse
 
ben profile image
Ben Halpern

Welcome Alexey!

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

Hello welcome !

Collapse
 
pikashow96 profile image
pikashow96 • Edited

Pikashow Apk Download Latest Version

Pikashow APK download allows users to access a vast library of movies, TV shows, and live sports on their mobile devices, providing convenient entertainment on the go.
also watch website:pikashows.one/

Collapse
 
wjplatformer profile image
Wj

Sloan sent me here, well, I guess I'm in dev.to then. Just saying that my first day of using this was wonderful! Kind people responded to my thread fast and there is a very good AI system in dev.to . I just love it!

Collapse
 
pawangupta5050 profile image
Pawan Gupta

Hiii
I am Pawan Gupta from India, I am 21 yrs old and graduate in IT. I am a Web Developer. I am familiar with Html and CSS and JavaScript.
I am here to get down new ideas and to be a part of dev community.

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

Welcome here to news members! 🌈🙋‍♂️

Collapse
 
mugishap profile image
Mugisha Precieux

Hello there dev community!!!
I am Mugisha Precieux, a software developer based in Rwanda.
I develop different Python, Javascript and other languages and totally open to any question.

Collapse
 
mm31976 profile image
M M

Greetings everyone! I am Morgan from USA. I am a student and I wish to become a full stack web developer or front end developer.

Collapse
 
srparis profile image
Edu París

Buenos dias soy Eduardo París y un placer estar en la comunidad!!!

Collapse
 
ben profile image
Ben Halpern

Welcome everyone!

Collapse
 
ben profile image
Ben Halpern • Edited

Drop by Meme Monday when you get a chance.

Collapse
 
taniskannpurna profile image
Tanisk Annpurna

Hello Everyone, I am Tanisk Annpurna, currently working as SDE @ MX Player. I am learning about Web3,smart contract and Ethereum. Looking forward to have fun here as well as grow with you all.

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

Welcome here!

Collapse
 
ayoubon1 profile image
Ayoub

bonjour ,
i hope to enjoy learning and discovering REACT with a practical approach!

Collapse
 
khnbzkrt profile image
Hakan ANGIN

Hello, i am frontend developer. I want to be Javascript master :)

Collapse
 
afayomide profile image
Afayomide

Hello World, I am Seyi from Nigeria. I am a MERN Stack developer and would love to gain more experience and connect with amazing people.

Collapse
 
defilovely profile image
HyperBitcoinization

Hello World! :)

Collapse
 
th3gh0s8 profile image
chamuditha pasiindu

hi

Collapse
 
tarungudapati profile image
Tarun Gudapati

Hello FOLKS!

Collapse
 
thakursaad profile image
Thakur Saad

HELLO!
I am Thkaur Saad based in Bangladesh. I am a coding geek.

I am here to learn and have fun. Becuase, to me, programming is like playing with codes 😃 and playing is fun 😄

Collapse
 
emekaweb3 profile image
emekaweb3 • Edited

Hi, I'm emeka and i'm new here, just passionate about this things, #web3 Dev

Collapse
 
zionnaire profile image
Zionnaire

Hi,
I'm Zionnaire, a Frontend dev with a burning desire to learn and relearning..I hope I'm welcome here

Collapse
 
nolansatoh profile image
Satoh Nolan

Google brought me here when i try to find out "How to responsive without media query?". I'm learning ReactJS. Fun fact about me is I'm a boy but in the past I got a girl's sick lol.

Collapse
 
manofthelionarmy profile image
Armando Leon

Hi,

Armando from California. I'm 2 years into my job as an SRE and I'm eager to learn more. I seek to find different perspectives, come across cool reads, and insightful ideas :)

Collapse
 
asadull1234 profile image
Asadull1234

Hello my name is asadullah I am 21 I am beginner in HTML CSS JavaScript python blockchain cryptocurrency

Collapse
 
cloudinnovator profile image
Ridwan Suleiman

I just joined to start documenting my experience in a startup I work.

Collapse
 
buzmez01 profile image
Bagiscan Uzmez

Hiii!! :)

Collapse
 
techwhisperer profile image
JC

Hello! New to this site. Discovered it reading an article about using Javascript to manipulate the DOM. :)

Collapse
 
meritxelladech profile image
Meritxell Adech

Good day to you! This is Merit. I am searching for opportunities to contribute or help others to develop solutions. If not doing it myself!☺☺☻

Collapse
 
utpaldas20 profile image
utpaldas20

Hey everyone, I am a .NET Developer Intern, joined the Dev Community today...

Collapse
 
davidjackdev profile image
David Jack

hello!!

My name is young-Sik Won.

I'm from Korea and I'm currently a JAVA developer and working hard with the dream of working with more awesome colleagues.

Thank you very much.

Collapse
 
srce profile image
Cesar Augusto Lopez Amaya

Hello!!

Collapse
 
arimtiaz profile image
AR Imtiaz

Hello!

Collapse
 
shyamenk profile image
shyamenk

Hi everyone,
My self shyam . im new in industry. currently learning JS,Node js ,express, CSS,HTML

Collapse
 
harmendani profile image
Pedro Harmendani

Hi there!
I'm from Brazil and currently working with Node.Js.
Am here to learn and discover more things related to computing and share my experiences.
Nice to meet you all!

Collapse
 
selectform profile image
guangpengD

欢迎

Collapse
 
gbwhatsappapkpro profile image
GBWhatsApp APk

HELLO!!!!!

GBWhatsApp APK Download Latest Version

Download GBWhatsApp Latest Version 2023

Collapse
 
arthurcodex profile image
Arthur-codeX

I am Daniel from Kenya. New to the community.

Collapse
 
mrshiam profile image
Mahmudur Rahman

Hi,

I am Mahmudur Rahman. I am a web developer based in Dhaka, Bangladesh. I mainly work with Magento, Laravel, and WordPress frameworks.

I am here to gain and share knowledge with this community.

Collapse
 
vitalis_africa profile image
Vitalis #thesalie.com

Hello 👋

Am Vitalis, Kenyan. Python has bit of me alongside android(kotlin). Eager to learn from everyone here.

Glad to be here!

Collapse
 
soumia021 profile image
soumia021

hi

Collapse
 
stvgerrad profile image
Steve Gerrad

Hello, everyone.👋
Am Steve from Canada, worked as a full stack blockchain developer for 2 years.

I come here to learn more and grow my network.

Collapse
 
sergeivany profile image
SergeIvany

Hello, glad to join dev.to!

Collapse
 
anaisha2425 profile image
Anjali Gupta

Hello everyone 😄

Collapse
 
chojae25 profile image
Jae Cho

Hello everyone! Currently a consultant for Deloitte and have undertaken the cloud resume challenge. Now that I am coming to a close on the challenge, expect a blog post soon! Thanks!

Collapse
 
maruerbi profile image
MaruErbi

Hi, I'm Maru, currently studying many IT things at university and working with it.
I am fairly new to everything about code but am learning C++ and Java currently
Nice to meet you all!

Collapse
 
shubhamkcoder profile image
Shubham Kamble • Edited

HEY THERE,

I'm Shubham from India, Interested in Full stack development.

Collapse
 
elangat profile image
Langat Emmanuel

Hello, I am a Telecommunication and Information Engineering student at Jkuat(Kenya).
I am a tech enthusiast skilled in Javascript, PHP, and Python fundamentals. Currently, I am learning VueJs.

Collapse
 
vedube profile image
Ved Prakash

👋

Collapse
 
serpclix profile image
Websiites.com

Hello Dev community! Brand new to this forum thought I'd say Hi,, Hoping to learn and contribute alot from here

Collapse
 
saeedafshari11235 profile image
Saeedafshari11235

Hey guys! What's up?
I'm saeed 21y.o from Iran. I'm a front-end developer. I'm trying to learn about back-end to be a fullstack developer. I also work in embedded systems field

Collapse
 
caleb_opeyemi1 profile image
Caleb Opeyemi

I'm Caleb. umm! feeling excited with my Java Spring boot API. Cheerful nature

Collapse
 
abtosoftware profile image
Abto Software

Hi there! Some ML experts? Eager to learn and share experience!

Collapse
 
apkmodget8 profile image
apkmodget8

VideoBuddy APK Download Latest Version

VideoBuddy Download Latest Version - videobuddy.ltd

Collapse
 
michaelsoriano profile image
Michael Soriano

My name is Michael. I'm a web developer from Los Angeles California. I specialize in JavaScript, CSS and HTML. Right now I'm learning SolidJS and Prisma.

Collapse
 
ghostclonelol2000 profile image
<}:-{~ .A.K.a. DOOM

Looking for c based c++ OS that can be USB booted w/ shell non app win link
PLZ// point me in the right direction tahnk you

Collapse
 
sigmadeveloper profile image
GR Vishnu

Hi guys i'm new to this community and a beginner in web development have tons of things to learn. looking forward to work and collaborate....

Collapse
 
1mt142 profile image
1mt142

Hi !

Collapse
 
hawkeye21 profile image
hawkeye • Edited

Resso Mod Apk 3.1.7 (Premium Unlocked) Download 2023
Resso

Collapse
 
hawkeye21 profile image
hawkeye
Collapse
 
mishael03 profile image
Mishael03

Hello

Am Mishael Bamaiyi from Nigeria currently learning web development (JavaScript) need guidance and mentorship.

Collapse
 
comendrun profile image
KamRan

Hi everyone. I'm Kamran
I'm happy to get the chance to know amazing people like you
İm a frontend Developer with focus on React JS

Collapse
 
sp0ker profile image
Rémi FLAMENT

Hello all !
Hi from Paris. I'm just a junior cloud engineer who will share his worked stuff for every one :)
Enjoy your day

Collapse
 
pesar profile image
Pesar

Hello World :)

Collapse
 
afaizspace profile image
faiz

Hi,
I am faizan from india.
I'm currently learning html css and javascript.
Some project complete of frontend mentor challenges.

Collapse
 
dustlihy profile image
NJULihy

I am a beginner in coding.

Collapse
 
bankolejohn profile image
bankolejohn

Hello Fam!

I am John from Nigeria.
Hoping to get guidance as I pursue a cloud career.
And also hoping to be a cloud architect someday.