Ở bài trước, mình đã giới thiệu với các bạn về VueJS và làm quen với VueJS .Trong bài này, mình sẽ nói sâu hơn về binding data – ràng buộc dữ liệu trong VueJS. Chúng ta đã học được cách hiển thị dữ liệu trong...
Học VueJS – Data binding – Bài 2

The SEPTENI TECHNOLOGY Blog
Ở bài trước, mình đã giới thiệu với các bạn về VueJS và làm quen với VueJS .Trong bài này, mình sẽ nói sâu hơn về binding data – ràng buộc dữ liệu trong VueJS. Chúng ta đã học được cách hiển thị dữ liệu trong...
Trong bài trước, mình đã giới thiệu về VueJS và các đặc tính nổi bật của nó. Trong bài này, mình sẽ hướng dẫn các bạn làm quen với VueJS qua việc tạo 1 ứng dụng VueJS đơn giản. Mình sẽ sử dụng 1 trang...
Giới thiệu Vue.js(phát âm là /vjuː/, giống như view trong tiếng Anh) được tạo bởi một nhân viên cũ của Google là Evan You. Phiên bản đầu tiên được phát hành vào tháng 2 năm 2014, phiên bản mới nhất tại thời điểm viết bài...
As a PHP developer, it’s quite hard to transform into Scala for me. Scala syntaxes, styles look very strange.. It’s costs me a day to handle parameters from html form to server. “It is the first step that costs” – they said 🙂 I think the best way to...
At part 1, i’ve introduced about 2 methods of XSS, they’re Parameter Tampering, Cross-Site Request Forgery (CSRF). In this part, i will show you 2 more mthods of XSS: Path Traversal, Remote File Inclusion, SQL Injection 1. Path Traversal Assume there’s a script to print the contents of a...
“Cross-site scripting (XSS) is a type of computer security vulnerability typically found in Web applications. XSS enables attackers to inject client-side script into Web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypassaccess controls such as the same origin policy”.XSS now as the most popular method to attacking websites by...
In this article i will show you first look at AngularJS by create an simple Comment box Application. To knowing what is AngularJS, let’s take a look at wiki: AngularJS is an open-source web application framework, maintained by Google and community, that assists with creating single-page applications, one-page web applications that only require HTML, CSS,...
In this post, i will show you how to create a simple PHP rss crawler system using cURL, Google feed API and phpquery. What’s phpquery? phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library. Great,...
Node.js is the most popular platform to build real-time applications that run across distributed devices. In this article, i will show you how to build a simple notification system using socket.io. socket.io is amazing library that allows us to use real-time technologies within every browsers...
What is Redis? Redis, standing for REmote DIctionary Server is a NoSQL databases Server. Written in ANSI C by Salvatore Sanfilippo in early 2009 and quickly become the most popular key-value store. Similar to Memcache, Redis has in-memory key/value store but with extra features like:...