• 15 Nov 2020

    How to reload animation when scroll in?

    For this tutorial we’ll be using some JavaScript. The idea is to check when the page is scrolled, for any special elements we want to animate. If any of these special elements are visible, we can give them a special class and use CSS to animate or transition them into view.

    To do this we’ll need two things. We’ll need the JavaScript to detect and add a class when one of these elements is visible, and we’ll need to set up before and after styles on the elements.

  • 15 Nov 2020

    Understand Restful API in 10 minutes?

    Nếu bạn đã từng nghe rất nhiều lần về Restful API và cố gắng tìm hiểu nó nhưng khó có thể hiểu được cặn kẽ, hãy nghiên cứu series này và bạn có thể tìm ra một thứ gọi là chân lý. trong series này tôi sẽ chỉ cho bạn về tất tần tật các khái niệm theo cách dễ hiểu nhất và chia sẻ các kinh nghiệm, ví dụ khi thiết kế 1 Restful API.

  • 05 Nov 2020

    WordPress on Amazon EC2???

    You will director install your Wordpress to ec2 with Ubuntu 18.04 instance with Apache2 web server, PHP 7.2 and MySQL server. WordPress is open-source software and most popular CMS (content management system) platform used by many developers and entrepreneurs around the world to run their blogs and fully functioning websites.

  • 20 Oct 2020

    Deploy project with capistrano, nginx and passenger

    Know to deploy with capistrano, nginx and passenger