DEV Community

Welcome Thread - v293

Sloan the DEV Moderator on September 11, 2024

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
 
heritiana_labarre_a333ced profile image
Heritiana LABARRE

Hello, I am learning JavaScript and python in order to create some apps powered by automation process such as AI

Collapse
 
thomasbnt profile image
Thomas Bnt

Welcome!

Collapse
 
lana_ruth_1987 profile image
LaRuth

I am also learning JavaScript and python!

Collapse
 
habibjs profile image
Habibu Umar • Edited

What about Phyton I'm thinking to start using it as an Alternative to my PHP before becoming an expert

Thread Thread
 
curious-designer profile image
curious

Python is a versatile and widely-used language with a gentle learning curve, which makes it a best choice for a wide range of applications. It has a lot of libraries and frameworks that can simplify your development work.

Thread Thread
 
habibjs profile image
Habibu Umar

What about if I need to create Native app what is the best you will recommend for me

I start flutter dart but I think is limited on web function and I see is under development from core

Collapse
 
violetadev profile image
V

Welcome!!

Collapse
 
mohammed_alotaibi_fb0d5a9 profile image
Mohammed Alotaibi

Hi

Collapse
 
steeve profile image
Steeve

Welcome @heritiana_labarre_a333ced to DEV, you are at the right place! Feel free to create post about what you created and learned :)

Collapse
 
timonwa profile image
Timonwa Akintokun

Hi @heritiana_labarre_a333ced. Welcome to DEV. 😊

Collapse
 
kameche_med_sofiane profile image
kameche mohamed sofiane

hello

Collapse
 
alex_ba885e98637d9240d0b9 profile image
Alex

Hello

Collapse
 
blessing_dev profile image
Blessing Asuquo

Welcome

Collapse
 
ekvll profile image
Erik Lindvall

Welcome!

Collapse
 
harini_palanisamy profile image
Harini Palanisamy

Welcome @heritiana_labarre_a333ced, I'm new here too :)

Collapse
 
shashwat_singh_111 profile image
Shashwat Singh

is javascript not enogh?why python?

Collapse
 
examsam profile image
Michael Jacobs

Welcome, I am new also!

Collapse
 
turingvangisms profile image
Turing

hello! welcome!

Collapse
 
gwantez_jumbo_d3d3cd35c30 profile image
Gwantez Jumbo

hello

Collapse
 
krystle_mitchell_f672905b profile image
Krystle Mitchell

Cool, I can't wait to learn how to incorporate automation processing into one of my apps.

Collapse
 
makram_eltimani profile image
Makram El Timani

Hello, can't wait to see your progress :)

Collapse
 
makram_eltimani profile image
Makram El Timani

Hello, I have 10+ years of experience as a Full Stack Developer. I'm looking for a nice community where I can further increase my skills, career, and some fun facts about everyone's experiences :)

Collapse
 
jess profile image
Jess Lee

Welcome :)

Collapse
 
steeve profile image
Steeve

Welcome Makram 👋 Feel free to write posts about your developer experience, we will be glad to hear about your past projects, the good and bad :D

Collapse
 
thomasbnt profile image
Thomas Bnt

Welcome!

Collapse
 
arskeliss profile image
Csokán Pál András

Welcome, I have barely 2 years of scarce experience with Javascript and React, NextJS, constantly learning something new and trying to epxand my knowledge to get a job as well.

Collapse
 
jarvisscript profile image
Chris Jarvis

Welcome, you found a good community on DEV.

Collapse
 
burnee profile image
Burnee

Hello im learning javascript and react

Collapse
 
thomasbnt profile image
Thomas Bnt

Welcome!

Collapse
 
steeve profile image
Steeve

Hi / Bonjour 👋 Welcome on Dev

Collapse
 
med-o-mash profile image
mohamed kamara

You French, also learning.

Collapse
 
timothy_eaton_e511eac30c8 profile image
Timothy Eaton

Bonjour! I'm writing from Charleville-Mezieres!

Collapse
 
timonwa profile image
Timonwa Akintokun

Hi Burnee. Welcome to DEV. 😊

Collapse
 
ben profile image
Ben Halpern

Welcome welcome everyone!

Collapse
 
shahzeb_ghanghlo_10248250 profile image
shahzeb Ghanghlo

Hello I want website developer

Collapse
 
thomasbnt profile image
Thomas Bnt

Welcome on DEV!

Collapse
 
jarvisscript profile image
Chris Jarvis

Welcome!

Collapse
 
