Pinned Repositories
cheat-sheets
PDF cheat sheets for apache, codeigniter, css, git, html, javascript, jquery, laravel, linux, mysql, oauth-end-points-sheet, php, phpunit, selenium, seo-tools-collection-sheet, sql, wordpress, xdebug
javascript-spa
node-js-currency-converter
node-js-qr-code
Generate QR codes with easy using node js qrcode library and have fun!
node-js-video-stream
Video Stream server built with Node JS
node-js-whois-query
This POC written in Node JS queries WHOIS servers for domains, ip addresses and ASN's
nodejs
nodejs-crypto
Node JS Crypto
nodejs-php
Execute PHP script from Node JS Server and fetch data from PHP and send by Node JS to Client
nodejs-video-chat
techweber's Repositories
techweber/php-8.1-fibers
How to use Fibers in PHP 8.1
techweber/css-simple-animation
Create Simple Animation using CSS
techweber/javascipt-using-class
This is about using class in JavaScript
techweber/javascript-callback
techweber/javascript-hashmaps
Using Hashmaps in JavaScript
techweber/javascript-measure-time-to-execute-function
techweber/javascript-merge-arrays
Learn how to merge arrays and remove duplicate items
techweber/javascript-number
Learn Number in JavaScript
techweber/javascript-set
Set object in JavaScript
techweber/javascript-static-blocks
Learn about Static Blocks in JavaScript
techweber/javascript-string
Learn about String in Javascript
techweber/javascript-syntaxerror
Learn how to use SyntaxError object in JavaScript
techweber/javascript-throw-statement
This is about JavaScript Throw Statement
techweber/javascript-try-catch
Try Catch block
techweber/js-stop-using-if-else-switch-
techweber/node-js-udp
Learn how to do UDP communication between server & client computers using Node JS
techweber/node-js-usa-population
techweber/nodejs-mobile-phones
techweber/php-8-1-callable-syntax
This is a simple example from php.net on how to use callable syntax in PHP 8.1
techweber/php-8-1-enumerations
Learn how to use Enumerations in PHP 8.1
techweber/php-8-1-final-keyword
This is a simple example of final keyword usage in PHP OOPs
techweber/php-8-1-readonly-property
This is a simple example of using PHP 8.1 readonly property feature
techweber/php-advice-app
techweber/php-brazil-banks-list
Simple program to fetch list of Brazilian banks using a public api
techweber/php-chuck-norris-api
Simple program to fetch random joke about Chuck Norris each time
techweber/php-domain-expiry-checker
This utility checks whether a domain is expiring or not
techweber/php-exec
This is a simple php program which is used to execute external code
techweber/php-find-file
This is a simple program that finds a file within the given directory. Its a handy tool to have.
techweber/php-oops-what-is-a-class
This simple program showcases what is a class and an object in PHP
techweber/rabbitmq-python-hello-world
Creating RabbitMQ Send / Receive Hello World code using Python