Karami EL Mehdi
140 posts

Karami EL Mehdi
@elmkarami
I write buggy code and hide it with false positive unit tests
Casablanca, Morocco Katılım Ağustos 2012
218 Takip Edilen44 Takipçiler

@chihabotmani Imagine if the business logic was offloaded to the frontend 💀
English
Karami EL Mehdi retweetledi

Happy to introduce SQLAlchemy filters plus, a lightweight #python library for providing filtering mechanism for your APIs in an simple way with #sqlalchemy
github.com/elmkarami/sqla…
English
Karami EL Mehdi retweetledi

We love @SlackHQ at Ramp. That's why we're excited to bring /ramp to your favorite communication tool. You can now see and control company spend instantly — in Slack.
Learn more at ramp.com/slack
English

@aymane_max @celery.task
def add(a, b=0):
return a + b
>>> import functools
>>> tasks = (add.s(i) for i in range(10))
>>> res = functools.reduce(lambda t1, t2: t1 | t2, tasks)
>>> res.apply_async()
<AsyncResult: 8f5b574d-635a-4375-87a4-4805cc7155d9>
English

Hi folks!
Any idea how to create a celery chains with dynamic number of tasks/pipes?
something like :
(my_task.s(foo) for foo in bar).apply_async()
#celery #django_worker
English

Guess what 😀 My first PR to @reactnative repo just have been merged 🎉 i am happy to see my self contributing on the project I used daily to build apps and you should too.
Thanks @ericlewis for you help🙌 #ReactNative #reactjs
#issuecomment-496368813" target="_blank" rel="nofollow noopener">github.com/facebook/react…
English

@cihbank do you have your services running on one of your developers' laptop or WTF ?
i bet your employees don't even have an account with CIH, because they know how really you guys suck!!
English

@cihbank au moins un bug par semaine!, plus tôt cette semaine on pouvait pas utiliser l'app CIH ou meme tirer de l'argent depuis vos GAB, mnt on peut pas ajouter un bénéficiaire ca affiche: code sms incorrect, faut arrêter de monter des applications bancaires avec des stagiaires!
Français
Karami EL Mehdi retweetledi

We’re launching Stripe Billing, an easier way to build, scale, and run a recurring revenue business: stripe.com/billing
GIF
English
Karami EL Mehdi retweetledi

#python tip: If you care about testing, it is worth looking at Hypothesis to add your ecosystem of testing tools. hypothesis.readthedocs.org/en/latest/
English











