Question : I have an ajax request that sends a large object. That in the browser console is seen like […]
Q & A Coding
How to check the battery consumption of a device’s sensors?
Question : I’m developing an application for Android, where I’ll use embedded sensors (eg GPS and Accelerometer) of mobile devices, […]
Scrollbar horizontal being scrolled by vertical scrollbar [pendant]
Question : I’m doing a little test with the Chrome Canary 74 scrollbar on Android. I read a lot about […]
Doubt when performing SQL with Eloquent of Laravel
Question : I have a bug that I do not know the reason for it. I have in my controller […]
FlexBox + CSS GRID
Question : I would like to know if there is any possibility of using CSSGrid with FlexBox. display:grid; display:flex; I’m […]
How does the async attribute of Javascript work? [duplicate]
Question : I was reading about the async attribute, which is used in the <script> tag, and I was curious […]
Fields Validation in Swift
Question : How to validate fields using Swift? I wanted to do with Exception, but I just searched and found […]
How to Customize the Simple Paginator Arrows?
Question : It is very good to use Laravel’s paging, with a command if it does everything: Controller $artigos->simplePaginate(5); View […]
Convert string array to string in VB
Question : I need to use SPLIT on a lot of data, but I need to convert the array string […]
Convert binary format string to PDF
Question : I would like to know how to generate a PDF file using a string with binary values, the […]