Update 09/22/2021: Added a link to a gist to generate C# Entities. See below. Update 06/18/2021: EDMX support will be integrated in a custom tool. Update 02/26/2021: EDMX is back in the game 😉 https://twitter.com/ErikEJ/status/1365340001429557257 Update 06/30/2020: New lesson learned: When your database longs overflow Number.MAX_SAFE_INTEGER. Update 10/04/2019: Added Lessons learned during development section. See … Continue reading Real Life Entity Framework n-tier development
Multi-cloud architecture part 1: The why
Update 05/09/2019: AWS is now certified HDS as well In order to provide our patient education platform to our customers here at hygeex.com, we are now working with two mayor cloud providers, AWS & Azure. Why is that? Well at first we started with AWS, but we soon realized that because we're dealing with health … Continue reading Multi-cloud architecture part 1: The why
Double bind, again.
Photo by Александр Прокофьев from Pexels Update: Of course you've understood that the first problem is fixed in the VS 8.2 preview. Just wanted to express my anger when Murphy's law is playing with my nerves. My main development machine is in maintenance because of a - yet to be confirmed - graphic card problem. … Continue reading Double bind, again.
Creating value rapidly: What I’m using
While working on a project for one of my customers, I've decided to amuse myself riding my very own wooden roller coaster, again. There was ups and downs on the path (of course), but I'm satisfied with the result I've been able to achieve, despite the struggling. This is also the experience I've had using Open … Continue reading Creating value rapidly: What I’m using
A tale about React Native (XP) iOS native modules
I've been very quiet lately, this is because I was solving problems, of course ;). All about native modules. Again this is not allaboutmadonna.com :):) My last project for one of my customer involves a lot a native modules for iOS and Android. I'm using: I've been struggling with automatic integration methods: react-native link / … Continue reading A tale about React Native (XP) iOS native modules
My first public talk about ReactXP
Update 09/18/2019 : Switched the content to Youtube Video and added a link to the slides Disclaimer: This post is in english but it links to external resources in french. Early January 2019, I skipped out of my comfort zone to give a 20 mins talk + Q&A about my experience around ReactXP. This has … Continue reading My first public talk about ReactXP
What is ReactXP?
Update 12/17/2018 09:45 GMT +2 Just to be clear, React JS and ReactNative aren't siloed as it appears in the drawing. And to be more clearer, when the React JS site says "React can power mobile apps using React Native.", it doesn't literally mean that React Native is built upon React JS as you can read … Continue reading What is ReactXP?
Quick feedback from the React Native EU 2018 conference
Update on Monday 17 september 2018: As some video links to the conference talks are going to surface, there will be added below. Enjoy. I had the opportunity to attend the React Native EU 2018 conference that was held in Wroclaw Poland from september 5th to september 6th. It was the opportunity to make new … Continue reading Quick feedback from the React Native EU 2018 conference
Mobile cross platform C++ code part 2: Consuming OpenCV
In this post, I'l go through our findings to compile and run cross platform C++ code for iOS and Android that consumes OpenCV. The first thing to note here is that I'm not going to expose the OpenCV C++ code directly to ObjectiveC or Java. Instead, I'm using Dropbox's Djinni to abstract it behind a cross … Continue reading Mobile cross platform C++ code part 2: Consuming OpenCV
Label your feelings
I've recently cited a tweet about labeling you feelings to manage the pain or the overthinking they may cause. I decided I wanted to share my feelings about writing a mobile app for one of my customers. Remember, this is about my own feelings, not the experience of my customer. I'm visiting Oslo, and got … Continue reading Label your feelings
You must be logged in to post a comment.