Category: Development
Posts of Category: Development
  1. Redis Queues & Redis Queue Dashboards for Python API Development

    Introduction The in-memory data store - Redis is extensively used by developers as a database, cache layer, to manage job queues, and more. It comes in handy when you are building APIs with a job queue mechanis...Learn More
    PythonDevelopmentAPIredistool
  2. Vim for Python Development

    Vim for Python Development What is Vim? Vim is a powerful text editor that belongs to one of the default components on every Linux distribution, as well as Mac OSX. Vim follows its own concept of usage, causing...Learn More
    PythonDevelopmentvim
  3. Using Risk Management and Mitigation in Web Development

    **Using Risk Management and Mitigation in Web Development** Introduction Customers and key stakeholders place a lot of trust in the reliability of your web application. They trust that their data is secure from...Learn More
    DevelopmentWebsitemanagement
  4. Python GUI Development with Tkinter: Part 2

    Python GUI Development with Tkinter: Part 2 This is the second installment of our multi-part series on developing GUIs in Python using Tkinter. Check out the links below for the other parts to this series: Pyt...Learn More
    PythonDevelopmentguitkinter
  5. Python GUI Development with Tkinter

    Python GUI Development with Tkinter This is the first installment of our multi-part series on developing GUIs in Python using Tkinter. Check out the links below for the next parts to this series: Python GUI De...Learn More
    PythonDevelopmentguitkinter
  6. Python GUI Development with Tkinter: Part 3

    Python GUI Development with Tkinter: Part 3 This is the third installment of our multi-part series on developing GUIs in Python using Tkinter. Check out the links below for the other parts to this series: Pyth...Learn More
    PythonDevelopmentguitkinter
  7. Asynchronous Python for Web Development

    Asynchronous Python for Web Development Asynchronous programming is well suited for tasks that include reading and writing files frequently or sending data back and forth from a server. Asynchronous programs pe...Learn More
    PythonDevelopmentWebsiteasynchronous
  8. Test Driven Development with pytest

    Test Driven Development with pytest Introduction Good software is tested software. Testing our code can help us catch bugs or unwanted behavior. Test Driven Development (TDD) is a software development practice ...Learn More
    PythonDevelopmenttestingsoftware development
  9. Test-Driven Development for Spring Boot APIs

    Test-Driven Development for Spring Boot APIs Introduction With the rise in adoption of smartphones in the world currently, there has been an influx of mobile applications to achieve a wide variety of tasks. Som...Learn More
    DevelopmentJavaAPISpringSpring Boot
  10. Serverless Python Application Development with AWS Chalice

    Serverless Python Application Development with AWS Chalice Introduction In software development, we are constantly building solutions for end-users that solve a particular problem or ease/automate a certain pro...Learn More
    PythonDevelopmentawslambdaserverless
  11. A Brief Look at Web Development in Python

    A Brief Look at Web Development in Python Introduction Since 2003, Python has ranked in the top 10 programming languages to learn and its ranking has been consistently improving ever since. According to a stati...Learn More
    PythonDevelopmentWebsiteDjangoflask
  12. Factors to Consider Before Developing An On-demand Streaming Platform

    **Factors to Consider Before Developing An On-demand Streaming Platform** Streaming services and streaming various contents is now a crucial part of life. So how can you get a piece of the action? Here we are g...Learn More
    Development