Home » Posts tagged "API"

Why You Should Create Grids With PostCSS-Ant ?

postcss-ant

This article will show you how to use PostCSS function to help you create the grid system you’ve always wanted. Flexbox is a great tool for reducing CSS bloat, and has some sugar built in to deal with things like source order and alignment. But it doesn’t offer...

Build A Progressive Web App Using Service Workers

pwa-app-reddit-latest-post

Native mobile applications have set a high benchmark for the web by providing a rich and reliable internet experience for users. However, in terms of discoverability, the web has been the undefeated leader for over a decade now. With more and more browser vendors showing...

How to Integrate Payments with Stripe API

Stripe API payment gate

E-Commerce is huge, and everywhere, no retailer from before the time of the web hasn’t either felt its impact or been gobbled up by web-born goliaths that have adopted their business models for the internet era. E-commerce is also hard, sure, you pay for things...

Forensics Analysis of SQLite Database

SQL Forensic Explorer

SQLite has become the most used database for different applications. The session given below enlightens about the SQLite database forensics in details and has mentioned about the easy ways for one to search on the SQLite database. Database stores structured data and the most used...

CrossOver to support DirectX 11

Crossover Linux

No word about Windows 10’s DirectX12, however CodeWeavers, the company behind commercial Windows compatibility wrapper CrossOver, has announced that support for the current generation DirectX 11 application programming interface (API) is due in the near future. Allowing Linux users to run software, typically games, designed...

Brief History of Computer Graphics

Donkey Kong arcade game

Although the term “computer graphics” itself was coined in 1960 by William Fetter, a designer at Boeing, to describe his own job, the field can be said to have first arrived with the publication in 1963 of Ivan Sutherland’s Sketchpad program, as part of his...

Connect your apps to iTunes Search API

Swift Program iTunes Search API

In this tutorial, you will know how to connect to the iTunes search API using Swift, download the JSON results, and parse them to the dictionaries. This information will then be used to populate the table views. A click event will then be added to...