Lim Woojaejaylog.hashnode.dev·Jan 5, 2025[Project] Schedulize - 효율적이고 생산적인 근무 배정 프로그램소개 이번에 새 프로젝트 Schedulize를 소개하게 되어서 굉장히 기쁩니다. 아직 제작 중이지만 현재 80% 완료된 상태이고 최적화를 위해 꾸준한 코드 리팩토링(Refactoring)을 거칠 예정입니다. Schedulize는 영어 Schedule과 Optimize를 합쳐 최적화된 스케줄을 제공한다는 것에 초점을 두었습니다. 어떤 프로젝트를 시작하는 데에는 모두가 이유가 있다고 생각합니다. 개인적으로 저는 “혁신”을 위하여 개발합니다. 이번 ...Projectspersonal-project
Shainil P Scodeshaine.hashnode.dev·Nov 4, 2024Carter: an typical e commerce projectI started this project september 2024.I don't remeber the exact date though . I made this project in order to put into my resume which I did. However, in order to stand out I needed to make this little unique . So I thought make this little complex b...e-commerce
Katsumi Yoshidayozibak.hashnode.dev·May 10, 202410 Agile Development Lessons You Can Learn in a WeekRecently, I built a video game. I couldn't help the urge. It's an online multiplayer game inspired by classic Pong from the 70s. You can play it here: https://www.play-pong-online.site I built it with TypeScript, React, p5.js, GraphQL subscription, ...37 readsagile development
Swan Htet Ooblog.swanhtetoo.com·Apr 28, 2024A Quiz App I BuiltWhile I was preparing for the Fundamental IT Engineer exam, I wished there was a place where I could train with mock tests. After taking the exam, I coded such an application myself and released the beta version on the web. Here is that beta - FE Qui...42 readsitpec
Ludivine Constantiludivine-constanti.hashnode.dev·Dec 19, 2023Using personal projects for researchCreating personal projects can be a great way to practice our knowledge and demonstrate it to potential clients. Our agency decided to work on one, to improve on scrolly-telling mechanics. After realizing this project, we would not only acquire knowl...Improving over projects3d
Khushiyant Chauhankodein.hashnode.dev·Jan 21, 2023Streamlining Your Personal Projects: How to Use Docker to Set Up a Development Environment for a Django REST APIIntroduction Docker is a powerful tool that can be used to set up development environments for personal projects, such as a Django REST API or a Django web application. In this blog post, we will explore how to use Docker to create a development env...Docker
Ulises Alexander Arguelles Monjarazuaam.hashnode.dev·Oct 28, 2022The book libraryThis little post would be about how I had, and I'm planning to organize the code inside my book library. This library is part of the reading management system that I'm working on. But, at the moment, this is where I'm focusing my efforts. How it is n...130 readsA reading management systemHaskell