Vincent Tommi

Vincent Tommi @vincenttommi

About: python Developer

Location:
Nairobi-Kenya
Joined:
Apr 2, 2023

Vincent Tommi
articles - 78 total

Django Interview Questions & Key Concepts – Part 6

1 💾 Which Databases Does Django Support? Django supports several databases out of the box, making it...

Learn More 0 0Jun 26

Django Interview Questions & Key Concepts – Part 5

i:What is NoSQL and Does Django Support It? 🤔 In today’s data-driven applications, flexibility and...

Learn More 1 0Jun 24

Every developers Read

How Long Does It Take to Understand the Basics of a New...

Learn More 0 0Jun 23

Why So Many Programmers Prefer Dark Mode?

If you’ve ever walked into a developer’s workspace or peeked over a programmer’s shoulder, there’s a...

Learn More 5 4Jun 16

Django Interview Questions & Key Concepts – Part 4

1 what are signals in Django? Is a mechanism that allows different parts of a software to...

Learn More 1 1Jun 13

Django Interview Questions & Key Concepts – Part 3

1 How do you create a Django-project? We can create a Django project by the help of the following ...

Learn More 1 1Jun 12

Django Interview Questions & Key Concepts – Part 2

1 What is difference between a project and an app? a project serves as the overarching container for...

Learn More 2 0Jun 9

Django Interview Questions & Key Concepts – Part 1

What is Django? Django is a high-level Python web framework that promotes clean, pragmatic design and...

Learn More 0 0Jun 8

🚀 Why Is It Important to Throttle Your API?

Throttling might sound technical, but it’s one of the simplest and most effective tools to protect...

Learn More 0 0May 21

🚦 Throttling in Django REST Framework: Step-by-Step Guide for Beginners

What is Throttling? Throttling is a technique used to control the number of requests a client can...

Learn More 0 0May 21

Why as a Back-end-engineer you should know an Operating System and it's Basics!

Is an Operating software system that manage all resources of computing devices. What are Operating...

Learn More 2 0May 19

What is Nginx ?

How NGINX Works Web Server NGINX is asynchronous and event-driven, meaning it can handle many...

Learn More 0 0May 16

What is a Web-server?

web-server is a software application that manages and serves web content efficiently, making websites...

Learn More 1 0May 15

What is a server?

What Is a Server? A server is an application or hardware device that receives and processes requests...

Learn More 0 0May 14

Categories of skills for Back-end engineers.

Beginners 1 Servers. 2 Operating System. 3 Server-side Programming Language. 4 Framework. 5 Git...

Learn More 0 0May 13

What is Back-end engineering

Back-end engineering involves creation and maintenance of server-side ,logic,database that powers a...

Learn More 0 0May 13

Encapsulation in Python

encapsulation is a method of wrapping data and functions into a single entity.Acts as a protective...

Learn More 0 0Jan 13

How to Configure ssh keys in your Git-hub Account.

Step 1: Verify Your SSH Key Check if you have an SSH key: Run: ls ~/.ssh Enter fullscreen...

Learn More 2 0Jan 8

Introduction to Django's Default User Model

By default ,Django comes with a Usermodel that includes username,email, password and etc.However,to...

Learn More 1 0Oct 25 '24

Setting Up and Exploring Django's Admin Panel

Django’s admin panel is one of the most powerful and user-friendly features for rapid development. In...

Learn More 0 0Oct 23 '24

2. Understanding Django’s Architecture: The MTV Pattern.

Django follows the MTV (Model-Template-View) pattern for web development. Here's a breakdown of each...

Learn More 3 0Oct 18 '24

Getting Started with Django: A Step-by-Step Guide

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic...

Learn More 0 0Oct 18 '24

Comments in python

comments are descriptions that help programmers to understand the functionality of the program.

Learn More 2 0Mar 8 '24

Application of Python.

Most common application of python areas are: 1 Desktop Application 2 Machine Learning 3 Database...

Learn More 0 0Mar 6 '24

what is python?.

Python is a general purpose,high-level,interpreted,object-orientated programming language used for...

Learn More 0 0Mar 6 '24

Asynchronous tasks in Django.

Definition: is the process of offloading workload from request/response cycle by executing certain...

Learn More 0 0Feb 3 '24

The easiest way to teach yourself how to Code.

Learning programming or software development can become challenging for those people who do have not...

Learn More 0 0Dec 18 '23

Application of Javascript.

Server applications -Node JS is built on Chrome's Javascript runtime for building fast and scalable...

Learn More 1 0Nov 28 '23

Reasons to learn Javascript as Web-dev.

Javascript is a MUST for students and working professionals to become great Software engineers,...

Learn More 0 0Nov 28 '23

Updating Map in Python

when the element of the dictionary is updated, the result is instantly updated in the result of the ...

Learn More 0 0Nov 7 '23