Weiter Zurück

Modular Application Architecture - Intro - Asmir Mustafic

Zitat: To make our application modular we have to carefully decide what modules should be able to do, how will communicate with the application and how will expose their functionalities. When implementing a plug-in/modular system we have to consider which part of application behavior a module will be allowed to change and in which measure.

Brettspiele und Games: Die Kunst, das Feeling des Spiels einzufangen - Golem.de

Zitat: Zu jedem Brettspiel eine App und zu jedem Game eine Version für den Wohnzimmertisch: Statt Brettspiele zu verdrängen, haben Computerspiele das Genre bereichert - und spannende neue Formate inspiriert.

Firefox 57: Firebug wird nicht mehr weiterentwickelt - Golem.de

Zitat: Die Macher von Firebug verabschieden sich von ihrem Tool. Mit Firefox 57 endet die Unterstützung für alte Addons, deswegen wird das Werkzeug nicht mehr weiterentwickelt. Die Funktionen sind aber heute in den Developer-Tools bereits enthalten.

The Story Behind Mass Effect: Andromeda's Troubled Five-Year Development | Kotaku

Zitat: Why was Andromeda so much worse than its predecessors? How could the revered RPG studio release such an underwhelming game? And, even if the problems were a little exaggerated by the internet’s strange passion for hating BioWare, how could Andromeda ship with so many animation issues?

Rainbow Six: Siege - So löst Ubisoft den Peeker's Advantage - GameStar

Zitat: Grundsätzlich sieht der Verteidiger den Angreifer erst, wenn die Spielinformation vom PC des Angreifers zum Server und von dort zum Verteidiger übermittelt wurde. Dann kann es aber schon zu spät sein, wenn der Angreifer auf seinem Bildschirm bereits das Feuer eröffnet, während der Verteidiger auf seinem PC noch gar keinen Gegner sieht.

Depublizierung: 7-Tage-Löschfrist für ARD und ZDF im Internet fällt weg - Golem.de

Zitat: Die Siebentagefrist für Online-Inhalte der öffentlich-rechtlichen Sender soll wegfallen. Die Regierungschefs der Länder sind sich einig.

FAA: CNN-Drohne darf über Menschen fliegen - Golem.de

Zitat: Die US-Luftfahrtbehörde FAA erlaubt dem US-Fernsehsender CNN, mit einer Kameradrohne über Menschen zu fliegen. Damit erteilt die Behörde eine generelle Ausnahmegenehmigung zu den 2016 eingeführten Regeln für Drohnen.

Ubuntu 17.10 im Test: Unity ist tot, lange lebe Unity! - Golem.de

Zitat: Mit der aktuellen Version 17.10 alias Artful Aardvark kehrt Ubuntu zu Gnome und dem Rest der Linux-Desktop-Community zurück. Dabei gibt sich das Team sichtlich Mühe, die Unity-Optik irgendwie zu erhalten. Nur schade, dass einige Funktionen wegfallen.

What you need to know about environment variables with PHP | JoliCode

Zitat: Environment variables for configuration are today’s best practice for application setup – database credentials, API Keys, secrets and everything varying between deploys are now exposed to the code via the environment, instead of configuration files or worse, directly hard-coded.

scobel: Das große Artensterben - ZDFmediathek

Zitat: Wir stehen vor dem nächsten großen, dem sechsten, Massensterben. Ist das von Menschenhand gemacht? Kann man daran noch etwas ändern? Gert Scobel diskutiert mit seinen Gästen. (Video: 58:36 Min.)

The PhpStorm plugins of my choice | Alejandro Celaya

  • .env
  • .ignore
  • BashSupport
  • CodeGlance
  • PHP Annotations
  • PHP composer.json support
  • Php Inspections (EA Extended)
  • PHPUnit Enhancement
  • Swagger plugin

Monster Hunter Was? - Das sollte man als PC-Spieler wissen | GameStar

Zitat: Monster Hunter ist eine Reihe von Action-Rollenspielen aus Japan. Teil 1 erschien erstmals 2004 in Japan für die Playstation 2 und zog zumindest im asiatischen Raum eine Erfolgsgeschichte mit insgesamt 18 Titeln nach sich, die sich in drei Generationen, mehrere Hauptspiele und Spin-offs unterteilen.

Measure Anything in Laravel with StatsD - Laravel News

Zitat: StatsD is a simple, easy way to start collecting metrics quickly and displaying them in a graphing program. The great thing about StatsD is that the calls happen over UDP, which is fast, and a “fire-and-forget” transaction. Also, the code in development won’t be affected if you’re not running StatsD.

An Introduction to Generators in PHP | kelunik's blog

Zitat: Generators are special functions in PHP. Whenever a function contains yield, it’s no longer a normal function anymore, but always returns a Generator. Generator implements the Iterator interface, that’s why it works with foreach.

The Coming Software Apocalypse - The Atlantic

Zitat: This flexibility is software’s miracle, and its curse. Because it can be changed cheaply, software is constantly changed; and because it’s unmoored from anything physical—a program that is a thousand times more complex than another takes up the same actual space—it tends to grow without bound. “The problem,” Leveson wrote in a book, “is that we are attempting to build systems that are beyond our ability to intellectually manage.”

Five Tips to Improve Your Unit Testing - Qafoo GmbH

  1. Be Pragmatic About a "Unit"
  2. Test Where the Logic is
  3. Continuously Refactor Test Code
  4. Build Your Own Set of Utilities
  5. Always Write Tests for Bugs

PulseAudio under the hood | Victor Gaydov

Zitat: This post tries to fill the gap and has three goals:

  • overview available features
  • explain the underlying design and important implementation details
  • provide a starting point for writing clients and server modules

Closures, Anonymous Classes and an alternative approach to Test Mocking (Part 3) | Mark Baker's Blog

Zitat: So just how do we test something that cannot be instantiated on its own?

Symfony Console Beyond the Basics - Helpers and Other Tools — SitePoint

  • Question Helper
  • Tables
  • Progress Bars
  • Customizing Our Progress Bar
  • Calling a command inside a command
  • Color and Style

To type or not to type: quantifying detectable bugs in JavaScript | the morning paper

Zitat: both Flow and TypeScript are pretty good, and conservatively either of them can prevent about 15% of the bugs that end up in committed code.

Weiter Zurück