Git Product home page Git Product logo

hash-define-organization / hash.bin Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 13.0 647 KB

Sharing short code samples, logs, links or markdown notes is now easier than ever!

Home Page: https://hashbin.netlify.app/

License: MIT License

JavaScript 27.12% HTML 8.94% SCSS 16.63% TypeScript 45.40% CSS 1.90%
cronjob expressjs hacktoberfest2023 hacktoberfest2023-accepted javascript mongodb mongoose nodejs reactjs scss typescript

hash.bin's People

Contributors

queshanmak avatar rybhrdwj avatar seew0 avatar vaibhavpaliwal0007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hash.bin's Issues

Change title

I think we need to change the title from "React App" to "hash.bin" or "hash bin" whichever you folks prefer!!

Add languages for syntax validation

for now, the editor only supports js language, add more languages just by a slide down button containing all the languages and pass that to Monaco editor.

Adding TTL index to Doc schema

Currently, cron service is being used to find documents that have expired and deleted them. Instead of that, we can use TTL index in a document using createdAt key in the doc. This will allow MongoDB to automatically find and remove expired documents.

More on TTL Index

Example:

// expire docs 3600 seconds after createdAt
new Schema({ createdAt: { type: Date, expires: 3600 }});

I would like to work on this

Making the navbar responsive

Currently the navbar is not responsive . I can make it responsive.
Please assign me this issue under GSSoC'22.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.