How did I learn Assembly of x86 (Part 1)

Tram Ho

At first, I also thought that Assembly was very difficult - "Understanding how the hell is that pile of EAX EBX ???". But believe me, Assembly is not that difficult. At least until now (I just learned a little), I...

Read more

Query Object in Ruby on Rails

Tram Ho

Database queries are very common when you develop web applications. ActiveRecord in Ruby on Rails allows you not to write tons of pre-compiled SQL code and as a result creates simple and powerful queries in Ruby in a simple way....

Read more

Enabling Fullscreen app in iOS 13+ Xamarin

Tram Ho

During the WWDC 2019 Apple recently introduced the card presentation as the new default presentation. On iOS 13 and above this will be the new behaviour for modal view controller when being presented. So if you want to insist on...

Read more

React JS for Beginners — The Basics

Tram Ho

1. Introduction 1.1 What is React JS? React is an open source Javascript library for building reusable interface components. It was created by Jordan Walke, a software engineer at Facebook. React was first implemented for Facebook's Newsfeed application in 2011,...

Read more

Indexing for High Performance in SQL

Tram Ho

In the process of building applications and using database management systems such as MySQL, SQL Server ... then we can not help but pay attention to the performance, query to increase application quality. We already have the techniques, the notes...

Read more