Data Blogger
  • Categories
    • Do-It-Yourself
    • Technology
    • Web Technology
    • Data Science
    • Software Science
    • Mathematics
    • Personal Projects
  • Write for us!

Web Technology

This category contains posts about web technology.

Upload proces.

Convert a WordPress site to a static website hosted on AWS S3

May 30, 2018June 16, 2018 Kevin Jacobs Leave a comment

In this tutorial, I will show you how you can convert your WordPress website to a static website and how you can host it on AWS S3.

(more…)

Read More

Serverless.

Making a Serverless Website

May 11, 2018June 16, 2018 Kevin Jacobs Leave a comment

In this blog post you will learn how you can turn your website into a serverless website.

(more…)

Read More

Tic-Tac-Toe.

Building a Tic-Tac-Toe web-app in this Webpack tutorial and Babel tutorial

April 7, 2017November 17, 2017 Kevin Jacobs 2 Comments

In this Webpack tutorial, Babel tutorial, React and Redux tutorial, you will learn how to build a modern web game and you will learn the basics of Webpack, Babel, React and Redux. The resulting repository is found here.

(more…)

Read More

Lots of love.

Django and Elastic Beanstalk, a perfect combination

November 28, 2016November 23, 2017 Kevin Jacobs Leave a comment

This post gives a minimum working example such that you can launch your Django application on Amazon servers using Elastic Beanstalk. The only things you need is a Django application, Python 3 and an Amazon account. Before we start, make sure you have installed the Amazon CLI. Let’s start!

(more…)

Read More