Ivo's Blog!
  • Home
  • Blog
  • Videos
  • Categories
    • Technology
    • Finance
    • Video
    • Opinion
    • Presentations
    • Books
    • Games
    • Music
  • Games
    • Tetris
    • Peg Solitaire
    • Sudoku
    • Minesweeper
    • Pong
  • Github
  • About

modern

Technology

Building a Python REST API with Flask

What is a REST API? It stands for REpresentational State Transfer. This means each unique URL is a representation of an object. It’s one of the web services that allows for data transport, other notable alternative is SOAP. It offers CRUD (Create, Read, Update, Delete) object operations via POST, PUT, Read more…

By Ivaylo Pavlov, 6 years5 years ago
Books Technology

Modern Software Development in 5 Amazing Books

This post is an evolution of Introduction to Computer Science in 5 Amazing Books. You will see a skew towards object-oriented programming towards the end of the list, which I confess to in advance. The focus is on cloud computing architecture, where you need to think about different set of Read more…

By Ivaylo Pavlov, 7 years5 years ago
 

Loading Comments...