Amine Dev

@dev5

375 Points 5 Followers

15 Posts

1 Answers

User has not added any information in their about section.

Amine Dev · 5 years ago

Sentinel Social package

IntroductionSentinel Social makes authenticating your users through social networks & third-party OAuth providers an absolute breeze.The package follows the FIG standard PSR-4 to ensure...

Amine Dev · 5 years ago

Python Classes/Objects

Python Classes/ObjectsPython is an object oriented programming language.Almost everything in Python is an object, with its properties and methods.A Class is like an object constructor, or a...

Amine Dev · 5 years ago

Python : methods of list objects

 List in pythonA list is a collection which is ordered and changeable. In Python lists are written with square brackets.

Amine Dev · 5 years ago

Ethical Hacking

Best Ethical hacking bookApprendre l attaque pour mieux se défendre  Download

Amine Dev · 5 years ago

Php vs nodejs

Almost every day there are some new technologies emerging, that are trying to change the web landscape. Server-side of the web development also is divided, there are long-standing heavy-weig...

Amine Dev · 5 years ago

JavaScript and objects

introductionWhat's an object?Think about objects in the non-programming sense, like a pen. A pen can have different ink colors, be manufactured by different people, have a different tip, and...

Amine Dev · 5 years ago

How to run a php script in background

How to run a php script in backgroundWhen we need to run some script without waiting the fronted user till the process is not completed, For that we need to execute some script in background...

Amine Dev · 5 years ago

Introduction to WebRTC

Introduction to WebRTCWebRTC stands for Web Real-Time Communication. It is an open source and free project that used to provide real-time communication to mobile applications and web browser...

Amine Dev · 5 years ago

Destructuring and parameter handling in ECMAScript 6

When using JavaScript we make a lot of use of objects and tables. It also often happens that you need some information from an object or array in variables. We can obviously do it with ES5,...

Amine Dev · 5 years ago

ECMAScript 6: the modules

As a JavaScript application begins to grow, it becomes harder and harder to organize and manage. It is therefore advisable to cut it into small functional pieces that are easier to handle an...

Amine Dev · 5 years ago

Laravel Telescope

IntroductionTelescope is a new wizard to debug a Laravel application. It gives us access to a wealth of information on the queries that enter the application, exceptions, queries to the data...
1

Amine Dev · 5 years ago

laravel -- Localisation

When creating a site it is often in a multi-language perspective. This is called internationalization (i18n) and localization (L10n). Internationalization is about preparing an application t...

Amine Dev · 5 years ago

2 easy ways to integrate WordPress social networks

In this section, we will show you two  approaches to integrating WordPress into social media. You can use a plugin,  manual method. Let's start with the simplest solution.1. Instal...

Amine Dev · 5 years ago

How to create a custom 404 error page in WordPress

How to create a custom 404 error page in WordPress404 appears when you try to visit a page that is not on the site, and most people tend to leave this page and not think about its design. Bu...

Amine Dev · 5 years ago

Introduction to Wordpress

What is Wordpress?Wordpress is a free, open source program originally designed for blogging, but is now used to manage all types of content. You can download it on your web host and edit it...

Loading More Content