Explore >> Select a destination


You are here

blog.pamelafox.org
| | avelino.run
14.7 parsecs away

Travel
| | 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),])
| | www.mattlayman.com
11.2 parsecs away

Travel
| | I switched my website from a custom made tool, handroll, to a very popular static site generator, Hugo. Why would someone switch from something tailor-made to a different tool? I explore what I've learned from going my own way for many years.
| | dougseven.com
12.3 parsecs away

Travel
| | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension...
| | initialcommit.com
24.2 parsecs away

Travel
| In this article, we'll discuss how to set up and configure Amazon Web Services (AWS) Elastic Beanstalk to host Spring Boot applications.