• Stars
    star
    1
  • Language
    JavaScript
  • License
    MIT License
  • Created about 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

i made a graphQL server with Apollo-server and Express that implemented authentication, authorization, a data access layer with a database, domain specific entities such as users and messages, different pagination strategies, and real-time abilities due to subscriptions.

More Repositories

1

smartstepper

A powerful React component that simplifies the creation of multi-step forms with state management, validation, and a flexible UI approach. πŸš€
TypeScript
5
star
2

simple-progressbar-component

Ever since I studied Bootstrap, I thought, why not start building each of the components in a personalized way ??? So I decided to create a repository to make most of the components personalized.
JavaScript
3
star
3

my-redux-lib

Redux is one of the most beautiful implementations of flux design pattern that implements one-way data flow. since I like to build my own version of every library I learn to better understand it. In this section, I want to run a simple example of a Redux library for myself. I'm glad to know your opinion :)
JavaScript
3
star
4

graphql-with-apollo-and-react

In this project, I connected Graph QL to my React program through the Apollo client and implemented all the features like pagination, optimistic UI, caching, local state management, and prefetching with Apollo Client in React.
JavaScript
3
star
5

terminal-regular-command-with-javascript-and-cpp

I have decided to run all the Linux terminal commands in JavaScript and c++, so stay tuned.
JavaScript
1
star
6

Mailing-robot

In this section I want to build a messaging robot that can detect routes. This bot is made by JavaScript. I hope you enjoy this part.
HTML
1
star
7

tooltip-component

I was very interested in how Bootstrap components are made so I decided to make them. I made the tooltip today too. I hope you enjoy it.
JavaScript
1
star
8

simple-Bignum-cpp

In this section, I created a structure using strings so that we can do calculations of large numbers.
C++
1
star
9

task-managment-app-redux

A task manager application created using Redax and React
JavaScript
1
star
10

graphQL-server-with-express

In this project i made a graphql server with node js and express. Its schema is for a social network a sort of β€œFacebook-lite,” backed by a SQLite database.
JavaScript
1
star
11

parse-INI-javascript

An asynchronous function to convert an "ini" file to a JavaScript object
JavaScript
1
star
12

react-graphql-github-vanilla

The graphql is very attractive. In this mini-project, I tried to do the concepts of graphql very simply in the form of vanilla without using the side library. I ran on the client side.
JavaScript
1
star
13

scroll-with-animation

I have been curious for a long time about how to make an animated scroll. I decided to pursue this curiosity and find a solution. This is done in two ways, which I will explain below:
JavaScript
1
star
14

complete-store-app-pages-with-tailwind

a responsive project with tailwind css
HTML
1
star
15

simple-client-side-routing-like-React-Router-

A simple example of CSR is the idea behind the React Router
JavaScript
1
star
16

pixel-art-editor

I wanna make a pixel art editor with vallina javascript that use unidirectional data flow like react library. I maked it base on CBA architecture and observable design pattern . enjoy it to read.
JavaScript
1
star
17

simple-spinner-component

In this part, I want to create a spinner component similar to the spinner component in Bootstrap. I hope you enjoy reading my code.
SCSS
1
star
18

algorithms

algorithms that are most used in practice and in the programs we build algorithms that are most used in practice and in the programs we build
JavaScript
1
star
19

operation-system-concept

I built this repository to touch on all the important concepts in practice while studying the operating system, and this helps me to understand the management of the operating system resources and its strategy and way of thinking about it.
C++
1
star
20

Voting-App-React

A simple project with react framework (taken from fullstack react books)
JavaScript
1
star
21

eloquent-js-practice

This repository includes all the JavaScript exercises related to the Eloquent JavaScript book, which have been solved by my own solutions. I hope you enjoy reading it.
JavaScript
1
star
22

make-itterable-object

The main for function in JavaScript can be used to navigate to default objects such as arrays. These objects have an interface that makes them iterable. We want to see how we can make our custom objects iterable.
JavaScript
1
star
23

micro-frontend-nx

An instance of microservice architecture for frontend and backend.
TypeScript
1
star
24

xcoin-javascript-game

A cool game designed with Vanilla JavaScript. If you are looking for lost coins, you better go now and get them :)
JavaScript
1
star
25

custom-module-system-like-commonjs

I was very busy to know how the module system works and how the module dependencies are loaded and what the "require" function mechanism is. So I did a simple implementation of it and I hope it will be useful for you.
JavaScript
1
star
26

apollo-boost-in-node-js

apollo is an agnostic implementation for the graphql on the client and server side. For this purpose, I ran it on the node js using the GitHub api to show that this library and ecosystem works well without a view layer.
JavaScript
1
star
27

time-logging-app-react

Build a simple application by react and taken from the book "fullstack" react, I hope you enjoy doing it.
JavaScript
1
star
28

Egg-programming-language

In this section, I created a simple JavaScript-based programming language. I wrote this to gain a deeper understanding of how programming languages work, and it was very instructive for me.
JavaScript
1
star