Skip to content

Instantly share code, notes, and snippets.

View anandmt's full-sized avatar
🎯
Focusing

Anand Mani Tiwari anandmt

🎯
Focusing
View GitHub Profile
@anandmt
anandmt / notes
Last active August 19, 2023 12:11
Micellinious
isSubstitute = !string.IsNullOrEmpty(Convert.ToString(itemRow["SubstituteParent"]));
https://www.rapidtables.com/ for all the tools in js
@anandmt
anandmt / NEXT_TYPESCRIPT.json
Last active October 9, 2023 09:17
VSCODE_SNIPPETS
{
"Next Typescript React Functional Component": {
"prefix": "fc",
"body": [
"import { FC } from 'react';",
"",
"interface ${TM_FILENAME_BASE}Props {",
" $1",
"}",
"",
For Damage ticket in jira:
Description
Business requirement:
Customer should be able to save cards on the iOS Platform
Targeted deployment date and time-> July 26, 11:00 PM GST
*If something went wrong what is the impact?*What is the list of all services impacted? → Mediator Service
@anandmt
anandmt / api
Last active August 3, 2023 16:19
maf
###
GET https://order-status-develop.mafrservicesstg.com/v2/consignments?page=0&size=3&sortDirection=DESC&paginated=true&consignmentCode=20076966
###
https://order-status-develop.mafrservicesstg.com/v2/order-history/bingchandler77cb@gmail.com?orderCode=17292137621375%27
@anandmt
anandmt / get_api.txt
Last active March 4, 2024 01:36
open api
https://www.dictionary.com/e/wp-json/dictionary/v1/quiz
https://api-portal.dictionary.com/editorial/wotd
https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location
https://downloadly.ir/elearning/video-tutorials/nodejs-beginner-to-pro-apis-for-food-delivery-ecommerce/
https://downloadly.ir/elearning/video-tutorials/master-coding-interview-data-structures-algorithms/
https://downloadly.ir/elearning/video-tutorials/instagram-strategy-for-business-growth/
@anandmt
anandmt / FC
Last active July 27, 2023 13:39
Nest JS
https://www.youtube.com/watch?v=5di0gCg6uQQ
Andi lippi for OBS tricks
https://www.youtube.com/watch?v=aSlK3GhRuXA
https://obsproject.com/forum/resources/streamfx-for-obs%C2%AE-studio.578/
https://www.youtube.com/watch?v=7oZw4gZjYiw&list=PLgjuC52DYyz4GYdj3PBUA1hWsUEZlcc5r
@anandmt
anandmt / test.html
Created November 4, 2019 02:03
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>