Skip to content

Instantly share code, notes, and snippets.

View bipon68's full-sized avatar
🎯
Focusing

Bipon Biswas bipon68

🎯
Focusing
View GitHub Profile
@bipon68
bipon68 / Data Structures & Algorithms Roadmap with YouTube Resources
Created November 14, 2023 15:20
Data Structures & Algorithms Roadmap with YouTube Resources
Data Structures & Algorithms Roadmap with YouTube Resources 🙌
1 Introduction to DSA :
Start with understanding the basics of data structures.
https://lnkd.in/d-8_5_fE
2 Arrays and Strings:
Learn about array manipulation, searching, sorting, and string manipulation techniques.
@bipon68
bipon68 / How to run your front-end and back-end for FREE
Created October 5, 2023 05:11
How to run your front-end and back-end for FREE
How to run your front-end and back-end for FREE.
FREE Static Site Hosting
- Netlify
- Vercel
- GitHub Pages
- Render
- Firebase Hosting
- Surge
- Cloudflare pages
@bipon68
bipon68 / 𝟭𝟬𝟬+ 𝗬𝗼𝘂𝗧𝘂𝗯𝗲 𝗰𝗵𝗮𝗻𝗻𝗲𝗹𝘀 𝘆𝗼𝘂 𝘀𝗵𝗼𝘂𝗹𝗱 𝘀𝘂𝗯𝘀𝗰𝗿𝗶𝗯𝗲 𝗻𝗼𝘄
Created October 4, 2023 13:10
𝟭𝟬𝟬+ 𝗬𝗼𝘂𝗧𝘂𝗯𝗲 𝗰𝗵𝗮𝗻𝗻𝗲𝗹𝘀 𝘆𝗼𝘂 𝘀𝗵𝗼𝘂𝗹𝗱 𝘀𝘂𝗯𝘀𝗰𝗿𝗶𝗯𝗲 𝗻𝗼𝘄
𝟭𝟬𝟬+ 𝗬𝗼𝘂𝗧𝘂𝗯𝗲 𝗰𝗵𝗮𝗻𝗻𝗲𝗹𝘀 𝘆𝗼𝘂 𝘀𝗵𝗼𝘂𝗹𝗱 𝘀𝘂𝗯𝘀𝗰𝗿𝗶𝗯𝗲 𝗻𝗼𝘄
❯ HTML/CSS ➟ Kevin Powell
❯ C ➟ Jacob Sorber
❯ C++ ➟ TheCherno
❯ Java ➟ Telusko
❯ C# ➟ kudvenkat
❯ Python ➟ Corey Schafer
❯ JavaScript ➟ developedbyed
❯ SQL ➟ Joey Blue
@bipon68
bipon68 / create a new repository on the command line
Created July 27, 2023 05:26
create a new repository on the command line
…or create a new repository on the command line
echo "# phang-nga-hospital-frontend" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/MiracleAdvanceTechnologies/phang-nga-hospital-frontend.git
git push -u origin main
…or push an existing repository from the command line
@bipon68
bipon68 / Basic-open-api-specification
Created July 8, 2023 08:44
Basic-open-api-specification
openapi: 3.0.0
info:
version: 1.0.0
title: Testing Open Api Spec
description: >
I am learning Open API Specification. This is industry standard specification technique for any web service
termsOfService: https://example.com/terms
contact:
name: Bipon Biswas
url: https://example.com
@bipon68
bipon68 / Basic-auth-open-api-specification
Last active July 8, 2023 08:43
Basic-auth-open-api-specification
openapi: 3.0.0
info:
version: '1.0.0'
title: 'My Blog API'
description: 'This is the first prefessional api project. This is simple blog api application'
contact:
name: Bipon
url: https://bipon.com
email: bipon@gmail.com
servers:
Ref: https://app.swaggerhub.com/apis/stacklearner/fs-army-my-blog-api/1.0.0#/
openapi: 3.0.0
info:
version: '1.0.0'
title: 'FSArmy - My Blog API'
description: 'This is the first professional api project we creating in full-stack army. This is a simple blog api application where anyone can create a new account, login to their system and create articles that will be visible publicly.'
contact:
name: FS Army
url: https://fsarmy.com
@bipon68
bipon68 / blog-api-1.0.0
Last active June 20, 2023 16:35
blog-api-1.0.0
plugin name: OpenAPI (Swagger) Editor
---
openapi: 3.0.0
info:
title: FSArmy - My Blog API
description: "This is the first professional api project we creating in full-stack army. This is a simple blog api application where anyone can create a new account, login to their system and create articles that will be visible publicly."
contact:
name: FS Army
url: https://fsarmy.com
@bipon68
bipon68 / Team Improvement Policy
Last active June 18, 2023 14:27
Team Improvement Policy
1. Tech session in every week.
2. Create a short note for every API in every project.
# Reference
Documenting your REST API:
https://gist.github.com/iros/3426278
https://github.com/jamescooke/restapidocs
https://gist.github.com/azagniotov/a4b16faf0febd12efbc6c3d7370383a6
https://github.com/apidoc/apidoc
openapi: 3.0.0
info:
title: Testing OAS
version: 1.0.0
description: >
I am learning open API Specification. This is industry standard specification technique for any web service.
termsOfService: https://example.com/terms
conatct:
name: Bipon Biswas
url: https://bipon.notes.com