mr-3 profile image
Mr 3

Hi people, I am currently coding my OS, from scratch, complete scratch. I am a begginer and I have really big goals, I have a blog website on medium medium.com/@Mr-3
My OS is going to have its own IDE and language, currently Im working on the OS and IDE, it is going to be more customizable than linux (if that is possible), linux needs skill to be customized, but ErfanOS doesnt, everything is going to be with UI AND its open-source, since I dont want people to go through the things I went through. The best things about it is that there is literally no data being sent no where, the only reason we are owned is because our data is being sent and SOLD to other companies, we dont even get paid, thats bad, so I am making it so that there is no data being moved, and also its a chance to learn (safe)C and assembly.

Collapse
 
chongo profile image
Landon Noll • Edited

Hello @mr-3,

I wish you the JOY of exploring your new OS.

Writing your own OS from scratch is a fun learning exercise. In doing so, you will RELALY LEARN about operating systems as well as HOW COMPUTERS REALLY WORK.

Having worked on the early days of BSD (Berkeley Standard Distribution) Unix, rolling your own or just improving someone else's OS distribution can be a rewarding experience. Moreover, it will teach you a great deal about low-level fundamentals of an operating system. You get to try/do things differently. You get to make your own mistakes and find your own unique successes.

Having ported early BSD systems to brand new hardware / CPUs / architecture is a fun challenge. It is also a JOY when you finally see your first "sign of life" when your booted non-crashing operating system finally presents itself for its first task (in BSD parlance that was getting a single user prompt from a shell).

My advice: DON'T GET DISCOURAGED .. keep going!

Progress will seen to ebb and flow. You will suffer setbacks and then leaps forwards. Things will break because some underlying bug that was masked by other events will throw you back into low-level debugging. That is part of the process. Look on these a FUN instead of frustrations.

My advice: DON'T PAY ATTENTION TO WHAT OTHERS SAY ABOUT YOUR OS .. do your own thing. Some will say things like "WHY BOTHER?". Some will say tell you "WHY DON'T YOU JUST USE THE XYZZY OS?" .. and more. Ignore them, learn new skills and work on your OS.

Even if your OS remains a niche OS, you will become a MUCH MORE KNOWLEDGEABLE CONSUMER of other operating systems. You will be able to look at the Pros and Cons of other operating systems with a keener eye.

Suggestion: Consider putting your distribution code up on a Git repository site such as GitHub. You never know when some else will come along and test / suggest / contribute.

My advice: DOCUMENT! DOCUMENT! DOCUMENT! Write documents that explain your OS concepts. Update them as your OS evolves. Publish those on your Git repository web site so that others can enjoy.

My advice: COMMENT! COMMENT! COMMENT! your code. Even if you think you understand it! Even if you think your code is self evident. By adding lots of comments you will further learn about what you are wring and this will help others see what you intend. While there is no hard and fast rule, having more comments than code is a good thing to strive for, especally when it comes to something as detailed as an operating system.

Above all, My advice: HAVE FUN!

p.s. For me these were the most fun:

  • Virtual memory / memory management
  • Job / task / thread scheduling
  • very low level assembly glue to the hardware
  • boot proms / low level boot code
  • kernel panic debuggers
  • creating the first process while booting
  • cross compiling (from your development platform into your target platform)
  • compiling / assembling / linking your complete distribution
Collapse
 
mr-3 profile image
Mr 3 • Edited

Hey Noll, thanks for the fantastic advice, I have already added it to my github on github.com/erfankeyhani-1/erfanos , recently I have found myself learning C and doing other really small projects like kernel modules or simple drivers that read/write memory in a process, so I can advance in C, I dont have much time to work on the OS since all of that, but thanks for encouraging me, feel free to checkout my article on it aswell, I'm trying to free up some time so I can work on it.

Thread Thread
 
chongo profile image
Landon Noll

I will be happy to watch erfankeyhani-1/erfanos.

FYI: I manage 3 places on GitHub. I mention this because they may amuse and/or inspire you to C. :-)

Personal project that I have released to the public. My "Programmers Workbench" that I have collected over 50 years sits in 110 repositories, of which 22 have been bade public and the remaining 88 are waiting to be bright up to GitHub "specs" (such as adding a README.md, testing, etc.). Probably about 70 of those will eventually be made public (I have a LOT going on) so I can sympathize with having things "sit on the back burner" as the expression goes.

Probably most famous / used repo of this set is: calc, a C-style arbitrary precision calculator.

