₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,009 members, 8,419,904 topics. Date: Thursday, 04 June 2026 at 07:05 AM

Toggle theme

Jstutorials's Posts

Nairaland ForumJstutorials's ProfileJstutorials's Posts

1 (of 1 pages)

ProgrammingJavascript Arrow Function by jstutorials(op): 2:48pm On Oct 08, 2019
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/
ProgrammingWebsocket Integration With Angularjs by jstutorials(op): 3:26pm On Apr 13, 2019
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/
ProgrammingHow To Implement Localization In Laravel 5.8 by jstutorials(op): 3:17pm On Apr 13, 2019
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/
ProgrammingSimple Websocket Example With Nodejs by jstutorials(op): 3:43pm On Apr 07, 2019
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/
ProgrammingGenerating Fake Data In Laravel 5.8 | Laravel Seeding by jstutorials(op): 2:02pm On Apr 06, 2019
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/
ProgrammingSimple Example Of Jquery Autocomplete by jstutorials(op): 7:01pm On Apr 05, 2019
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/
ProgrammingHow To Encrypt In Javascript And Decrypt String In PHP Using AES And Cryptojs by jstutorials(op): 6:23pm On Apr 05, 2019
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/
ProgrammingHow To Consume Twilio Rest API Using Python3 by jstutorials(op): 7:00pm On Mar 26, 2019
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/
ProgrammingRe: Javascript String Split Example Using Split() Method by jstutorials(op): 2:52am On Mar 26, 2019
the application area is front-end, you an use this method for any web application which are using javascript.
ProgrammingLinkedin Oauth2.0 Authentication Using Rest API And PHP by jstutorials(op): 2:50am On Mar 26, 2019
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/
ProgrammingJavascript String Split Example Using Split() Method by jstutorials(op): 7:38pm On Mar 21, 2019
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/
ProgrammingHow To Add Elements To An Array In PHP? by jstutorials(op): 6:35am On Feb 24, 2019
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/
ProgrammingJavascript Foreach Example & Demo by jstutorials(op): 4:36pm On Jan 20, 2019
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/
ProgrammingRe: New Web Development Tutorials Blog by jstutorials: 4:46am On Dec 25, 2018
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)