🗓️ Tuesday, Feb 24 at 5:00pm 📍@Confoo 📢Modernizing the Mission Critical with OpenRewrite and AI 🎙️ @kitomann.bsky.social - Principal Consultant at Virtua, Inc. 📢 A Fresh Way to Write Java in VS Code 🎙️ @stroz.dev - MySQL Developer Advocate at Oracle 👉 RSVP & Join us: linktr.ee/devoxx4kids_... #Java
Niusha Pakseresht
@pakseresht.eu
Software Developer living in Montréal. I drink coffee and code in Java ☕️ Je parle français, anglais et persan.
Disparition de Marc Prieur, créateur du site Hardware.fr C'est avec une immense tristesse que j'ai appris ce Week-End la disparition de Marc Prieur, pionnier de la vague de sites techniques informatiques en France.. buff.ly/UHMblaU
I’m regularly violating the contract of this cup by pouring coffee into it. Merci encore Dimitri pour ton cadeau.
Pareil, magazine à recommander pour faire sa veille technique, ils livrent au Canada ou peuvent être commandés chez Magazines Lecto inc. (boutique à Québec)
Ouvrage à recommander pour quiconque s’intéresse aux bases des réseaux informatiques. Ce livre me suit partout depuis 14 ans quand même…
Last winter, I had the opportunity to give a talk in French about how to easily implement gRPC calls with @quarkus.io at the www.montreal-jug.org! It was my first public talk, and while I’m not a deep specialist in these topics, I hope it can help anyone interested in an introduction to them.
Comment communiquer en gRPC avec Quarkus par Niusha Maxime Pakseresht
YouTube video by Montréal JUG
youtu.be
Thanks for the talk about virtual threads ! https://twitter.com/bazlur_rahman/status/1630191872990760964
Merci aux orgas et speakers, c'était chouette ! https://twitter.com/montrealjug/status/1618473388493922307
Answer: Java 8 method references: provide a Supplier capable of supplying a parameterized result https://stackoverflow.com/a/22917186?stw=2
Java 8 method references: provide a Supplier capable of supplying a parameterized result
I'd like to use java.util.Optional.orElseThrow() with an Exception type that asks for a constructor parameter. Something like this: .orElseThrow(MyException::new(someArgument)) // obviously NOT
stackoverflow.com
Formation de 4 jours sur Rust écrite par l'équipe Android chez Google: https://github.com/google/comprehensive-rust
GitHub - google/comprehensive-rust: This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust. - google/comprehensive-rust
github.com
Je viens de trouver un site du Ministère de l'@education_gouv avec les ressources du BTS SN-IR (IRIS à mon époque👴)... excellent pour se rafraichir la mémoire ! https://eduscol.education.fr/sti/formations/bts-systemes-numeriques#ressources-savoirs
Compiled and ran a Rust program for the first time today, so that makes me an official Rust programmer according to this doc, posting here to remember this date ! https://doc.rust-lang.org/stable/book/ch01-02-hello-world.html#writing-and-running-a-rust-program
🎉 Just published my first @firefox extension (adding @HelloCognition in the the desktop-app search engines) : https://addons.mozilla.org/en-US/firefox/addon/hello-one-click-search/
Hello One-Click Search – Get this Extension for 🦊 Firefox (en-US)
Download Hello One-Click Search for Firefox. Add Hello (https://beta.sayhello.so) to your One-Click search engines. Thanks to https://dannycolin.com
addons.mozilla.org
Useful to separate navigation contexts https://addons.mozilla.org/firefox/addon/multi-account-containers/?utm_source=mac-addon
Firefox Multi-Account Containers – Get this Extension for 🦊 Firefox (en-US)
Download Firefox Multi-Account Containers for Firefox. Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs. Cookies are separated by container, allowing you to use the web with multiple accounts and integrate Mozilla VPN for an extra layer of privacy.
addons.mozilla.org
Il est temps de relire ce bouquin https://www.amazon.ca/dp/2409026699/ref=cm_sw_r_tw_dp_X51M9SAN4P5CXBHAGR5H?_encoding=UTF8&psc=1 via @amazon
http://blog.ippon.fr/2022/05/25/une-journee-a-devoxx/
Une journée à DEVOXX
Vendredi 22 avril se déroulait le troisième et dernier jour de la conférence DEVOXX FR [http://www.devoxx.fr] édition 2022. Et même si – il faut le dire – peu de femmes et peu de stagiaires s’y trouvaient, il n’empêche qu’il y en avait quand même bien une
blog.ippon.fr
Answer: How to stop Remote Desktop from closing my session due to inactivity? https://serverfault.com/a/837726?stw=2
How to stop Remote Desktop from closing my session due to inactivity?
I'm connecting from a windows vista desktop to a server running windows server 2003. I'm using Remote Desktop and I'm running some very long running processes on the remote server. My problem is that
serverfault.com
Answer: Git tab completion not working in zsh on mac https://stackoverflow.com/a/58517668?stw=2
Git tab completion not working in zsh on mac
No matter what I try and do I can't seem to make git tab/auto completion work in my zsh shell. I've downloaded the bash-completion script and the zsh-completion one and followed the instructions, b...
stackoverflow.com
Comment bien s'entendre avec avec Spring Data R2DBC... ou pas http://blog.ippon.fr/2022/03/02/comment-bien-sentendre-avec-avec-r2dbc-ou-pas/ via @ippontech
Comment bien s'entendre avec avec Spring Data R2DBC... ou pas
Quelles sont les bonnes pratiques pour utiliser le module Spring Data R2DBC selon sa propre philosophie, et créer une API reactive avec WebFlux ?
blog.ippon.fr
Integration tests with Testcontainers https://engineering.zalando.com/posts/2021/02/integration-tests-with-testcontainers.html via @ZalandoTech
Zalando Engineering Blog - Integration tests with Testcontainers
We explore how to write integration tests using Testcontainers.org library in Java-based backend applications.
engineering.zalando.com
Utile pour éviter les conflits dans l'exécution de batchs déployés sur plusieurs instances : http://blog.ippon.fr/2022/02/28/shedlock-lallie-de-choix-pour-vos-taches-planifiees-spring/
ShedLock : l’allié de choix pour vos tâches planifiées Spring
Dès lors que l’on commence à déployer une application sur plusieurs instances afin d’assurer une haute disponibilité ou d’affronter des pics de charge, il faut s’assurer que l’architecture de celle-ci ne pose pas de problème. Il est courant que les applications embarquent des tâches planifiées
blog.ippon.fr
Remove a git commit which has not been pushed : https://stackoverflow.com/a/14281090?stw=2
Remove a git commit which has not been pushed
I did a git commit but I have not pushed it to the repository yet. So when I do git status, I get '# Your branch is ahead of 'master' by 1 commit. So if I want to roll back my top commit, can I ju...
stackoverflow.com
Boostez les performances de votre application Spring Data JPA http://blog.ippon.fr/2017/07/19/boostez-performances-de-application-spring-data-jpa/
Boostez les performances de votre application Spring Data JPA
Spring Data JPA fournit une implémentation de la couche d’accès aux données pour une application Spring. C’est une brique très pratique car elle permet de ne pas réinventer la roue de l’accès aux données à chaque nouvelle application et donc de se concentrer sur la partie métier.
blog.ippon.fr
Reset local repository branch to be just like remote repository HEAD https://stackoverflow.com/a/28441119?stw=2
Reset local repository branch to be just like remote repository HEAD
How do I reset my local branch to be just like the branch on the remote repository? I tried: git reset --hard HEAD But git status claims I have modified files: On branch master Changes to be commi...
stackoverflow.com
My #TechnoZaure track so far : - How to make a streamable video using a serverless architecture (Netflix like backstory) by M.Agack, Y.Boulaouinat & J.Picard - Epic fails and safe deployments by R.Chenon - D'impératif à réactif avec Quarkus, MongoDB et RESTeasy by @loicmathieu https://t.co/...