Software originally produced by the Arcetri Team that once worked at Cisco. This contains a number of mathematical projects, a number of which are related to finding a new largest known prime number (I have held or co-held 8 world records related to large primes(.

The International Obfuscated C Code Contest is currently my most active area. I am the co-founder of the IOCCC.

While ioccc.org exists, we are building a much improved web site via the emp-test-ioccc repo.

Since you are interested in C, I would encourage you to look at the new IOCCC site which is 98% complete.

If you want a place to start, check out the 1987 winner of the Best one liner award, won by David Korn of Korn Shell fame. See if you can figure out what korn.c does by just looking at the source. :-)

p.s. Don't feel bad if you run into trouble: even Dennis Riche of C and Unix fame got it wrong on his first try before I had to remind him of a little feature of C that he forgot. Yes, that is a hint. :-)

Collapse
 
steeve profile image
Steeve

Hi Mr E, that's super interesting! Many people (and I) would be interested to learn more about the OS you are developing from scratch, feel free to write articles about it :)

Collapse
 
williams-oliver profile image
Oliver Williams

Hello DEV! Just looking for a place to help out in any way I can in between the moments I have to be a professional adult and a playful over-aged kid. Have been randomly browsing threads here and I love how it doesn't seem to be just another platform for self-promoting (sorry LinkedIn). Would love to hear what was the most impactful thread you've encountered in this community that made you feel good about being a part of it?

Collapse
 
jarvisscript profile image
Chris Jarvis

Follow the series that lists the Top 7 posts of the week. Always good stuff there.

Collapse
 
vikwilliamson profile image
Vik Williamson

I enjoy posts on Professional Development, like Senior devs reflecting on some key points/skills that helped them feel that they were actually realizing the responsibilities of a senior engineer.

Collapse
 
williams-oliver profile image
Oliver Williams

That's awesome! I just searched for Professional Development and noticed a few interesting threads! Hoping I can muster the courage to share my own story and what were key points in my own journey. Thank you!

Collapse
 
hrmann profile image
Matthis Herrmann

Hi, I'm Matthis and I'm studying Javascript. I have a visual storytelling project where I work with GSAP and scrolltriggered animations. It's a lot of fun. But of course there are always hurdles to overcome. In my search for scroll-dependent animation of variable fonts (font-weight), I ended up here.

Collapse
 
andypiper profile image
Andy Piper

welcome!

Collapse
 
vikwilliamson profile image
Vik Williamson

Hi everyone! I've been around here for awhile but have never introduced myself. I am (now) a newly-senior full stack engineer. I love React and its ecosystem. I am here to start doing some leveling up on Advanced web development topics.

Collapse
 
heltonteixeira profile image
Helton Teixeira

Sup!
I'm trying to remember the basic of webdesign and python I've learned long time ago.
And trying to dive into the AI world.
Image description

Collapse
 
marcusk profile image
Marcus Kemper

Nice illu - could be me... :-D

Collapse
 
buildwebpro_wordpressser profile image
BuildwebPro WordPress Service

Hi there! I'm a WordPress developer diving into the world of Laravel. While WordPress is my comfort zone, I'm excited to expand my skills and take on new challenges in Laravel. I'm mostly self-taught, learning through YouTube tutorials and experimenting with AI tools, which has been a fun and rewarding journey. Although I'm still a novice in Laravel, I'm passionate about improving and exploring new tech.

This version adds enthusiasm and highlights your eagerness to learn and connect with others.

Collapse
 
koushikchandrasarker profile image
koushik sarker

Hi, I'm a software engineer specializing in Spring Boot microservices for ERP systems. I enjoy solving complex problems and am always looking to improve system performance and scalability. Currently, I’m exploring how to optimize microservices architecture in enterprise environments. Fun fact: I love learning new tech stacks and experimenting with different tools to enhance development workflows!

Collapse
 
lilly_k profile image
Lilly K • Edited

Excited to grow as a full-stack developer! My goal is to build strong expertise in modern full-stack development, along with solid skills in data structures, algorithms, and system design. I’m learning every day and want to contribute to open source, collaborate on exciting projects, and help guide others as well.

I look forward to learning from the community and sharing my knowledge along the way!

Collapse
 
natedhaliwal profile image
NateDhaliwal

Hi, I'm NateDhaliwal, and I'm an avid Replit user!
I use Python as my preferred programming language, and I'm trying to build a forum out of Flask, inspired by Discourse, which I'm also a huge fan of.

Collapse
 
jason_taylor_16cc73c1379e profile image
Jason Taylor

It's a pleasure to meet everyone. Thank you for welcoming me to your community and including me in this incredible co-supportive learning environment. I would like to learn how to use and apply JavaScript and other similar languages to be able help build my pages and be able to promote myself through my own self growth and personal learning evolution.

Collapse
 
oscaralaniz profile image
Oscar Alaniz

Hello! I am starting my journey into the world of coding. I do not know what my end goal is, but I want to start learning Lua to be able to configure my NeoVim as I want it to be and from there be able to learn a language, maybe Python.

Collapse
 
stevenblu3 profile image
Steven

I'm totally new to the world of coding, but I'm super excited to dive in and start learning. I'm hoping to connect with other folks in the community who can share tips, resources, and maybe even a bit of encouragement along the way.

Collapse
 
abhishek_ojha_49724716db2 profile image
abhishek ojha

Hi everyone! I'm here because I love learning and sharing technology knowledge, especially when it comes to web development and programming. Currently, I'm working on improving my skills in full-stack development with a focus on MERN and MEAN stacks. A fun fact about me is that I also enjoy exploring blockchain and crypto technologies in my spare time.

Collapse
 
luqman_bolajoko profile image
Luqman Bolajoko

👋 Hi everyone! I'm Luqman, a Full Stack Developer with a passion for building scalable web apps using ASP.NET, Angular, Node.js, and React. I'm excited to join this community to learn and share insights on optimizing performance and developing robust APIs.

Fun fact: I'm currently working on a multi-tenant community management system and a peer-to-peer loan platform. Looking forward to connecting with fellow devs and collaborating on cool projects!

Collapse
 
wail_benoulha_b51817f4e01 profile image
Wail Benoulha

Hello dev community I m new here in the platform and I introduce myself as a software engineer and a backend developer specializing in django python using devops tools with an experience of two years i have a bachelor diploma in software engineering and now I study data science in university im here to collaborate

Collapse
 
timark1101 profile image
tim • Edited

hi 👋🏻

i was thinking 🤔 how to use c lang to create a web server ( instead of php or nodejs ) in order to create a custom files management webapp 📁 with a server of 🖥️ in order to create a 🤏🏻 little personal local cloud server ☁️ for myself, I'm not doing this just bcz i want a personal cloud , but bcz i want to build it and to know if i can 💪🏻, also to learn by getting my hands dirty and to use something i've built in my daily basis .

and i just found myself here 😁😊

Collapse
 
zuhalcode profile image
Zuhalcode

Hello! I’m currently diving into Next.js and exploring how to integrate it with other tools for full-stack development. I’m on the lookout for a supportive community where I can enhance my skills and career, and learn about everyone’s experiences. Looking forward to connecting and exchanging ideas :))

