French web developer mainly but touches everything. Volunteer mod here at DEV. I learn Nuxt at this moment and databases. — Addict to Cappuccino and Music
Habib JS is an experienced full-stack developer with 5+ years of expertise, focusing on frontend and backend development to create efficient web applications, fintech, and blogging websites.
Curious here! Passionate about coding, tech trends, and solving problems. Sharing insights and learning from the dev community. Let’s build something awesome together!
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.
Habib JS is an experienced full-stack developer with 5+ years of expertise, focusing on frontend and backend development to create efficient web applications, fintech, and blogging websites.
Hi, I'm Timonwa! I write articles on web development that help other developers learn more easily. These articles include beginner-friendly tutorials, open source, technical writing, and more.
I'm a skilled and passionate Full Stack Developer ready to bring your digital projects to life! With expertise in both front-end and back-end technologies, I thrive in creating seamless, user-friendly
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 :)
French web developer mainly but touches everything. Volunteer mod here at DEV. I learn Nuxt at this moment and databases. — Addict to Cappuccino and Music
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.
French web developer mainly but touches everything. Volunteer mod here at DEV. I learn Nuxt at this moment and databases. — Addict to Cappuccino and Music
Hi! I've been a programmer for most of my life, 16 years professionally, working mostly in Laravel and design. These days, I'm very interested in basic HTML and CSS, enjoying the simplicity and speed.
Hi, I'm Timonwa! I write articles on web development that help other developers learn more easily. These articles include beginner-friendly tutorials, open source, technical writing, and more.
French web developer mainly but touches everything. Volunteer mod here at DEV. I learn Nuxt at this moment and databases. — Addict to Cappuccino and Music
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.
Landon has held 8 world prime number records. He co-invented of a system for naming numbers of any size. He is the N in FNV hash. He co-founder of the IOCCC. Landon has used Unix for 50+ years.
Location
Bellingham, Washington US area
Education
Cal State East Bay, UC Berkeley, Linfield University
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
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.
Landon has held 8 world prime number records. He co-invented of a system for naming numbers of any size. He is the N in FNV hash. He co-founder of the IOCCC. Landon has used Unix for 50+ years.
Location
Bellingham, Washington US area
Education
Cal State East Bay, UC Berkeley, Linfield University
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(.
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. :-)
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 :)
Tech geek, husband, father, sneakerhead and car enthusiast looking for ways to make a difference in the world. Always looking for ways to open opportunities for others as others have done for me!
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?
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.
Tech geek, husband, father, sneakerhead and car enthusiast looking for ways to make a difference in the world. Always looking for ways to open opportunities for others as others have done for me!
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!
Graphic and web designer, since 2003, I can do frontend development, UX design, Wordpress, I love my kids, I like surfing, I like the mountains, beer, women, ...
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.
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.
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.
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!
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!
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.
Like the mythology of the Phoenix. I am a bright, enthusiastic, flourishing individual who is always capable of renewing myself, in the midst of turmoil; constantly growing & thriving as an artist.
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.
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.
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.
As a skilled software developer, I have expertise in full-stack development, particularly in the MERN stack. I have hands-on experience in building web applications, including in the education sector.
Location
Bhayandar, Thane, Maharashtra
Education
Bachlore's of Engineering in computer science
Work
Ex-Node js Developer at Terado Engineering Pvt. Ltd., Ex-ASE at VirarHub Incubators
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.
Full Stack Developer skilled in ASP.NET, Angular, Node.js, and React. Passionate about building scalable web apps, solving real-world problems, and sharing insights on performance optimization.
👋 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!
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
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 .
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 :))
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! :)
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!
Hii everyone. I am Mark Smith, a content writer at Abhiwan Technology, a company specializing in game development, Metaverse Gaming Development, and web development.
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.
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.
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.
Since 2014, I spend half of my life looking for solutions to problems for my work. I love programming and I really want to learn how to program independently and qualitatively.
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!
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.
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. 😺
I am an electrical design engineer. I have nearly forty years experience in building services. I have also spent some time in the water treatment sector.
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.
Habib JS is an experienced full-stack developer with 5+ years of expertise, focusing on frontend and backend development to create efficient web applications, fintech, and blogging websites.
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.
Landon has held 8 world prime number records. He co-invented of a system for naming numbers of any size. He is the N in FNV hash. He co-founder of the IOCCC. Landon has used Unix for 50+ years.
Location
Bellingham, Washington US area
Education
Cal State East Bay, UC Berkeley, Linfield University
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.
Vou iniciar a faculdade de ciências da computação em 2025.
Gostaria de fazer networking com pessoas que ja entendem do assunto e saber como posso iniciar a faculdade sabendo alguma coisa.
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.
Hii everyone. I am Mark Smith, a content writer at Abhiwan Technology, a company specializing in game development, Metaverse Gaming Development, and web development.
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.
Como profissional, combino inteligência emocional com criatividade para solucionar problemas complexos e gerar resultados inovadores. Sou resiliente e adaptável, encontrando soluções eficazes em TI.
Education
Estudante da Unicesumar
Pronouns
Ele, dele.
Work
Procurando oportunidades de estágio na área de TI.
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
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.
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 :)
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.
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.
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.
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.
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!
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!!
New to developing but have been learning for half a year now with certificates and what not but need some hands on experience so dont hate on me lets create something lol
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.
Hi! I've been a programmer for most of my life, 16 years professionally, working mostly in Laravel and design. These days, I'm very interested in basic HTML and CSS, enjoying the simplicity and speed.
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.
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
Hello, I am learning JavaScript and python in order to create some apps powered by automation process such as AI
Welcome!
I am also learning JavaScript and python!
What about Phyton I'm thinking to start using it as an Alternative to my PHP before becoming an expert
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.
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
Welcome!!
Hi
Welcome @heritiana_labarre_a333ced to DEV, you are at the right place! Feel free to create post about what you created and learned :)
Hi @heritiana_labarre_a333ced. Welcome to DEV. 😊
hello
Hello
Welcome
Welcome!
Welcome @heritiana_labarre_a333ced, I'm new here too :)
is javascript not enogh?why python?
Welcome, I am new also!
hello! welcome!
hello
Cool, I can't wait to learn how to incorporate automation processing into one of my apps.
Hello, can't wait to see your progress :)
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 :)
Welcome :)
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
Welcome!
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.
Welcome, you found a good community on DEV.
Hello im learning javascript and react
Welcome!
Hi / Bonjour 👋 Welcome on Dev
You French, also learning.
Bonjour! I'm writing from Charleville-Mezieres!
Hi Burnee. Welcome to DEV. 😊
Welcome welcome everyone!
Hello I want website developer
Welcome on DEV!
Welcome!
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.
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:
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.
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. :-)
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 :)
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?
Follow the series that lists the Top 7 posts of the week. Always good stuff there.
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.
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!
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.
welcome!
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.
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.
Nice illu - could be me... :-D
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.
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!
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!
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.
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.
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.
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.
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.
👋 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!
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
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 😁😊
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 :))
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! :)
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.
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!
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.
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.
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.
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!
Hi
I'm learning Python and the use of CSS and JavaScript for front end web development. It's been 8weeks now.
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.
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. 😺
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.
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.
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:
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.
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 !!! :]
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.
Hi everyone I'm a beginner using react and I want to join a community of developers so I can boost my development
Hola !
A toda la comunidad DEV
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!
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
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.
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 :)
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.
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.
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.
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!
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!!
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.
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!
Nice to meet you and all the best luck!
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
Здравствуйте! Я изучаю HTML, CSS, JavaScript.
Welcome to DEV!
Hello?
I am very interested in web and design.
This is my first post since joining!
Hello Everyone. I'm a DOTNET application developer working mostly with c#. Looking forward to understanding more on AI.