Today I want to show you how to set up Magento on your Windows machine via XAMP. 1. Download and install XAMP 2. Create database for Magento 3. Download and Setup Magento 4. Deploy static content What is XAMP? XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP and Perl. The…Continue Reading “Magento 2 – How to setup Magento with XAMP on Windows”
I do have a side project running there I developed a Node.js backend and came accross private routes. My implementation in the backend works like a charm. So I asked myself if there is any possibility in Angular to do the same thing with router links. There is and it called Rotuer Guards. Let´s dive…Continue Reading “Angular 6 – Implement Auth Guard to your project”
I wanted to publish my project to the web, messed arround with github pages for like 4 hours and still did not manage to deploy my Angular 6 app on Github. So I searched for other possibilties and found firebase. With firebase it worked in 10 minutes later. So I decided to leave a tutorial…Continue Reading “Deploy your Angular 6 app into the Web with Firebase”
You look at someone´s other code and aks yourself how the fuck am I supposed to understand what he is doing with all those Promises chaning. You wonder how can that be done better and most of all better to read but also understand. Async/Await is here to save the day for you. Async/Await is…Continue Reading “Stop Promise chaning with async/await”
So in my course about nodejs I´m working with MongoDB. So I decided to documented my new knowledge here. In this post, I´ll provide an overview of MongoDB and some of its key features. What is MongoDB ? It is a document-oriented database, not a relational one. Non relational means it does not store data…Continue Reading “Fundamentals of MongoDB”
Facebook Twitter Xing Linkedin Instagram Youtube In this blog post I´m going to show you how to test NodeJs code with the Third Party Modules expect and supertest and mocha asynchronous calls. No worries if you are new to javascript, I´m too but I enjoy learning all area´s of javascript so far. Recently I wrote…Continue Reading “Testing NodeJs code with Expect/Supertest”
In this blog post I´d like to tell you what I learned in the course I´m taking about NodeJS. I decided to document every Section what I learned. In section 3 of my NodeJS course I came accross Promises in javascript, I´d like to know more about Promises. So I decided to write a blog…Continue Reading “Understanding Promises in Javascript”
In this blog post I´d like to tell you what I learned in the course I´m taking about NodeJS. I decided to document every Section what I learned. This Section is dedicated to Asynchronous Node.js. Let´s start of by learning more about the synchronous and asynchronous operations in NodeJs. 1. Synchrounous and Aysnchronous operations 2. What…Continue Reading “Aysnchronous Operations – Call Stack – Promises in NodeJs”
In this blog post I´d like to tell you what I learned in the course I´m taking about NodeJS. I decided to document every Section what I learned. This Section is dedicated to the Fundamentals about NodeJs and Javascript. Let´s start of by learning more about Require. Require does three things: It loads modules that come…Continue Reading “Fundamentals of NodeJs”
I recently started a new course about learning NodeJs on Udemy so I decided to document the things I learn in this course. All Credits are going to Andrew. This is going to be a new blog series about NodeJs. A few weeks ago I already wrote a blog post about NodeJs and what it…Continue Reading “Why you should use NodeJs”