Collapse
 
ciphertextk profile image
Kofi

Hey Everyone!

Excited to be here! I'm interested in building, I'm here to learn from everyone, share ideas, and dive into discussions that can help us all grow. Understand our problems as developers and create cool solutions.

Would love to connect, so feel free to reach out—let's build something great together! :)

Collapse
 
teasin profile image
TEA-SIN

Hello, I'm a Third year Computer science student at Royal University of Phnom Penh. On of most popular University in Cambodia.

Hope to find something new and improve my programing language here.

Thank you.

Collapse
 
fuad_abdu_2ad29ad6e759414 profile image
Fuad Abdu

Hi everyone, I'm Fuad!

I'm just starting my journey into web development and I'm really excited to be here on dev.to. I'm currently diving into JavaScript and aiming to become a skilled front-end developer. I'm looking forward to learning from the amazing community here and soaking up all the knowledge I can.Feel free to connect with me or point me towards any resources that you think might be helpful for a beginner like me!

Collapse
 
marksmtihs profile image
Mark smith

Python is a flexible and popular programming language that's easy to learn, making it ideal for many different types of projects. It offers a wealth of libraries and frameworks to streamline your development process.

Collapse
 
raoof_developer_e70d9b0e1 profile image
raoof developer

Hello, I am Fullstack Developer From Algeria.
I use for backend Laravel PHP Node Js and Express.
for frontend I use React JS, pure HTML CSS JS, Bootstrap, Tailwind, Material UI...etc.
I love enjoying a community of developers like me and explore new ideas, jobs.

Collapse
 
isaboscherry profile image
Cherry

Hello, everyone
I'm learning spring boot and application development with microservices. I am very interested in learning how to carry on and develop new projects in relation to these topics. I hope to find many ideas and inspirations as well as to extend my knowledge.

