by ray | Apr 20, 2023 | Flask, Python
Here are a few more popular Flask templates and boilerplates to help you kickstart your web application development: Flask-AppBuilder: A rapid application development framework with an integrated Admin interface, security, and support for popular databases. It offers...
by ray | Apr 20, 2023 | Flask, Python
Flask templates are generally HTML files that use Jinja2 templating language to dynamically render content. While there isn’t a definitive list of the “best” Flask templates, some popular and well-maintained template projects and boilerplates can...
by ray | Apr 20, 2023 | Django, Flask, Python
Both Flask and Django are popular Python web frameworks used to build web applications. Each of them has its own advantages and disadvantages, depending on the specific use case and the requirements of a particular project. Here’s a comparison of the two: Flask...
by ray | Apr 5, 2023 | Programming Assessment
Companies are always on the lookout for talented and experienced programmers to be part of their team. The hiring process can be challenging without the proper recruitment tools to help you assess and recruit experienced programmers. In a bid to find the right...
by ray | Mar 3, 2023 | CSS
The history For a long time, web developers have had to rely on obscure CSS tricks to embed responsive YouTube videos on their website. If you’ve ever had to do this yourself, you probably relied on a trick similar to this: .video-container { position: relative;...
by ray | Mar 3, 2023 | Ruby on Rails
Ruby on Rails provides developers with an excellent ecosystem for developing high-performing web applications. It’s reliable, fast, and supported by a huge community of talented Ruby on Rails developers. Many brands have leveraged this technology in most of their web...
by ray | Mar 2, 2023 | Gitlab
A little while back I wrote about the future of the GitLab Web IDE and our decision to rebuild the Web IDE on top of the open source VS Code project. Our goal: To make it simple for anyone and everyone to contribute, regardless of their development experience. Today,...
by ray | Jan 4, 2023 | Helm, Kubernetes
Introduction Helm is a Kubernetes deployment tool for automating creation, packaging, configuration, and deployment of applications and services to Kubernetes clusters. Kubernetes is a powerful container-orchestration system for application deployment. There are...
by ray | Jan 4, 2023 | AWS, Terraform
What is WordPress ? WordPress is a free, open-source website creation platform which requires access to database to store information. Therefore we need database to make WordPress accessible. What is Amazon RDS ? Amazon Relational Database Service (Amazon RDS) makes...