This blog is intended to test react native. We are going to follow steps on this link We need to install react native command line utility with the follow command. We
Year: 2017
Exception Handling webapi
Handling exceptions is a tricky task, specially when you start developing wep applications. We are going to show two ways to globaly handle exceptions. The main idea of this blog
Working with strongly typed configuration in .Net Core
Since .net core appeared we have change the way we work with settings. Nowadays web.config no longer exists so we have to work with json files. There are many ways
Using Angular 2 + Webpack
What is Webpack? “webpack is a module loader” that “takes modules with dependencies and generates static assets”. Additionally, it provides a plugin system and methods for processing files. for more
Messaging services with nodejs Part 2
Well, finally we made the second part of Messaging services with nodejs, that you have been waiting for. For this part, we will take a look con request / replay
Social Media: 5 Tips for Small Businesses Just Getting Started – Part 2
After reading the first 5 tips you are no longer a “noob” (If you have not read the first part we recommend you to check it out). IN ADDITION, to
Liquid or fluid design vs Responsive design?
I’m sure you have all heard about these terms. When It comes to web design, these are big decisions we have to make when starting to build the site. Wether
Messaging services with nodejs Part 1
Get to know how to use messaging services using nodejs. If you aren’t familiar with nodejs, I suggest that to read our post about first step with nodeJs. In this blog post
Social Media: 5 Tips for Small Businesses Just Getting Started
Whether you’re at an early-stage startup or a small- to medium-sized business that is new to the social media game, there’s one thing you should know: It’s okay to start
Start working with service-workers
Hello friends! Long time no see! I’ve wanted to write a post on service workers for a long time now, that’s why i will share my personal experience with them.