Entries by Huyen Tran

Software Development Lifecycle

Software Development Software development is a magical art of creating a program which can perform a required task following a set of processes. Software development includes numerous steps such as thinking of an idea, designing a rough idea, implementation of the blueprint, testing, bug fixing and many more. The process of Software Development includes writing

Storing Data on the Blockchain (p1)

Everyone knows of Cryptocurrencies like Bitcoin, Ethereum, Ripple as the new forms of money and currency as it stores the transactions as digital packs of data within blocks. However, there is no reason this data cannot be extended beyond just financial data. In theory, any form of data can be stored on a blockchain. So,

What’s it like to be a Front-End Developer?

Having learned HTML, CSS, and JS, Front-End Developers (FED) are forced to take functionality into account when creating user experiences or making sure that the two disciplines work as one from a development perspective. They become all-rounded, having to understand what is actually happening between the AJAX data and the PHP file that’s sending off

Freelancer-Why not?

A freelancer or freelance worker is a term commonly used for a person who is self-employed and is not necessarily committed to a particular employer for a long-term. However, full-time employees also can do freelance jobs out of working hours. Right now, I am a full-time developer at TwentyCi Vietnam with good monthly salary and

Introduce to GraphQL

INTRO: Problem: Traditional RESTful web services are not so efficient in some use case: Sometimes we want to fetch part of an entity’s data. But web service only returns a complete set of data. Sometimes we want to fetch many related entities. But web service only accesses a single entity. So we have to make