Tech Laravel: Database Management with Eloquent ORM

Laravel: Database Management with Eloquent ORM

Introduction In Laravel, we have several ways to work with a database. One of them is using raw SQL queries and commands via the query builder. The other way is using Eloquent ORM. Eloquent ORM is more common in everyday tasks since it simplifies our life and saves our time in the most basic things …

Read Article Read More

Tech How to Scrape Amazon Reviews with Scrapy

How to Scrape Amazon Reviews with Scrapy

  Introduction to Scrapy Scrapy is a powerful Python-based web crawling framework that helps a developer to define how one or more websites can be scrapped. Scrappy uses crawlers called Spiders, which can extract, process, and save the data. Since Scrapy is built on Twisted, an asynchronous networking framework, its performance is extremely fast due …

Read Article Read More

Tech Corner 7 New JavaScript ES6+ Array Methods Every Developer Should Know

7 New JavaScript ES6+ Array Methods Every Developer Should Know

  ECMAScript 6, also called ES6 or ECMAScript 2015, is a specification standard that introduced some new exciting features to the JavaScript programming language intended to make your code more modern, readable, and versatile—especially when building large-scale applications. Apart from ES6, which was introduced in 2015, other specifications of the standard have continuously been released …

Read Article Read More

Tech Corner Server OAuth2 with Laravel Passport

Server OAuth2 with Laravel Passport

If you have tried to create an OAuth server you will know that it can be quite complex. To simplify this problem, you can use the Laravel’s Passport library, which allows you to set up an Oauth2 server in your application in a simple and very fast way. Assuming you have the basic notions of …

Read Article Read More

Tech Corner Exploring Angular Reactive Module

Exploring Angular Reactive Module

Introduction ———– Forms are probably the most crucial aspect of a enterprise web application. Forms is the component where we get the majority of our rich data input from users. There are two different approaches to build forms in Angular. The first category are the template-driven forms. Using this method, you first create html-input-elements and …

Read Article Read More

Tech Corner Cleaner Centralized State Management in Vue with Vuex Modules

Cleaner Centralized State Management in Vue with Vuex Modules

Vuex, the official state manager for Vue applications, comes up with many nice features that help us to organizing our projects. One of them, on which we will focus in this article, are the __Vuex Modules__. Vuex modules allow us to divide our store into modules, each of which with its own state, mutations, actions, …

Read Article Read More

HR Metrics 5 productivity tools for recruiters

5 productivity tools for recruiters

According to the Gartner CIO Agenda Report, 66% of CIOs believe that there is talent crisis in the world… yet there is surprisingly little talent innovation. This is further aggravated by the emerging digital skills that companies will need to compete. As companies invest in areas such as analytics, the Internet of Things and cloud …

Read Article Read More

Tech Meritocracy and Fintastico strengthen their partnership

Meritocracy and Fintastico strengthen their partnership

&  Meritocracy, together with Fintastico, the “TripAdvisor” of financial services, in April 2018 started a partnership with the aim of increasing the visibility of the new Fintech industry plus to foster the development of a new corporate culture that can attract talents who can endure the new challenges imposed by the traditional financial sector. This …

Read Article Read More

Tech 8 jobs that will be in demand in 2019

8 jobs that will be in demand in 2019

What are your resolutions for 2019? Are you looking for a new job opportunity? Are you aspiring to change your career path? Based on the work we’ve done this year and what recruiters have shared with us, here are 8 jobs whose demand will increase sharply in 2019. Be prepared for the future! Start learning …

Read Article Read More