Collapse
 
vladsiy profile image
Vladislav

Hi everyone! This comment is my first action on this site :)

I haven’t explored DEV yet, but it feels like I’ve found what I was looking for. After years of self-teaching in programming, I hit a dead end. I’m here hoping that with your help, I can make progress again. I actually learned about DEV thanks to ChatGPT – it’s the one who told me about you!

Collapse
 
khadijat_babatunde_a52a2b profile image
Khadijat Babatunde

Hi

Image description
I'm learning Python and the use of CSS and JavaScript for front end web development. It's been 8weeks now.

Collapse
 
jolmos98 profile image
Jesús Olmos

Hello everyone, I've been learning Java for two years with the hope of finding a job in Spain related to Java, Spring and and similar technologies. Obviously I'm gamer (Wow, TES, Hollow Knight, TBOI, etc), reader (Asimov, King, Follet, GRR Martin, Sanderson, etc), runner, fitness, cinephile and a host of other things.

Collapse
 
jennydc-dev profile image
JennyDC

Hello everyone! 😊 I'm totally excited to join that amazing community! ❤️
I'm here to learn as much as I can and to grow as a developer.
At the moment, I'm deepening my knowledge of C++, PHP, React languages and diving into the magic and amazing world of fundamental algorithms. 😺

Collapse
 
robert_sullivan_420449d80 profile image
Robert Sullivan

Hello everyone
I am an electrical design engineer. I have provided design services for automated systems in the building service industry and the waste water treatment sector. I am feeling brave and am taking on the challenge of learning software engineering. All advice and assistance will be gratefully appreciated.

Collapse
 
habibjs profile image
Habibu Umar

Hello, I am learning and doing a lot about Web development using PHP and some programming languages and I have started using Android Studio to build native apps as I have already done some Webview and Offline apps, We have a teamwork Triple Stack where we keep our client and new job update and connected, Thanks for reading hope to be like one family.

Collapse
 
chongo profile image
Landon Noll

Hello 👋,

Good morning, good afternoon or good evening depending on your timezone and latitude from your Astronomer guide to Our Favorite Universe.

A bit about me:

Landon is Noll is an astronomer, mathematician, traveler. He has held 8 world records related to large prime numbers. He co-invented of a system for naming numbers of any size. As a frequent South Pole visitor, he searches for meteorites in the Antarctic ice. He is the N in FNV hash. He co-founded the International Obfuscated C Code Contest (IOCCC). I have been programming in C and using Unix for 50+ years.

I'm currently working on the toolset needed to run the next International Obfuscated C Code Contest. In particular helping the xyxel jparse repo navigate though some Unicode / UTF-8 JSON encoding issues, improving the next IOCCC website.

In addition to helping monitor the Kilauea Volcano 🌋 in Hawaii, and participating in a plan to put a telescope on the moon.

See also my lcn2 repos and Arcetri repos as well as the IOCCC repos I work on via GitHub.

Collapse
 
vinicius_souzaferrari_e7 profile image
Vinicius Souza Ferrari

Hey!! Boa noite, vou iniciar minha faculdade de ciências da computação em 2025 e gostaria de algumas dicas para começar a estudar desde ja para entrar na faculdade ja sabendo algumas coisas.
Sou totalmente iniciante mas quero muito aprender para seguir o caminho da cyberSegurity.

Desde ja obrigado e vamos pra cima !!! :]

Collapse
 
marksmtihs profile image
Mark smith

Python is a versatile and widely-used programming language with an easy learning curve, making it an excellent choice for many types of applications. Its extensive libraries and frameworks simplify development, enabling you to build everything from web applications to data analysis tools with ease.

Collapse
 
imoh profile image
Imoh Nelson

Hi everyone I'm a beginner using react and I want to join a community of developers so I can boost my development

Collapse
 
hugodev1986 profile image
Hugo Sanchez

Hola !
A toda la comunidad DEV

Collapse
 
calvinhobbs profile image
Kevin Penny

Hello everyone, @calvinhobbs here.

Going to kick off a new recruiting startup with AI next week.

JavaScript and SQL among other Google cloud technologies. Former big corporation manager going back in the trenches.

linkedin.com/in/fullstackmanager/

Let's do this!

Collapse
 
assis-berlanda profile image
Assis Berlanda de Medeiros

