yasserkaddour's comments

yasserkaddour | 3 years ago | on: Ask HN: Who wants to be hired? (October 2022)

Location: New York, USA

Remote: On site | Hybrid

Willing to relocate: Yes

Technologies: React, GraphQL, Node, Typescript, Tailwind CSS, Gatsby, Next.js, Scala, PostgreSQL, docker, python, Odoo, Linux, vim, Serverless, reverse engineering. Looking into rust and go.

Résumé/CV: https://codeconik.com/Yasser_Kaddour_Resume.pdf

Email: yasser at codeconik.com

Website: codeconik.com

I had a software consultancy business that sells and integrates diverse open-source self-hosted solutions, my main product is odoo ERP, for which I developed lots of modules to adapt it to the Algerian market and the needs of my clients. I also worked on startups as a full-stack web developer.

I emigrated recently to the USA and left my business behind, and would like to resume my coding career and work on challenging problems as a software engineer. I wish to work for a company that tries to make a difference and work on global issues like climate change, sustainable energy, poverty, health, well-being, education, democracy.

I speak Arabic, French, and English.

Any feedback that is not a job offer would be very much appreciated!

yasserkaddour | 3 years ago | on: Ask HN: Who wants to be hired? (August 2022)

Location: Kuala Lumpur, Malaysia

Remote: Yes

Willing to relocate: Yes, to the USA. I am a diversity visa lottery winner, I will hopefully have a green card this September.

Technologies: React, GraphQL, Node, Typescript, Tailwind CSS, Gatsby, Next.js, Scala, PostgreSQL, docker, python, Odoo, Linux, vim, Serverless, reverse engineering. Looking into rust and go.

Résumé/CV: https://codeconik.com/Yasser_Kaddour_Resume.pdf

Email: yasser at codeconik.com Website: codeconik.com

I had a software consultancy business that sells and integrates diverse open-source self-hosted solutions, my main product is odoo ERP, for which I developed lots of modules to adapt it to the Algerian market and the needs of my clients. I also worked on startups as a full-stack web developer.

Since I am emigrating to the USA and leaving my business behind, I would like to resume my coding career and work on challenging problems as a software engineer. I wish to work for a company that tries to make a difference and work on global issues like climate change, sustainable energy, poverty, health, well-being, education, democracy.

I speak Arabic, French, and English.

Any feedback that is not a job offer would be very much appreciated!

yasserkaddour | 4 years ago | on: Tailwind CSS v3.0

Exactly! My example fit a just seven lines colocated with your HTML, in CSS you would need to read a full page in a different file.

yasserkaddour | 4 years ago | on: Tailwind CSS v3.0

I love Tailwind! It elegantly solves most pain points in writing CSS. However, it does this at the cost of readability, and you can easily end up with HTML that looks like this:

    <div class="w-16 h-16 px-2 py-1 m-1 text-sm text-white bg-black rounded md:w-32 md:h-32 md:rounded-md md:text-base lg:w-48 lg:h-48 lg:rounded-lg lg:text-lg focus:bg-red-400 focus:rounded-md hover:bg-yellow-200 hover:rounded-t-md md:focus:rounded-xl md:focus:text-lg lg:focus:rounded-xl lg:focus:text-xl md:hover:rounded-xl lg:hover:rounded-xl">Yikes!</div>
I would love to have a transpiler that produces the line above from a code like this:

    <div
    class="w-16 h-16 px-2 py-1 m-1 text-sm text-white bg-black rounded"
    md="w-32 h-32 rounded-md text-base hover:rounded-xl"
    md-focus="rounded-xl text-lg"
    lg="w-48 h-48 rounded-lg text-lg hover:rounded-xl"
    lg-focus="rounded-xl text-xl"
    focus="bg-red-400 rounded-md"
    hover="bg-yellow-200 rounded-t-md">Yeah!</div>

yasserkaddour | 4 years ago | on: Ask HN: Who wants to be hired? (December 2021)

Location: Algiers, Algeria

Remote: Yes

Willing to relocate: Yes, to the USA. I am a diversity visa lottery winner, I will hopefully have a green card before September.

Technologies: React, GraphQL, Node, Typescript, Tailwind CSS, Gatsby, Next.js, Scala, PostgreSQL, docker, python, Odoo, Linux, vim, Serverless, reverse engineering. Looking into rust and go.

I have a software consultancy business that sells and integrates diverse open-source self-hosted solutions, my main product is odoo ERP, for which I developed lots of modules to adapt it to the Algerian market and the needs of my clients. I also worked on startups as a full-stack web developer.

Since I am emigrating to the USA and leaving my business behind, I would like to resume my coding career and work on challenging problems as a software engineer. I wish to work for a company that tries to make a difference and work on global issues like climate change, sustainable energy, poverty, health, well-being, education, democracy.

I speak Arabic, French, and English.

Any feedback that is not a job offer would be very much appreciated!

Email: yasser at codeconik.com Website: codeconik.com

yasserkaddour | 8 years ago | on: What Sephora Knows About Women in Tech

The comparison to Apple, Facebook, Google and Amazon makes no sense. ASAIK Sephora is not a tech company, I found nothing made by them on GitHub. Can you think of any tech developed by Sephora?

yasserkaddour | 8 years ago | on: Interactive Vim tutorial

I fully agree with you, however some people are worried by the loss of their daily productivity especially if they are used to using their mouse a lot, for those I will recommend to start learning vim in their browser to surf mouse-free using plugins like SurfingKeys[1], vimium[2](chrome), Vimperator[3](Firefox). Once used to surf without reaching to the mouse and know the essential vim key, you'll be ready to use vim daily for your dev work, without a big loss in initial productivity.

[1] https://github.com/brookhong/Surfingkeys

[2] https://vimium.github.io/

[3] https://addons.mozilla.org/en-US/firefox/addon/vimperator/

yasserkaddour | 8 years ago | on: VLC maintainer has refused “several tens of millions of Euro”

Yeah, when you see that uTorrent is still popular[1][2], after their introduction of ads 5 years ago and the removal of important features like streaming, in a population that know how to torrent. Doubtless VLC with ads will still have an important market share for at least 10 years.

[1] https://trends.google.com/trends/explore?date=today%205-y&q=...

[2] https://en.wikipedia.org/wiki/Usage_share_of_BitTorrent_clie...

page 1