Boost your knowledge with the insights from our expert team.
Discover the architectural advantages, implementation challenges, and strategic opportunities of headless EHRs.
Launch scalable web applications faster with our Next.js FastAPI Template. Featuring full async support, end-to-end type safety, and easy Vercel deployment, this template provides everything you need for MVPs and production projects.
Celery is a great tool to run asynchronous tasks. It handles situations where you don't want to lock web requests with time consuming operations or when you want things to happen after some time or even in specific date/time in the future.
Slides from talks given during the DjangoConUS, PyBay2017 and DjangoConAU events are posted here.
Django Girls is a community that aims to bring more amazing women into the world of technology. The first edition in Recife took place in 2016.
Like any professional, we developers want to do things the right way. We want to do things the best way we possibly can. But can we?
O Django Girls é uma comunidade que promove a tecnologia e inclusão feminina, capacitando mulheres por meio de oficinas de programação gratuitas. Somos uma organização voluntária, independente e sem fins lucrativos. A primeira edição em Recife aconteceu em 2016.
Pycon is the biggest Python event in the world — check more about our talk in 2017!
Check more about our talk during PyNE 2017!
Check more about All Things Python meetup in Sunnyvale!
Discover our thoughts on DjangoCon EU 2017 and check more about our talk there.
Imagine the situation where our application has events (scheduled tasks, appointments, python conferences across the world) happening in different moments of time. Almost anything with a date attached to it.
The CSS3 Flexible Box, or Flexbox, is a layout mode providing for the arrangement of elements on a page such that the elements behave predictably when the page layout must accommodate different screen sizes and different display devices.
For those who are starting to code and wish to make open source, sometimes it is hard to start. The idea of contributing with that fancy and wonderful lib that you love can sound a little bit scary. Lucky for us many of those libs have room for whoever is willing to start.