Close

(02) Software, Yazılım

It is all about software applications and software development.

Beyond MicroGrids: Bringing Delivery to Berlin

Parcel Shuttle radically lowers travel distance for deliveries, slashes distribution times by 25%, and reduces its carbon footprint with Google Maps Platform.

Parcel Shuttle: Bringing green delivery to Berlin and beyond with intelligent microgrids Parcel Shuttle radically lowers delivery travel distance, slashes distribution times by 25%, and reduces its carbon footprint with the Google Maps Platform. In Berlin’s urban bustle, delivery vans are as ever-present as the city’s famed street art and […]

Devamını Oku

Structural Design Patterns in Python: A Guide to Flexible and Reusable Code

Structural Design Patterns in Python: A Guide to Flexible and Reusable Code

Learn how to use Structural Design Patterns to create code that is easy to understand and maintain. Structural Design Patterns are a way to create code that is easy to understand and maintain. They provide a way to assemble objects into complex, easy-to-understand, and maintained structures. There are five main […]

Devamını Oku

Creational Design Patterns in Python: A Guide to Reusable Object Creation

Creational Design Patterns in Python: A Guide to Reusable Object Creation

Learn how to use creational design patterns to create objects more flexibly and reusable. Creational design patterns are a way to create objects more flexibly and reusable. They provide a way to decouple the creation of objects from their use, which makes it easier to create and manage objects, and […]

Devamını Oku

Design Patterns: A Guide to Reusable Software Solutions

Design Patterns: A Guide to Reusable Software Solutions

Learn how to use design patterns to write better, more maintainable code Design patterns are reusable solutions to common software design problems. They provide a shared vocabulary for discussing design problems and answers and can help you write better, more maintainable code. What are Design Patterns? A design pattern is […]

Devamını Oku

DevOps: A New Approach to Software Development

DevOps: A New Approach to Software Development

How to improve software development by breaking down silos and automating processes DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). DevOps aims to shorten the systems development life cycle and provide continuous delivery with high quality. Overview of DevOps Philosophy DevOps is based […]

Devamını Oku

What Is The GeoJSON Format?

GeoJSON

GeoJSON is an open standard format designed to represent simple geographical features and their non-spatial attributes. It is based on the JSON format. The features include points (therefore addresses and locations), line strings (therefore streets, highways, and boundaries), polygons (countries, provinces, tracts of land), and multi-part collections of these types. GeoJSON features need not represent entities of the physical […]

Devamını Oku

GeoJSON Decoded: Harnessing the Power of Spatial Data in a Modern Format

GeoJSON

Internet Engineering Task Force (IETF) H. Butler Request for Comments: 7946 Hobu Inc. Category: Standards Track M. Daly ISSN: 2070-1721 Cadcorp A. Doyle S. Gillies Mapbox S. Hagen T. Schaub Planet Labs August 2016 The GeoJSON Format Abstract GeoJSON is a geospatial data interchange format based on JavaScript Object Notation […]

Devamını Oku

Python Cerberus – A neat and readable way to validate attributes of a dictionary

Python Cerberus – A neat and readable way to validate attributes of a dictionary

Do Not Use If-Else For Validating Data Objects In Python Anymore In Python, it is common to use if-else statements to validate data objects. However, this can be error-prone and difficult to maintain. Cerberus is a Python library that provides a more elegant and efficient way to validate data objects. […]

Devamını Oku