Skip to content

Instantly share code, notes, and snippets.

View imbharat420's full-sized avatar
🃏
Bug

Bharat Singh imbharat420

🃏
Bug
View GitHub Profile
Domain Cname Provider IsVulnerable IsTakenOver Response
academy.shopify.com nara-39827.herokussl.com. heroku false false There's nothing here
b.ssl.shopify.com shops.myshopify.com. shopify true false Only one step left!
b.ssl.shopify.com shops.myshopify.com. shopify true false Sorry, this shop is currently unavailable.
c.ssl.shopify.com shops.myshopify.com. shopify true false Only one step left!
c.ssl.shopify.com shops.myshopify.com. shopify true false Sorry, this shop is currently unavailable.
crafted.shopify.com craftedgoods.myshopify.com. shopify false false Only one step left!
crafted.shopify.com craftedgoods.myshopify.com. shopify false false Sorry, this shop is currently unavailable.
d.ssl.shopify.com shops.myshopify.com. shopify true false Only one step left!
d.ssl.shopify.com shops.myshopify.com. shopify true false Sorry, this shop is currently unavailable.

I've recently joined Amazon Dublin from India and got opportunities to interview with Meta London, Zalando Berlin & some other companies. I extensively researched about companies hiring internationally which support visa & relocation for Tech roles. So sharing list of companies:

Do consider to STAR, if it helped you.

London

@imbharat420
imbharat420 / Table.tsx
Created December 24, 2022 15:04 — forked from davo/Table.tsx
Custom CSS Props with Styled Components
import * as React from 'react'
import ReactTable from 'react-table'
import { CSSCustomProperties, TableWrapper } from './TableWrapper'
interface Props {
rowSize?: string | number
}
export class Table extends React.Component<Props> {
static defaultProps = {
@imbharat420
imbharat420 / useLocalStorage.ts
Created December 24, 2022 15:04 — forked from nfarina/useLocalStorage.ts
Fix for Safari
import { useCallback, useEffect, useState } from "react";
// Adapted from:
// https://github.com/rehooks/local-storage/blob/master/src/use-localstorage.ts
type Setter<S> = (value: S) => any;
/**
* React hook to enable updates to state via localStorage.
* This updates when the {writeLocalStorage} function is used, when the returned function
@imbharat420
imbharat420 / get_links.php
Created December 17, 2022 19:39 — forked from stojg/get_links.php
Get all links from a website page
[
{
"name":"ABAP",
"type":"programming",
"extensions":[
".abap"
]
},
{
"name":"AGS Script",
@imbharat420
imbharat420 / states_hash.json
Created December 5, 2022 17:54 — forked from mshafrir/states_hash.json
US states in JSON form
{
"AL": "Alabama",
"AK": "Alaska",
"AS": "American Samoa",
"AZ": "Arizona",
"AR": "Arkansas",
"CA": "California",
"CO": "Colorado",
"CT": "Connecticut",
"DE": "Delaware",

Server function for iFrame plugin