Monorepo containing CodersCamp's internal application, its website, and all development resources created around them.
CodersCamp is a 6-month-long web development bootcamp organized by the CodersCrew Association in Poland. The bootcamp aims to guide participants from the basics of web development to a career as a web developer. It consists of 5 modules covering HTML, CSS, JavaScript, TypeScript, React.js, Redux.js, Node.js, and Nest.js. Participants work in teams, guided by experienced mentors, to create fully-featured web applications. The bootcamp concludes with a 24-hour hackathon where participants develop an application meeting specified business requirements.
CodersCamp is a 6-month-long web development bootcamp organized in Poland. It aims to guide participants from the basics of web development to a career as a web developer. The bootcamp provides an interactive learning plan with 5 modules covering various web development technologies. Participants work in teams, guided by experienced mentors, to create fully-featured web applications, which they present during demo sessions. The bootcamp concludes with a hackathon where participants develop an application meeting specific business requirements. Overall, CodersCamp offers a comprehensive curriculum, hands-on project experience, and opportunities for collaboration and practical application of skills.
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.