It’s not like digital education suddenly happened when 2020 rolled around. The steady rise of digital education over the past decade was changing the way kids learn long before COVID-19 raised its...
Generating PDFs with AWS Lambda
There are services that offer to turn your HTML into PDFs, but if you don't want another bill, and the risk of outsourcing vital functionality, you can set up the tools for creating PDFs from HTML.
Top 5 Ways to Deliver Total Quality Focus to your Team
You've secured agreement and buy in from all stakeholders. You've got people excited about giving their best and receiving your best. You're scared out of your mind because things are about to...
Improve Django’s Admin Interface Using Inlines
Improve Django’s Admin Interface using Inlines
JBS Custom Software Solutions Becomes a Member of the Amazon Web Services (AWS) Public Sector Partner Program
JBS is pleased to announce today it achieved member status in the Amazon Web Services (AWS) Public Sector Partner Program
React Embedded in Django Forms
One technique we have found to accelerate our project development lifecycle is balancing the use of Django forms/views and React. React is a great front-end tool, but React forms are not quick...
Application Logging with Watchtower and CloudWatch Logs
Centralized logging systems are vital in cloud-based architectures due to their inherent ephemeral nature. Whether using auto-scaling instances or serverless computing resources ...
Deep Linking in iOS 14
With the release of iOS 14, companies like Branch and Facebook sounded the alarm with respect to IDFA changes. These changes gave users much more control...
Writing Self-Documenting Code & Good Code Commenting Practices
We all know that writing good code that is efficient, stable and secure can be a challenging task. Because of this, as developers, we are tempted to put things like comments, documentation and ...