Technology Blog

Look deep into latest news and innovations happening in the Tech industry with our highly informational blog.

Quickly create real Angular prototypes without writing code.

Designers put a lot of time into designing components and features for their products, however there often still remains a gap between a designer’s vision and a developer’s reality. We want to change that… soon While a public launch is
Read More
Typescript_interface

Understanding TypeScript interfaces

An interface is a programming feature that helps to define the expected structure of an object allowing that to serve as a contract of sorts for the class where it is implemented. That helps explain the concept but how does
Read More
evently_action-filter-fi

Eventy: WordPress-like Actions and Filters for Laravel

Eventy is a Laravel package by Tor Morten Jensen that brings WordPress-style actions and filters to your Laravel app.   This package has a lightweight API and makes it easy to build an action and filter system as found in
Read More
Socket.io-WebSockets_handle

Socket.io – easy way to handle WebSockets

The era of static websites has passed. Now users demand dynamic content and application like look and feel. Instead of constantly reloading the page and hitting F5, the page should adjust itself automatically. Many of this can be accomplished with
Read More
React_context_api

React Context API  –  A Replacement for Redux?

React Context API — What is it? With React is urging us to migrate to the new Context API. Context provides a way to pass data through the component tree without having to pass props down manually at every level.
Read More
Python ModelForm

Creating Dynamic Forms with Django

What is a dynamic form and why would you want one? Usually, you know what a form is going to look like when you build it. You know how many fields it has, what types they are, and how they’re
Read More
angular6_features

Angular 6 is just released!

The 6.0.0 release of Angular was published before the last week. This is a major release focused less on the underlying framework, and more on the toolchain and on making it easier to move quickly with Angular in the future.
Read More
ionic_skeleton_screen

Improved Perceived Performance with Skeleton Screens

When building an app, you’re always making sure that you are doing everything correctly from a technical perspective to ensure great performance. But another, often ignored part of performance is called perceived performance. Perceived performance is how fast an action
Read More
laravel_vuepress

VuePress: A Vue-powered Static Site Generator

VuePress is a minimalistic Vue-powered static site generator from Evan You, the creator of Vue.js. It was built to support the documentation needs of Vue’s projects. By default, the generated theme comes optimized for technical documentation. VuePress sites are an
Read More
AngularFire FireBase

File uploads come to AngularFire

Cloud Storage for Firebase is a serverless way to upload and download binary files straight from the browser. As of today, it’s officially supported by AngularFire. Adding AngularFire to your app allows you to easily and securely manage a Cloud
Read More