GCP web services used Laravel framework – Part 2

GCP web services used Laravel framework – Part 2

VI. Implement Speech To Text API You can refer to this main API document page Install the client library: composer require google/cloud-speech Now you can use Speech-to-Text to transcribe an audio file to text. We will create a controller to handle 3 things: Get the uploaded audio file from the request Convert audio file to FLAC with library FFMpeg Use the below code to show the text received from […]

Read More

GCP web services used Laravel framework – Part 1

GCP web services used Laravel framework – Part 1

I. What is GCP? Google Cloud Platform (GCP), offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, and YouTube. Alongside a set of management tools, it provides a series of modular cloud services including computing, data storage, data analytics, and machine learning. Registration requires a credit […]

Read More

7 SUBJECTS CAN GET BENEFIT SUPPORT BECAUSE OF THE EFFECT COVID-19 VIRUS

7 SUBJECTS CAN GET BENEFIT SUPPORT BECAUSE OF THE EFFECT COVID-19 VIRUS

  No Subject Support level 1 Employees have to delay a labour contract, leave their job and don’t calculate salary over 1 month. 1.800.000 vnd/ person/ month 2 The employer has financial difficulties and already paid a 50% stop-working salary to their employee. Permission business loan capital maximum 50% of region minimum wage for each employee with interest 0%. 3 Business Households have revenue under […]

Read More

NODEJS | WRITE LOG WITH WINSTON LIBRARY

NODEJS | WRITE LOG WITH WINSTON LIBRARY

I. INTRODUCTION. What is winston? Winston is designed to be a simple and universal logging library with support for multiple transports. Each winston logger can have multiple transports configured at different levels. All logs output to the console or a local file. Winston aims to decouple parts of the logging process to make it more flexible and extensible. Installation. npm install winston or yarn add […]

Read More

Sickness benefits for employees follow isolation social (COVID-19)

Sickness benefits for employees follow isolation social (COVID-19)

In order to ensure the rights of employees against the complicated situation of new coronavirus(COVID-19), Vietnam Social Insurance has sent a dispatch to the Ministry of Labor – Invalids and Social Affairs on the settlement of social insurance regime for employees. The program was requested to implement medical isolation measures to prevent from COVID-19. According to this dispatch, workers who are subject to medical isolation […]

Read More

Happy International Women’s Day 2020.03.08

Happy International Women’s Day 2020.03.08

International Women’s Day March 8 this year falls on a Sunday. Surprisingly Briswell’s men appear with roses and gifts in their hands. It turned out that because this year’s holiday was on a weekend, they had prepared and meticulously planned in advance to surprise their sisters. That’s who BWV’s men are, always thoughtful and bring things that couldn’t be better. The girl’s smiles are beautiful […]

Read More

.NET Core 3 Introduce new features

.NET Core 3 Introduce new features

.Net Core is a free and open-source cross-platform software framework for Windows, Linux and macOS. .NET Core 3.0 was announced on May 7, 2019 and was officially released on September 23, 2019 and the later version .NET Core 3.1 was released just a few months later, on December 3, 2019. The .Net Core team has made many improvements and new features in this version. Let’s find […]

Read More

Android Firebase for beginers

Android Firebase for beginers

Firebase I. What is Firebase Google Firebase is a Google-backed application development software that enables developers to develop iOS, Android and Web apps. Firebase provides tools for tracking analytics, reporting and fixing app crashes, creating marketing and product experiment. Firebase has many services and today I’m going to introduce to in-app messaging, cloud messages and real-time databases. II. Add Firebase to your app Before you […]

Read More