pip install advik

614 posts

pip install advik banner
pip install advik

pip install advik

@ThisIsAdvik

Staff Software Engineer Intern. I'm somewhat of an indie hacker myself.

Katılım Eylül 2019
180 Takip Edilen84 Takipçiler
John Bantai Naftali
John Bantai Naftali@yanabantai·
Did everyone start their Linux journey with Ubuntu?
John Bantai Naftali tweet media
English
2.5K
206
6.8K
349.8K
pip install advik
pip install advik@ThisIsAdvik·
no questions about projects or past work, no detailed questions, as if they're following a script and ticking boxes.
English
1
0
1
65
pip install advik
pip install advik@ThisIsAdvik·
and the best part? they'll give an assignment now and then another system design interview, all this for a junior role and a mediocre salary.
English
1
0
1
68
pip install advik
pip install advik@ThisIsAdvik·
why are *most* indian interviewers so lazy and bad? Just had a 1 vs 4, where my camera was on and theirs wasn't.
English
1
1
1
77
pip install advik
pip install advik@ThisIsAdvik·
@DudeWhoCode resume.advik.one home.advik.one my resume is backend inclined, but I tinker around my homelab A LOT, and have finally built something solid that my family and I use everyday. so I can easily setup a ci/cd, reverse proxy, firewall, all the jazz.
English
0
0
0
47
naren.io
naren.io@nareni0·
Does anyone know any platform/devops engineers who doesn’t keep uttering “Kubernetes” either every 5 minutes or when asked how to host a CRUD web app? Someone with first principles thinking and knows architecture fundamentals?
English
8
3
16
2.9K
pip install advik
pip install advik@ThisIsAdvik·
@flyingcakes85 great article man. I do have a minor nitpick about the "honourable" and "shri". I don't think we should be putting politicians on a pedestal.
English
0
0
1
20
yuyu
yuyu@yukti_x·
how do unemployed people wake up and feel excited if they have no scrum to attend at 10
English
1
1
13
950
s register
s register@aethei7v·
There's SO much to do
English
1
0
4
114
v
v@iavins·
published a new blog post! its super short though, could have been a tweet too
v tweet media
English
14
7
171
19.4K
Will McGugan
Will McGugan@willmcgugan·
I'd love to have Ruby's range syntax in Python. I'm sure this must of been discussed, and presumably rejected? The issue I have with the range builtin as that it is non inclusive. If I want a loop that counts from 1 to 10, I do this: for n in range(1, 11): ... I'm counting to 10, but 10 appears nowhere in that code. I've been using Python for long enough to have internalize that, but I'd prefer something like the following: for n in 1..10: ... I see 10 there. I don't have to subtract 1 to know what the last value will be. Alternatively, a `to` keyword? for n in 1 to 10: ... Or maybe it requires parenthesis? for n in (1 to 10): ... Too radical maybe? It could also be used in the match statement. Something like this: match http_response.code: case 0..99: ... case 100..199: .... Have I already tweeted something like this? Don't know why it popped in to my head just now.
English
18
1
36
5.2K
s register
s register@aethei7v·
configuring tmux and neovim is like moving stuff around in my little cabin so I can live comfortably :3
English
1
0
2
111
SadServers
SadServers@sadservers_com·
SadServers guy at kwlug.org/node/1436 showing a expense of CAD $1,000/month for running 0.2 vCPUs in a default managed cloud Kubernetes cluster 😱 (there was a "mistakes - lessons learned" slide)
English
1
0
7
627
SadServers
SadServers@sadservers_com·
@ThisIsAdvik I’ve considered it (see the end of #roadmap" target="_blank" rel="nofollow noopener">github.com/sadservers/sad… ) and may add in the future but for now spot VMs work well for my use case. Managed K8s I’m finding really expensive, may write an article about the issues I’ve faced.
English
1
0
1
29
SadServers
SadServers@sadservers_com·
Whenever there’s code creating infra resources, there needs to be separate code verifying and destroying if needed. Just thundering herd’ed myself a bit because code creating pods ran every minute and it takes 2 minutes for a scale up VM to come up in my K8s bluster 🫤
English
1
0
7
577
Mrinal
Mrinal@Hi_Mrinal·
@ThisIsAdvik @christomitov even when we compile with Bun its not a standalone binary like go would produce and for the multi stage I am just including the runtime and my code nothing else
English
1
0
2
155
Mrinal
Mrinal@Hi_Mrinal·
My submission for a backend engineering role in Japanese startup > Mount any SQLite file and get a read-only SQL interface > <3 MB Docker image, built using bun, ts and websockets
English
36
36
1.6K
159.6K