Olá Pessoal, sou estudante de Engenharia de Software, e apaixonado por tecnologia, após realizar alguns bootcamps, fui instigado pelo intrutor a produzir conteúdos relevantes, e achei uma ótima idéia. E aqui estou! Para aprender e compartilhar conhecimentos

Se tiverem interesse como começar na área de TI, aqui vai uma dica no Meu Artigo

Collapse
 
shubham_kumar47 profile image
Shubham Kumar

Hello everyone,I am solving dsa problems bcoz i aim to crack a product based company ,hopefully in 2 years span.From my research i found out i have to also learn system design.I got offer from tcs and i am currently waiting for the joining letter. Looking forward to learn and grow and to contribute to the community.

Collapse
 
bill_mee_b20cd44931a11d2b profile image
Bill Mee

We recently added an AI component to a ColdFusion based framework for a cardiovascular analysis system. The database and back end is all CF and the interface to the AI engine is Python based. The report that is generated using the AI is very comprehensive, although it doesn't take AI to tell you that someone who is 5'2" and weighs 300 lbs and has high blood pressure needs to incorporate exercise in their daily regimen :)

Collapse
 
akosumov profile image
Aleksei

Hello everyone, my name is Aleksei, and I am a frontend developer. I am currently starting to learn about Web3 and am interested in contributing to some open-source projects. If anyone knows of any Discord channels for frontend or backend developers, I would be happy to join.

Collapse
 
noah_naizir_cc4571529a9d2 profile image
Noah Naizir

Hello, dear everyone.
I'm a self-motivated, self-starter with a well-rounded and developed understanding of the blockchain ecosystem and the best practices for secure and cost-effective smart contract programming.

Collapse
 
ekvll profile image
Erik Lindvall

Hi hello. I am a Python enthusiast with 10 years of xp doing data science. Off work I enjoy reading and coding crypto analysis and ethical hacking.
Joined DEV for the community, hanging out, and spread and acquire knowledge.
I am open for colabs.
PS. I sense a linear relationship between coding break-thrus and biscuits intake.

Collapse
 
utkarshparekh profile image
utkarshparekh

Hi Erik, it's great to connect! I see you're working on Python and Data Science, which I also work with, though I'm more focused on building reusable frameworks. Your interest in crypto analysis and ethical hacking sounds fascinating - definitely a domain I haven't explored much.

Looking forward to learning more from your experience and possibly collaborating in the future!

Collapse
 
utkarshparekh profile image
utkarshparekh

Hello, I'm Utkarsh. I enjoy helping Data engineers build configuration-driven, reusable, and cloud-agnostic frameworks and exploring new Data platforms. I'm also passionate about AI/ML.

Looking forward to connecting with this awesome community!!

Collapse
 
tpowell_7eb9299b513 profile image
Trevor Powell

Hey what's up? I have been learning HTML, CSS, and Javascript for a little over 3 months now and am just started in learning React. I plan on taking skills learned to higher levels with my music I produce and implimenting those skills to create music related apps and websites. Im a gamer, teamplayer, and no matter what I know I'll always listen to a different perspective so definitley open to learning new things. Thnx.

Collapse
 
timothy_eaton_e511eac30c8 profile image
Timothy Eaton

Hi!

I'm an American living in the Geneva area, currently looking for a new job. My experience is mostly in the Laravel/React community, but after a long hospital stay from an injury that left me re-learning to walk, I'm looking for a slightly new angle for my next job.

Currently I'm fascinated by basic HTML and CSS and everything you can do with just that. I like tools like Astro that use island-based architecture to use the minimum of Javascript. I'm also fascinated by UX and user design, and love building mockups in my spare time.

Nice to meet everyone!

Collapse
 
opoin profile image
Whittaker Thornton

Nice to meet you and all the best luck!

Collapse
 
antikus profile image
Anatoli

Hi all, I’ve been designing and building lots of different commercial software but since I was laid off last November I’ve been working on refreshing my skills and learning new technology. I’ve got a chance to build an app that I’ve wanted to build for a while. Feel free to check it out: App Store

Collapse
 
__alka727555 profile image
Алия Нугуманова

Здравствуйте! Я изучаю HTML, CSS, JavaScript.

Collapse
 
jarvisscript profile image
Chris Jarvis

Welcome to DEV!

Collapse
 
black7375 profile image
MS_Y

Hello?
I am very interested in web and design.

This is my first post since joining!

Collapse
 
guru_koppalakonda profile image
Guru Raghavendra

Hello Everyone. I'm a DOTNET application developer working mostly with c#. Looking forward to understanding more on AI.

Collapse