Skip to content
Avatar
🍻
Cheers
🍻
Cheers

Highlights

  • Arctic Code Vault Contributor

Organizations

@celery @sanic-org @the-benchmarker
ahopkins/README.md
class Adam:

	def __init__(self):
		self.work = PacketFabric("Lead Sr. Software Engineer")
		self.oss = Sanic("Core Maintainer")
		self.home = Israel("Negev")

	async def run(self, inputs: Union[Pretzels, Coffee]) -> None:
		while True:
			await self.work.do(inputs)
			await self.oss.do(inputs)
		
	def sleep(self):
		raise NotImplementedError

Pinned

  1. Async Python 3.7+ web server/framework | Build fast. Run fast.

    Python 14.7k 1.3k

  2. Authentication, JWT, and permission scoping for Sanic

    Python 189 34

  3. Abstract specification for the use of structured scopes in permission granting utilities.

    CSS 5

  4. A fast ordered NoSQL database.

    Rust 4

  5. Dgraph to Python object mapper, and schema generator

    Python 14 2

  6. 1
    import json
    2
    import random
    3
    import string
    4
    from functools import partial
    5
    
                  

640 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

March 2021

Created a pull request in sanic-org/sanic-guide that received 18 comments

Changes to make docs ready for 21.3 launch

This adds the documentation needed to get the docs ready for the 21.3 launch. I anticipate some more commits once the last few PRs are approved and…

+2,971 −258 18 comments
Opened 10 other pull requests in 3 repositories

Created an issue in sanic-org/sanic that received 2 comments

RFC: Change default branch to main

There is a general movement in open source to move away from master, and rename it main. GitHub has done this and is making it the default for new …

2 comments
Opened 7 other issues in 3 repositories
1 contribution in private repositories Mar 11

Seeing something unexpected? Take a look at the GitHub profile guide.