Clean Code – A book to read with a grain of salt
Β Hey nerds π€ !Β I am not sure what got you here (except for my god-level SEO skills π) or why did you ask Google for this book so that you’re here, but I damn sure know why – of … Read More
Thoughts and Acts on Software Development.
Β Hey nerds π€ !Β I am not sure what got you here (except for my god-level SEO skills π) or why did you ask Google for this book so that you’re here, but I damn sure know why – of … Read More
This video is going to convince you to head to LeetCode and start practicing some Algorithms and Data structures problems even if you are THAT software engineer !
I recently published this video on my YouTube channel where I … Read More
I think the first sentence in this post should be – straightforwardly – the first point of this “life skills” list ! I don’t see any reason for intros in such post, as everyone reading this will relate regardless of … Read More
We will continue with our dependency graph from the previous tutorial on Dependency Injection in Android, to learn how to implement DI using the Dagger Framework. By end of this tutorial you will grasp the basics of Dagger, from … Read More
The last native mobile dev tutorial I wrote on this blog dates to months ago, and it was an hybrid-native work/tutorial ! I am back to post here weekly. My easy go-to option is native mobile dev tutorials, though … Read More
This post is written for software engineers for the sake of story telling, and to share ideas for how, and how important it is, to build and expand one’s network.
My last week in Malaysia and in my previous company … Read More
We need to use native components in hybrid code for different scenarios. We might, for example, not find the hybrid plugin that provides our required functionality. In such case, we need to implement the native functionality and integrate it into … Read More
Far from setting up payment gateways, Stripe integration is a solution that helps developers enable payment through their web or mobile apps with a set of friendly easy-to-use APIs. Stripe provides a fairly good documentation that enables developers to get … Read More
by Amal · Published February 14, 2020 · Last modified September 23, 2020
Through three and so years of sharing whatever I learn in this blog, I have been sharing Java and Swift code along with summer jobs for students,Β finding internships abroad for CS majors, giving Ignite talks, quitting … Read More
Mobile development / Tutorials
by Amal · Published February 6, 2020 · Last modified November 15, 2020
In the previous tutorial we learnt how to write a NodeJS service that connects to an IBM Cloudant database. Continuing with IBM technologies and with the previous tutorial, we will learn here how to expose the service previously created as … Read More
Recent Comments