Jstutorials's Posts
Nairaland Forum › Jstutorials's Profile › Jstutorials's Posts
1 (of 1 pages)
This tutorial help to understand arrow function of EcmaScript 6.The arrow function is an anonymous function, that does not have function and return keyword. The declaration of a classic function expressions in js, that required to define method name followed by function keyword, the function optional to return the value. https://www.es6tutorials.com/javascript-arrow-function/ |
The WebSocket help to create realtime application, A real-time application allows information to be received as soon as it is published, rather than requiring a source to be checked periodically for updates. https://www.js-tutorials.com/angularjs-tutorial/websocket-integration-with-angularjs/ |
This laravel 5.8 tutorial help to create multilingual web application.We will create different languages messages and display to user based on selected locale information.We will create application that help to serve fr(France) and en(English) languages message.The default laravel language is english(en), Although not everyone speaks or understands English and many countries have more than one official language. https://www.phpflow.com/php/how-to-implement-localization-in-laravel-5-8/ |
Today topic is WebSocket example with nodejs. WebSocket help to communicate the servers with clients in async manner.The server and client can communicate and exchange data at the same time. https://www.js-tutorials.com/nodejs-tutorial/simple-websocket-example-with-nodejs/ |
This is another laravel tutorial for seeding fake data using factory.We will generate dummy data using model and seed them into db. https://www.phpflow.com/php/generating-fake-data-in-laravel-5-8-laravel-seeding/ |
jQuery Autocomplete is very common functionality in now days for auto fill data, Each and every website using autocomplete suggestion on select html box. https://www.js-tutorials.com/jquery-tutorials/simple-example-jquery-autocomplete/ |
This tutorial help to encrypt and decrypt string using cryptojs and php. Cryptojs is very popular library which is used to convert string data into encrypted text and vise versa. https://www.phpflow.com/php/encrypt-javascript-decrypt-string-php-using-aes-cryptojs/ |
We will implement Twilio rest api to send message using python 3.The Twilio is providing Cloud communications platform for building SMS, Voice & Messaging.You can building and send SMS, Voice & Messaging via globally available cloud API. https://www.restapiexample.com/python/how-to-consume-twilio-rest-api-using-python3/ |
the application area is front-end, you an use this method for any web application which are using javascript. |
This php tutorial help to create sign-in and sign-out functionality using LinkedIn rest API.Its very common functionality to get user profile information from linked-in account. https://www.phpflow.com/php/linkedin-login-using-rest-api-and-php/ |
This is another JavaScript tutorials that help to split string.The JavaScript have a split() method to break the string into array.We will create different scenario to split string into array using javascript. https://www.js-tutorials.com/javascript-tutorial/javascript-string-split-example-using-split-method/ |
This php tutorial help to add an element or array of elements into an array.The php has number of methods and ways to add element into an array. https://www.phpflow.com/php/how-to-add-elements-to-an-array-in-php/ |
This tutorial help to understand JavaScript forEach() method with working example. You can use this method on Arrays, Maps, and Sets datatype. The forEach() method executes a provided function once for each array element.You can pass a method/callback or write logic with in foreach method.The forEach() does not execute the function for empty array or without elements array. https://www.js-tutorials.com/javascript-tutorial/javascript-foreach-example-demo/ |
I am parvez from india .I am writing one front-end development blog from last 3 years. This blog is have all about javascript, angularjs, Angular2/ Angular4/Angular6 and reactjs. You can get usable and tested code of front-end framework.I am also sharing code for nodejs, javascript,HTML, CSS and jQuery. My Blog name is js-tutorials and web blog URL is https://www.js-tutorials.com. |
1 (of 1 pages)