Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by suhailroushan13
A curated list of projects in awesome lists by suhailroushan13 .
https://github.com/suhailroushan13/techcrunch-api
TechCrunch API is a Node.js package that allows you to scrape articles from TechCrunch based on categories or tags. This package is designed for systems using Ubuntu or other Debian-based distributions that support sudo commands, leveraging Puppeteer
api news newsapi nodejs npm npm-package techcrunch
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/you-should-know-javascript
Basics of JavaScript 1. History of JavaScript 2. Getting Started with JavaScript 3. Data Types 4. Different Types of console.log() 5. Variables (var, let, const) and Its Scope 6. Operators 7. Type Conversions 8. Control Flow (If else ,loops, break, switch) 9. Functions In JavaScript 10. Objects In JavaScript 11. Arrays In JavaScript
array-methods async-await functions-javascript javascript js loops string-methods
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/suhailroushan13
Software Engineer at T-Works | CS.CODE.IN Fellow '21 | Startup Tech Innovator
css3 github-actions javascript mongodb nodejs profile-readme
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/github-subfolder-cloner
Yes ..Now You Can Clone Subfolders From Any GitHub Repository . You can turn a folder within a Git repository into a brand new repository. ... If you create a new clone of the repository, you won't lose any of your Git history
bash github shell shell-script
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/npm-react-setup
An Easy Way for Beginners to Learn React
easy-to-use npm-package react simple
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/npm-mern-template
npm-mern-template is an npm package offering a pre-configured MERN (MongoDB, Express.js, React.js, Node.js) stack template. It streamlines web development by providing a ready-to-use backend server, React frontend, and MongoDB integration. Developers can quickly kickstart their MERN projects and focus on building feature-rich applications.
mern mongodb npm-package react server template
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/suhail-api-github
This article describes how to quickly get started with the GitHub REST API using GitHub CLI, JavaScript, or cURL. For a more detailed guide, see "Getting started with the REST API."
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/docker
Docker is useful to automate the deployment of applications inside a software containers, which makes the applications easy to ship and run virtually anywhere (i.e, platform independent). The Docker container processes run on the host kernel, unlike VM which runs processes in guest kernel.
containers docker docker-container
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/mysql-cheatsheet
The SQL Basics Cheat Sheet provides you with the syntax of all basics clauses, shows you how to write different conditions, and has examples. You can download this cheat sheet as follows:
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/weather-app-angularjs
Weather-App-AngularJS is a web application developed using the AngularJS framework that provides information about the weather conditions of different locations. The application uses a weather API to fetch real-time weather data and displays it in an easy-to-understand format.
angular expressjs mongodb nodejs openweathermap-api
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/nginx-config-generator
A simple web-based tool for generating NGINX configuration files with ease. Input your domain name, port number, and even generate a random port. Copy the resulting NGINX config to use in your server setups effortlessly.
devops nginx-configuration server-setup web-development
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/session-based-authentication
Session-based authentication is a method where the server maintains the session state using a session ID, which is typically stored in a cookie on the user's browser. When a user logs in, the server creates a session ID, sends it to the user's browser
auth cookie expressjs server session-management
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/nodejs-spreadsheets
This script defines readGoogleSheet, an async function to read data from Google Sheets using a service account. It's immediately invoked to fetch and log data from a specified sheet and range, with error handling included.
googleapi googlesheets javascript nodejs spreadsheets
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/my_first_vscode_extension
The features that Visual Studio Code includes out-of-the-box are just the start. VS Code extensions let you add languages, debuggers, and tools to your installation to support your development workflow. VS Code's rich extensibility model lets extension authors plug directly into the VS Code UI and contribute functionality through the same APIs used
extension vscode vscode-extension
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/x-dm-api
The X-DM-API provides developers with powerful tools to integrate direct messaging (DM) functionality into their applications. It enables seamless interaction with users on X by automating DMs, sending personalized messages, and managing conversations in real-time
automation javascript selenium-webdriver twitter-api
Last synced: 01 Nov 2024
https://github.com/suhailroushan13/curl_scripts
This Repository Created With Curl Scripts
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/6.computer_networks
To create an HTTPS server, you need two things: an SSL certificate, and built-in https Node.js module. We need to start out with a word about SSL certificates. Speaking generally, there are two kinds of certificates: those signed by a 'Certificate Authority', or CA, and 'self-signed certificates'. A Certificate Authority is a trusted source for an
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/created-by-postman
This Repository is Created Using POSTMAN
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/guestcamera
An Application which informs Desk User That a Guest was visited there Desk
email nodejs nodemailer notifications webcam
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/csprojects.xyz-web
Enhance your business efficiency with csprojects.xyz, providing custom internal tools designed to boost productivity.
company employee-management productivity saas software user-management
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/signed-commits
A signed commit is one where the author of the commit has digitally signed the commit using a GPG key. This digital signature confirms that the author of the commit is who they say they are and that the code has not been tampered with since it was committed.
ed25519 git gpg pgp signed-commits
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/rate-limit-express
The rate limiting middleware function that will be used to limit the number of requests a user can make. This function will use the express-rate-limit package to limit the requests based on a user identifier.
api-rest expressjs rate-limiting routes
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/fullstack-mern-lifecycle
The lifecycle of a MERN application involves several stages, starting from setting up the backend API and ending with making axios calls from the frontend. Here's a step-by-step overview of the lifecycle:
express lifecycle mern-stack mongodb react
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/jenkins-deployment
Jenkins-Pipeline and Automation with Deployment on Google Cloud Platform with SSL Certificates
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/pinger
This Node.js application periodically pings a list of websites and sends an SMS notification using Twilio if any of the websites are down or respond with an error. It utilizes Express for the web server and Axios for making HTTP requests.
alert nodejs notifications ping sms twilio website
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/suhail-projects
These are My Node.js Projects , Its a software development project that uses the Node.js runtime environment to build and execute server-side JavaScript applications. Node.js is an open-source, cross-platform, and lightweight runtime environment that is built on the V8 JavaScript engine used in Google Chrome. It provides a number of builtin modules
bash farmhash github jenkins nodejs os rtc socket-io system websocket
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/killport-npm
killport-npm package would take a port number as an argument and then find the process using that port. After identifying the process, it would terminate it, effectively "killing" the port and freeing it up for other processes to use.
bash killport lsof npm process
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/socket.io-boilerplate
Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server. Diagram of a communication between a server and a client It is built on top of the WebSocket protocol and provides additional guarantees like fallback to HTTP long-polling or automatic reconnection.
socket-io socket-programming sockets
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/react-boilerplate
Create React App is commonly advised for newbies in React development because only those who know the React technology in detail will definitely reap the benefits from a range of react-boilerplate libraries.
boilerplate-template react react-template tasky
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/git-rollback-npm
This Bash script is designed to automate the process of rolling back to a previous commit on a GitHub repository. The script will essentially perform the same steps that a user would take manually to roll back a commit, but it will do so automatically.
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/cli-to-markssheetpdf
CLI-To-MarksSheetPDF is a command line interface tool that can be used to convert containing student marks data into a PDF marks sheet. This tool is useful for teachers, professors, and educational institutions to create a professional-looking marks sheet that can be easily done
cli command-line-tool es6 marksheet pdf-generation
Last synced: 16 Nov 2024
https://github.com/suhailroushan13/websocket.io
WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011. The current API specification allowing web applications to use this protocol is known as WebSockets
websocket websocket-client websocket-server
Last synced: 16 Nov 2024