• Stars
    star
    2
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 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

Creates image thumbnails from your S3 bucket on-the-fly using AWS Lambda & API Gateway. It reads the source image from a S3 bucket as stream, pipes it to sharp, then writes the resized version as a stream back to S3 bucket. It uses Node.js streams under the hood to prevent loading large amount of data in the Lambda function's memory and Sharp, a hi

More Repositories

1

API-SET

Express APIs for Frontend applications. It contains API to convert CSV format to JSON, Satellites locator API, etc. /location API manipulates raw data returned by n2yo API and returns the real time information and location of the Satellites above you in JSON format. We use N2YO APIs to extract data, that data is used to calculate the real x, y, z coordinates. URL: https://new-api-name.herokuapp.com
JavaScript
3
star
2

Spotify-Playing-Now

Reference Application to connect to spotify API to request currently playing songs. Requires Client_ID and Client_Secret from Spotify. Download and change the values in ./credentials.env.
JavaScript
2
star
3

Portfolio

My own page
JavaScript
2
star
4

snakeGame

This app is made using canvas.
JavaScript
2
star
5

rest-service

REST API
Java
2
star
6

landingpage

My portfolio
JavaScript
2
star
7

CSV-Parser

CSV-Parser helps you quickly convert popular data formats to the format you need. Data pasted and converted remains local on your computer. CSV or Comma Separated Values is widely used for tabular data and often associated to spreadsheet applications like Excel. Many data reporting tools output to CSV format.
CSS
2
star
8

c-row

Hi this is a small project, me and Suraj are working on. We try to roll out changes every weekend.
CSS
2
star
9

MyStore

Website is easy to use for both beginners and advanced users. It features a familiar and well thought out, an attractive user interface. Usually, the customer will be asked to fill or select a billing address, a shipping address, a shipping option, and payment information such as a credit card number. Based on these values APIs will be called creating a client secret with the front end in response so that user can complete the payment using stripe.
JavaScript
2
star
10

Satellite-Tracker-3D

This App displays the real time information and location of the Satellites above you. We use N2YO APIs to extract data, that data is used to calculate the real x, y, z coordinates. After that the App displays the sphere around the globe rotating (distance between the Satellites and Earth is relative).
JavaScript
2
star
11

hellochemo

My personal repository
1
star
12

calculator

1
star
13

e-com

JavaScript
1
star
14

quotemachine

Small react app made over a weekend. It provides you a reason to live.
JavaScript
1
star
15

porte-feuille-new

JavaScript
1
star
16

gamification

JavaScript
1
star
17

food

JavaScript
1
star
18

visualizeDataWithBarChart

JavaScript
1
star
19

grub

A simple worker pool implementation in Go that allows concurrent processing of jobs using goroutines and channels.
Go
1
star
20

NewService

Java
1
star
21

orah-test

TypeScript
1
star
22

FormBuilder

JavaScript
1
star
23

MyStore-APISet

JavaScript
1
star
24

tictactoe-backend

restAPI for tictactoe, for login and multiplayer mode.
Java
1
star
25

String-Calculator-TDD-Kata

String Calculator Kata : It explains how I discovered that something I do almost every day to improve my coding is actually a little ritual that has much in common with practice in the martial arts…
JavaScript
1
star
26

ShortestPath

This is based on Dijkstra's Algorithm, it finds the shortest path between a given node (which is called the "source node") and all other nodes in a graph. This algorithm uses the weights of the edges to find the path that minimizes the total distance (weight) between the source node and all other nodes.
JavaScript
1
star
27

tictactoe

It is a multiplayer game thst uses spring boot rest API as a backend. two players can play across the globe.
JavaScript
1
star