CWLAU's Dev Blog
Code everything. Relax and simple.
Sunday, August 21, 2016
Google App Engine Continuous Integration with GitHub and CircleCI
›
In this blog post, I will share how to implement continuous integration with your GitHub repository for your Google App Engine application. ...
Tuesday, December 8, 2015
More details on Google App Engine os.environ attributes
›
We can use python os package in Google App Engine to obtain some useful information for the request. As mentioned, we can obtain user geolo...
Monday, November 16, 2015
10 Essential Atom Packages for Sublime Text users
›
Atom is a Text Editor published by GitHub . If you are new to development, or would like to give another editor a try, Atom is a good choic...
1 comment:
Wednesday, October 14, 2015
How to center a HTML Popup dialog with CSS
›
In order to create a CSS-only auto-centered dialog, a few steps have to be done. The first step is to add CSS position: fixed; to the tar...
Wednesday, September 9, 2015
How to obtain user geolocation with Google App Engine
›
Sometimes it is good to provide a better user experience by obtaining geolocation of a user. In Google App Engine, we can use the informatio...
1 comment:
Home
View web version