Development

Salesforce development may seem intimidating at first, but with this simple guide to Apex and SOQL, you will be equipped to begin your journey into customizing and enhancing the Salesforce platform.
3 min read
If you're on the lookout for a Software Engineer Roadmap and eager to gain insights from industry experts, let's read the full article. Whether you’re a beginner starting from scratch or an experienced developer, I believe that the practical knowledge shared in this valuable tech talk can help you a lot in rethinking your growth path.
8 min read
Front-end development has undergone a significant transformation in recent years, with frameworks and libraries simplifying the creation of efficient and engaging web applications. Two prominent contenders in this field are Next.js and Nuxt.js. Both are JavaScript frameworks designed to streamline front-end application development.
3 min read
Communication between different software systems and services is essential in today's digital world. Developers constantly seek efficient and reliable ways to make these connections, and one technology that has gained significant traction in recent years is gRPC. In this article, we will explore what gRPC is, how it works, and why it has become a popular choice for building modern applications.
3 min read
In this blog post, let's dive into the world of tree structures in SQL with zen8labs, exploring the advantages, disadvantages, and providing practical examples to help you understand when and how to use tree structures effectively.
8 min read

This is very simple version of building your own Jarvis basing on what we have today. The Jarvis here can recognize and do some commands like showing the lunch menu, display menu of a specific day… etc. It’s less than a prototype but it can be the demo of what we can do by combining:

2 min read

Following my post about How programmer gets his wife happy, here is a simpler version for who is using Mac with Message app. Forget all Twilio setup, you just need to create the cronjob. Replace the content and your wife’s number. 1. Create a file sweet_sms_to_darling.sh, put the command above. #!/bin/bash /usr/bin/osascript -e ‘tell application “Messages” send

< 1 min read