This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
******* https://github.com/armanhakimsagar/interview | |
******* tech dictionary : https://www.techopedia.com/dictionary | |
******* terminology (big data, AI, IOT,machine learning) | |
******* zend links | |
******* Software documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
XML stands for eXtensible Markup Language. | |
XML was designed to store and transport data. | |
XML was designed to be both human- and machine-readable. | |
XML plays an important role in many different IT systems. | |
XML is often used for distributing data over the Internet. | |
<note> | |
<to>Tove</to> | |
<from>Jani</from> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* netsh Winsoc reset | |
* netsh int ip reset | |
* ipconfig/release | |
* ipconfig /renew | |
* ipconfig /flushdns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.youtube.com/watch?v=TMjo-Iphjyo&list=PLh94XVT4dq02frQRRZBHzvj2hwuhzSByN&index=3 | |
quantum computing | |
VR AR MR Games | |
IOT | |
EDGE computing | |
blockchain | |
AI ML technologies | |
NTT browser | |
on click data pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Keywords: | |
google map radius search | |
Radius/nearest results | |
tutorials: | |
https://www.youtube.com/watch?v=szAVI-YvbmQ (distance lat | lon) | |
https://stackoverflow.com/questions/10053358/measuring-the-distance-between-two-coordinates-in-php (get distance between lat long) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.youtube.com/watch?v=UjYW_ggjHmk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: '2.0' | |
info: | |
description: '' | |
version: 2.0.0 | |
title: api bkkict | |
host: api.bkiict.org | |
basePath: /api/2.0 | |
tags: | |
- name: products | |
description: Access to Open product Maps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pipe error solve: | |
https://www.youtube.com/watch?v=9F9AcMYh8yQ | |
PHP XAMPP SETUP: | |
one in all : https://www.youtube.com/watch?v=28dc3edU2Uc | |
https://www.youtube.com/watch?v=HKuoc1KrOKs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:::::::::::::::::::::AJAX:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
url: "demo_test.txt", | |
// Async mean that the browser won't wait for when the main thread is free to perform the action | |
async : true, | |
// The content type used when sending data to the server. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://accounts.google.com/signin/v2/sl/pwd? | |
service=mail | |
&hl=en | |
&uilel=1 | |
&continue=https://www.gmail.com |