Windows Subsystem is a technique to emulate Linux environment on Windows Operating System. https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux Here is Windows subsystem installation guide. https://docs.microsoft.com/en-us/windows/wsl/install-win10 Windows Subsystem is similar to VM but much faster. It provides command line tool where all Linux commands are available to use. In order to access outside data using VM, we need to setup …
PNG to icns online converter
Windows uses .ico format and MacOS uses .icns format for icon files. There are several online converters to convert images to icon format. Many converters don’t work properly when converting to .icns and here is a powerful converte https://iconverticons.com/online/
SPA and Google SEO
Nowadays SinglePageApplication is everywhere, providing great performance and user experience. But what about SEO / Will search engine bots be able to see SPAs correctly? Along time ago, when computers are not powerful enough, most search engine bots were just checking HTML static pages.But nowadays, bots got much cleaver and powerful. Google bot surely supports …
Ngrok for webhook testing.
When you develop your web applications, you will have situation to test 3rd party API integration in the local development environment. The tricky problem here is most of 3rd party APIs are callback based. In a word, most of 3rd party APIs send data/status as callbacks/webhook to original client. However when you wants to test …
Milestone Mobile
Milestone Mobile is a way to access your surveillance system on-the-go using smartphones and tablets. The application allows you to view, play-back and export video, listen to audio and speak through the camera using the Push-To-Talk button, as well as respond to Access Control requests and receive push notifications regarding events and triggered alarms directly …
Go Language
Go lang is good fit to build networking backbone. It provides powerful and easy code to implement networking module. So, almost crypto clients use Go and it will be useful to learn Go. It is also easy to learn Go. https://golang.org/doc/ https://medium.com/@kevalpatel2106/why-should-you-learn-go-f607681fad65
Google API usage
Google APIs is a set of application programming interfaces (APIs) developed by Google which allow communication with Google Services and their integration to other services. Examples of these include Search, Gmail, Translate or Google Maps. Third-party apps can use these APIs to take advantage of or extend the functionality of the existing services. The APIs provide functionality like analytics, machine learning as …
Integration of Postman and XDebug
When we send request from Postman to API, it is not detected by PHPStorm. In order to do this, we should send headers and query string when we send request. ?XDEBUG=PHP_STORM, COOKIE: XDEBUG=PHP_STORM (edited)
Swagger API Documentation on Your Project
Swagger is an open source software framework backed by a large ecosystem of tools that helps developers design, build, document, and consume RESTful Web services.You can embed swagger API doc in any kinds of projects(Node, PHP, etc…). For example, you can user swagger-express-ui and swagger-jsdoc packages in express.js backend project. Also, there is public swagger …
WP Multi Theme Plugin
Settings provide many different ways to Select which Theme should appear where on your WordPress web site: Just for Site Home By URL (Version 5 adds support for Query keyword=value as part of a unique URL); By Prefix URL, matching all URLs that begin with the same characters (“Prefix URL”); By Wildcard Prefix URL with …