© 2021 - The API Company
API with bash code in AWS Lambda and API gateway
Wednesday, 26 February 2020 by admin
Amazon web services (AWS) is a powerful platform for almost every web service you can imagine. With AWS API Gateway and Lambda you are able to create REST API’s with ease! API gateway is used to create the API. Lambda lets you execute code when the API is invoked. This code can be in many
- Published in AWS
User Agent Strings popular Huawei devices
Thursday, 20 February 2020 by admin
Below you can find an overview of the user agent (UA) strings of popular Huawei devices. Huawei P30 Pro Mozilla/5.0 (Linux; Android 9; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 Huawei P30 Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36 Huawei P20 Pro Mozilla/5.0 (Linux; Android 8.1; CLT-L29 Build/HUAWEICLT-L29) AppleWebKit/537.36 (KHTML, like Gecko)
- Published in new devices, User-Agent String
User Agent strings popular Samsung devices
Thursday, 20 February 2020 by admin
Below you can find an overview of the User-Agent (UA) strings of Samsung’s popular devices. Samsung Galaxy S20 Mozilla/5.0 (Linux; Android 10; SM-G981B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Mobile Safari/537.36 Samsung Galaxy Note 10+ Mozilla/5.0 (Linux; Android 9; SM-N976V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 Samsung Galaxy S10 Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G977N
- Published in User-Agent String
Samsung Galaxy S20, S20+ & S20 Ultra
Wednesday, 19 February 2020 by admin
On the 11th of February Samsung presented their new flagship phones for 2020. This year’s lineup consist of 3 new phones: Samsung Galaxy S20, S20+ and S20 ultra! The phones will be available from the 6th of March (US AU UAE) and on the 13th of March (EU). In this post you can read everything
- Published in Device detection, new devices
How to (precisely) detect the device model with JS
Sunday, 09 February 2020 by admin
In 2020 we live in a more personalised world than ever before. To make web pages transform to the personal needs of the user, information about the visiter is needed. As a data scientist and web developer I struggle a lot with gathering data about the visitors on my website. One of theses struggles is
- Published in Device detection, JavaScript