Skip to content

Instantly share code, notes, and snippets.

View abbood's full-sized avatar
💭
Leading Village.do tech team

Abdullah Bakhach abbood

💭
Leading Village.do tech team
View GitHub Profile
@abbood
abbood / gist:355c13c15157a8951dce294bcb960d76
Created May 11, 2023 09:28
abdullah bakhach coresignal pre-sales sample data
{
"id":395019089,
"full_name":"Abdullah Bakhach",
"first_name":"Abdullah",
"last_name":"Bakhach",
"headline":"Building something new, ex-Amazon, ex-Toters",
"profile_url":"https://www.linkedin.com/in/abdullahbakhach",
"location":"Lebanon",
"summary":"Leading Toters software team in building next generation features, providing technical support to ongoing operations, and scaling the technology infrastructure to handle the rapid growth of Toters.\n\nPrivileged to live in Lebanon.\n\nStack Exchange: https://stackexchange.com/users/400546/abbood\nToters Team Github Account: https://github.com/totersapp\nGood reads page: https://www.goodreads.com/review/list/14116902?shelf=%23ALL%23",
"recommendations_count":13,
@abbood
abbood / gist:9a99a2e00ade667ad7045c87670f458a
Created April 6, 2023 14:33
Abdullah Bakhach nebula fetch profile output
{
"public_identifier": "abdullahbakhach",
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/abdullahbakhach/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230406%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230406T143223Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=91cf96f722f323be88da7520e777843f496e5e175522d39c025e48f84719cb63",
"background_cover_image_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/abdullahbakhach/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230406%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230406T143223Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=1fe65a29e62da0824c9d578d36ad82bad6235064fd2cf03342af04512e66fa0b",
"first_name": "Abdullah",
"last_name": "Bakhach",
"full_name": "Abdullah Bakhach",
"follower_count": 12705,
"occupation": "Co-founder and CTO at Stealth Startup",
"headline": "Building
@abbood
abbood / gist:3c18fb907ecc84679cd54da80f3f793c
Created March 2, 2023 15:03
bakhach core signal json
{
"id":395019089,
"full_name":"Abdullah Bakhach",
"first_name":"Abdullah",
"last_name":"Bakhach",
"headline":"Building something new, ex-Amazon, ex-Toters",
"profile_url":"https://www.linkedin.com/in/abdullahbakhach",
"location":"Lebanon",
"summary":"Leading Toters software team in building next generation features, providing technical support to ongoing operations, and scaling the technology infrastructure to handle the rapid growth of Toters.\n\nPrivileged to live in Lebanon.\n\nStack Exchange: https://stackexchange.com/users/400546/abbood\nToters Team Github Account: https://github.com/totersapp\nGood reads page: https://www.goodreads.com/review/list/14116902?shelf=%23ALL%23",
"recommendations_count":13,
health#nvim#check
========================================================================
## Configuration
- OK: no issues found
## Performance
- OK: Build type: Release
## Remote Plugins
- OK: Up to date
@abbood
abbood / gist:e15f77f0657b466ae69690cba36ba058
Created December 1, 2020 13:18
psql db migration error
ERROR: schema "pganalyze" already exists
CREATE EXTENSION
ERROR: must be owner of extension pg_stat_statements
CREATE EXTENSION
ERROR: must be owner of extension postgis
CREATE EXTENSION
ERROR: must be owner of extension uuid-ossp
ERROR: type "addbandarg" already exists
ERROR: must be owner of type public.addbandarg
ERROR: type "agg_count" already exists
@abbood
abbood / vimrc
Created November 28, 2020 13:29
vimrc
syntax enable
set background=dark
set encoding=UTF-8
let g:spacegray_low_contrast = 1
colorscheme spacegray
" colorscheme hybrid_material
syntax enable
set background=dark
set encoding=UTF-8
let g:spacegray_low_contrast = 1
colorscheme spacegray
" colorscheme hybrid_material
@abbood
abbood / gist:80940e73b7df4e4373949458107fa521
Created October 13, 2020 08:10
find top SO users by location and language
select
distinct u.id as [User ID],
u.displayname as [User Name],
u.reputation as [User Rep]
from users u
join badges b
on u.id = b.userid
where upper(u.location) like upper('%' + ##YourLocation:string## + '%') -- uppercase location--
and UPPER(b.name) LIKE UPPER('%' + ##Tag:string## + '%')
@abbood
abbood / gist:12bdccf20ec2392ab67f9559d559b207
Created October 13, 2020 07:52
getting top lebanon ios devs from stackoverflow query builder
reference: https://42hire.com/how-to-find-developers-at-stackoverflow-aa0f64dcffd1
DECLARE @myUsers TABLE
(
Id int,
Reputation int,
CreationDate datetime,
DisplayName nvarchar(40),
LastAccessDate datetime,
WebsiteUrl nvarchar(200),
[items_info] => Wilgucki\Csv\CsvCollection Object
(
[items:protected] => Array
(
[0] => App\StoreItem Object
(
[dates:protected] => Array
(
[0] => deleted_at
[1] => unavailable_until