You are here |
donislawdev.com | ||
| | | |
plausible.io
|
|
| | | | Here's a look at why you should remove Google Analytics from your website and help create a more open, independent web that's more friendly to the visitors. | |
| | | |
plausible.io
|
|
| | | | As a WordPress user, you have access to countless ways to check your blog stats. Here's what you need to know about WordPress analytics. | |
| | | |
plausible.io
|
|
| | | | Replacing Google Analytics with a lightweight web analytics tool can have a significant effect on the page load time of your website. | |
| | | |
avelino.run
|
|
| | I started a new project with the name nacho, asynchronous web framework for Python 3. Our goals It was designed to work on Python 3.x Some of syntax were inspired on Tornado's syntax Tornado is the default server, but Eventlet is stable as well Templates are done by Jinja2 HTML5 as the big-main-thing Work friendly with NoSQL (otherwise we should stop talking about them) Handle asynchronous requests properly Example class MainHandler(ApplicationController): def get(self): data = {'title': 'testando lero lero'} self.render("home.html", **data) r = Routers([(r"/", MainHandler),]) |