There are no reviews yet. Be the first to send feedback to the community and the maintainers!
dribble_news_app
Building a news mobile application user interface from a design based off DribbleCS22-7
My Final Year Computer Science project.data-circus
With ReactJs for dashboards and data visualization, you can create modular and self-organized code to get your dashboard app development off to a good start.redux-toolkit-challenge
Redux Toolkit can help you make your Redux code better.springboot-mongodb
Spring Boot is the easiest way to spin a spring project quickly and MongoDB is the most popular NoSQL database.angular-x-nodejs
Angular is a single-page application web framework developed by Google whereas Nodejs is a runtime environment that allows us to load JavaScript applications into the server directly.maven-tomcat-docker
Docker Ecosystems provide many capabilities and services for developers that can package anythingrecoil-retro
A state management library for React.popl-project
This is a class project that required us to come up with a news and weather portaltask-circus
Moving tasks around like a boss!laba
Creating Augmented Reality experiences using a Flutter plugin that supports ARCore for Android devices.rtk-backend
A NodeJs server that provides data to my ReactJs RTK-Frontend via API calls.url-shortener
Building a Robust URL Shortening Service with Cutting-Edge Technologies.paginate-with-api
react-autocomplete
automated-masterclass
Automated testing is a process that validates if software is functioning appropriately and meeting requirements before it is released into production.react2pdf
A quick and efficient way to dynamically generate and download PDFs in ReactJsnodejs-sequelize
Sequelize is a NodeJs based object relational mapper that makes it easy to work with MySQL, MariaDB, SQLite, PostgreSQL databases.basic-tailwind
Tailwind CSS is a utility-first CSS framework designed to enable users to create applications faster and easier.simple-banking
redux-with-api
travel-inspiration
The goal is to get inspiration from Dribble designs and bring them to life using Flutter.pipes-circus
Mastering Pipes in Angular.tike
Microservices has become a new trend and is increasingly popular as enterprises look to become more agile and evolve from a monolithic architecture.java-multicast
The goal here is to understand the underlying concept of multicasting in Java networkingjavascript-react-basics
Knowledge is of no value unless put it into practice.terraform-basics
Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently.prisma-x-graphql
Prisma is a next-generation object–relational mapper (ORM) that claims to help developers build faster and make fewer errors.grails-crud
Grails is a framework built on top of the SpringBoot project and uses the Apache Groovy language to develop web applications.polling-socket
portfolio-sanity
portfolio
java-koans
These are learning exercises that assessed my understanding of the various Java conceptsmagic-notes
Ysave-Project-Tests
Automated tests for the Ysave Organization Project.learning-fastapi
baby-bridge
Bringing families together, one surrogate at a time.basic-node-mongodb
Just another Restful API in NodeJs working with MongoDB, includes tests too!groovy-koans
These learning exercises enable me to explore the basics and functionality of Groovymaven-tomcat
Apache Tomcat is a free and open-source implementation of the Jakarta Servlet, Jakarta Expression Language, and WebSocket technologies.basic-node-mysql
A basic way of connecting a mySQL database to NodeJs.tuyambe
While learning NodeJs I managed to derive this online fundraising platform which renders pages using Embedded JavaScript.password-generator
Password generator made with Angular.my-recoil-shop
Recoil helps you eliminate the unnecessary re-renders which happens while using the Context API or Redux.maintainable-go
Building solid Golang services the TDD way.google-trends-project
Understand the power of structs and how to unmarshal XML data effectively.currency-converter
Here I try to understand how to convert between currencies given exchange rates.clean-architecture-review
google-translate-project
Simple CLI tool to translate between languages using the google translate API.node-masterclass
Node.js microservices with Kafka, Prisma ORM, and Elastic Search, embracing a Test-Driven Development (TDD) paradigm for code reliability and maintainability.concurrency-101
A Publisher/Subscriber Concurrency Pattern in Golang.polling-backend
go-echo-pg
Compact Golang microservice using Echo for REST and PostgreSQL, Docker-ready.go-gym
In this gym, the only thing I am lifting heavier than my code is my spirit!terraform-levelUp
The provisioning of cloud resources, for instance, is one of the main use cases of Terraform.node-masteryJS
You can build a Node.js solution that adheres to best practices, delivers optimal performance, offers a delightful user experience, scales effectively, and prioritizes security.java-castle
A sequencer-based multicast protocol using Java that uses a multicast socket to receive incoming messages, and uses RMI to the sequencer for sending messages and other operations.react-actions
The goal here is to explore the capabilities of GitHub Actions with focus on building and pushing Docker images with Buildx.react-authentication
Firebase Auth is a great choice for authentication in React applications. It is easy to use, secure, scalable, cost-effective, and integrates seamlessly with React.next-masteryJS
Next.js in 2023 remains a powerful and versatile framework for building modern web applications, offering excellent performance, developer productivity, and flexibility.sequelize-fileUpload
Using sequelize to upload file from frontend to MySQL database.angular-102
Trying out Angular with a NodeJs Restful API.nodejs-x-graphql
The main purpose of this server-client NodeJs project is to understand how GraphQL exposes data from the server and how the Client fetches it.bb-web
django-circus
Django is a free and open-source, Python-based web framework that follows the model–template–views architectural pattern.UI-functionalTestingAutomation
Selenium automates web browser Interaction, where test scripts are written to perform different user actions on the web application UI.selenium-demo
Selenium is an open source umbrella project for a range of tools and libraries aimed at supporting browser automation. It provides a playback tool for authoring functional tests across most modern web browsers, without the need to learn a test scripting language.java-sequencer
This is basically a sequencer-based multicast protocol using Java RMIfake-store
rtk-frontend
Here I add the Redux-Toolkit Skill set into my ReactJs knowledge for modern web development.terraform-workflow
The GitHub Action you create will connect to Terraform Cloud to plan and apply your configuration.reservation-next
Next.js enables you to create full-stack web applications by extending the latest React features, and integrating powerful Rust-based JavaScript tooling for the fastest builds.fastapi-frontend
node-masteryTS
TypeScript adds static typing to JavaScript, allowing you to define and enforce types for variables, function parameters, and return values. This helps catch type-related errors during development.recoil-basics
Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.nest-review
NestJS is a framework for building efficient, scalable Node.js web applications.reactjs-x-graphql
Using a GraphQL client for React using modern context and hooks API that's lightweight (<4kB) but powerful.maven-jenkins
Jenkins is an open source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery.angular-101
Consume RestAPI with HttpClient in Angular.ecommerce-node
Node.js is known for its event-driven, non-blocking I/O model, which allows it to handle multiple concurrent connections efficiently.javaSequenceBasedProtocol
The goal here is to create a sequencer-based multicasting service, using a slight variant of the simple version of the Amoeba protocol.revising-tailwindcss
Tailwind CSS is a utility-first CSS (Cascading Style Sheets) framework with predefined classes that you can use to build and design web pages directly in your markup. It lets you write CSS in your HTML in the form of predefined classes.tailwind-circus
Tailwind CSS is basically a utility-first CSS framework for rapidly building custom user interfaces.directives-circus
Mastering directives in Angular.react-state-superhero
Utilizing state management paradigms including Context API and Redux Toolkit for effective state management.typing-game
Typing Game made with Angular.maintainable-react
Building solid React applications the TDD way.fullstack-circus
Next.js is designed to be easy to use, even for developers who are new to React. The framework provides a number of built-in features that make it easy to create complex applications without having to write a lot of code.cards-flex
Building components with Angular.nutritional-score-project
A Go-powered tool to easily track and manage nutrition data for healthier living.node-micromaster
Unlock the potential of microservices with NodeJs. Architect scalable systems, from building microservices to transforming monoliths into agile, modular structures.hevy-flutter
Flutter is an Open-Source UI SDK developed by Google. It allows the development of iOS/Android apps and uses Dart as the programming language. Dart is an Open-Source, client-side programming language. It is easy to learn, stable, and creates high-performance applications.basic-microservices
A microservices architecture consists of a collection of small, autonomous services. Each service is self-contained and should implement a single business capability within a bounded context.Love Open Source and this site? Check out how you can help us