“Digital transformation” has become a buzzword in business since the covid-19 pandemic, it has redefined the way many businesses operate. The exact definition of digital transformation cannot be captured. It represents the automation or implementation of digital technologies such as artificial intelligence, big data, … to help businesses increase operational efficiency. In this article, Tech […]
“Digital transformation” has become a buzzword in business since the covid-19 pandemic, it has redefined the way many businesses operate. The exact definition of digital transformation cannot be captured. It represents the automation or implementation of digital technologies such as artificial intelligence, big data, … to help businesses increase operational efficiency. In this article, Tech […]
What is Monkey test? Monkey test is a technique in which testers enter random variables to test application behavior or performance. So why should we apply the Monkey test? As the name, the tester will act like a monkey who may not know anything about the computer or how the system is operated. The mindset […]
In an easy to understand way, GraphQL is a syntax that describes how to request data and be used to load data from a server to the client. GraphQL consists of three features that include allowing the client to determine exactly what data they need, making it easier to aggregate data from multiple sources and […]
When I began learning JavaScript, I make a list trick I had found in other people’s code, on the website or anywhere. Those things helped me a lot in writing code and improving working performance. And in this article, I will share with you 7-tips that strike me as particularly clever and useful. This post […]
Hello guys, while i’m researching, i will share with you the knowleage that i understand Smart Contract. Today, i will talk about overview The Smart Contract. We will answer 4 questions in the below: 1. What are Smart Contracts? 2. A Brief history and how Smart Contract work? 3. Why we should be used Smart […]
Hi everyone ^. ^~. In the previous section, I introduced about BluebirdJS and how to use it on here . Today, I’ll talk about more details features. Now, Let Started! In the part 1, we talked about promisify function. It converts a single callback taking function into a promise returning function. And we could also even more conveniently. if […]
Hi everyone ^.^~ . I bet most of us know about Promise and its benefits. But to use it is not really easy. This is an example: BluebirdJS will make your life much easier. It so cool. So What is BluebirdJS? BluebirdJS is a fully-featured Promise library for JS. It allows you to turn callbacks => Promise (promisify). […]
Project A simple UI demo for a custom suits brand. Introduction SUITS is an Australian-based tailor, specialised in custom suits & accessories. It aimed for a reliable and luxury feeling for the digital experience on the app & website. In additional, it has some high-tech features such as a designer interface for custom suits, and […]