Build and scale financial applications faster on IEX Cloud IEX Cloud is a financial data infrastructure platform that connects developers and financial data creators. IEX Cloud is a platform that makes financial data and services accessible to everyone. API Reference The IEX Cloud API is based on REST, has resource-oriented URLs, returns JSON-encoded responses, and …
GeoIP Detection in WordPress
WordPress plugin: Retrieving Geo-Information using one the Maxmind GeoIP2 databases. (Change your life. Bewerbe dich. yellowtree.de) https://github.com/yellowtree/geoip-detect https://wordpress.org/plugins/geoip-detect/
create waveform by FFMPEG from mp3
We can use ffmpeg for several purpose such as encoding. Also we can use it to get waveform file from mp3. This is a command for that. ffmpeg -y -i http://ma-previews.s3.amazonaws.com/preview-251513-CSnH5LgyMq.mp3 -filter_complex “[0:a]aformat=channel_layouts=mono, compand=gain=-6, showwavespic=s=1280×720, colorkey=black, colorchannelmixer=.3:0:0:0:.6:0:0:0:.4:0:0:0[fg]; color=s=1280×720:color=#8cdbac[bg]; [bg][fg]overlay=format=rgb” -frames:v 1 ./result.png
Google Console Service
Google provides console service which provides crawl of pages. So, we can create console account, and registers pages on that. Then this service will crawl pages and update status automatically. Also we can register the pages by API.
Passwordless SMS & Email Authentication
Passwordless connections in Auth0 allow users to login without the need to remember a password. The benefits of enabling passwordless connections include: Improved user experience, particularly on mobile applications, since users only need an email address or phone number to sign up and the credential used for authentication is automatically validated after sign-up. Enhanced security since …
postman environment
We are using postman for api development mainly. Postman provides powerful functionality. You can set global variable by environment and use them in APIs.
Json converting service online.
https://codebeautify.org the service will change complex json data format to beautiful format.
Loom
Loom is a video recording application, which is similar to screencastify chrome extension. It records video and upload it to https://loom.com/<some url> One of the unique feature of this application is that it provides commenting feature on the web page. A user can share video link to other users and the other users can add …
Stripe Connect and Connect Payouts
Businesses use Stripe Connect to accept funds and pay out millions of third parties. Connect Payouts gives you the same funds routing, recipient UIs, and compliance capabilities for just your business’s payouts—no matter how you accept funds. Previously, Stripe Connect required that payouts were linked to incoming payments. Now, you can use Connect Payouts to …
Running cron job in WordPress projects
Running cron job is one of the most popular problems in any projects. When we need to run cron job in WordPress projects, we can use “WP Crontrol” plugin which is powerful and easy to use. WP Crontrol lets you view and control what’s happening in the WP-Cron system. From the admin screens you can: …