Weiter

A Detailed Explanation of Abstraction in Software Development | The Valuable Dev

  1. Define what an abstraction is, illustrated with examples.
  2. Cover what are the different sorts of abstraction you can find in software development.
  3. Analyzing the (obvious) benefits of using abstractions, but as well their drawbacks.
  4. Understand the difference between abstraction and indirection, two concepts often linked but not interchangeable.

Decouple your Symfony application using Domain Events | Romaric Drigon

Zitat: Domain Events are small PHP object representing something which happened. In a more formal vocabulary, they indicate a state change in the system.

How to enable auto-correct for Git commands | Andy Carter

Zitat: If you enable auto-correct the suggested command will run after a short delay to give you the chance to cancel the command if it is not what you intended.

Symfony versus Flat PHP | Symfony Docs

Zitat: In this article, you'll write a simple application in flat PHP, and then refactor it to be more organized. You'll travel through time, seeing the decisions behind why web development has evolved over the past several years to where it is now.

What's new in PHP land? - Q3 2019 | Nathan Dench

  • RFC Process changes
  • Numeric literal separator
  • Throwing exceptions in __toString()
  • Properly calculating time differences across Daylight Saving Time transitions
  • Escaping “?” in PDO
  • Spread operator in array expansion
  • PHP short opening tags
  • Nested ternaries without explicit parenthesis
  • Array access curly brace syntax
  • PHP versions stats
  • Framework trends

Anti-CDU-Video: Rezo wissenschaftlich überprüft - Spektrum der Wissenschaft

Zitat: Wissenschafts-Youtuberin Mai Thi Nguyen-Kim sowie Mediziner und Autor Eckart von Hirschhausen überprüfen die Klima-Aussagen im Video von Rezo. (Text, Video: 21:42 Min.)

How to avoid Fat Controllers in Symfony – Amin Mosayebi – Medium

  • Use Annotations, it’s good
  • Don’t bring validations here
  • Use Before and After Filters
  • Twig is powerful, Use its power
  • Use Forms
  • Put Security inside Seciruty

Floating Point Visually Explained | Fabien Sanglard

Zitat: Instead of Exponent, think of a Window between two consecutive power of two integers. Instead of a Mantissa, think of an Offset within that window.

Freistetters Formelwelt: Eine Formel für den Schuss ins All - Spektrum der Wissenschaft

Zitat: Da zur Beschleunigung der Rakete eine große Menge Treibstoff mitgeführt und ausgestoßen werden muss, ändert sich die Masse der Rakete im Lauf der Zeit stark (anders als etwa bei einem Auto, wo der Treibstoff im Verhältnis zur Masse des Fahrzeugs kaum ins Gewicht fällt). Ignoriert man die sich beständig verändernde Masse einer Rakete, kann man ihr Verhalten auch nicht korrekt beschreiben.

Memory Madness — Derick Rethans

Zitat: But Nicolás Álvarez, who was also hanging out in the channel, asked whether PHP has a JIT engine. I answered that it doesn't (yet), and then the light bulb went off: Although PHP itself does not have a JIT, the PCRE regular expression engine that PHP uses does. After disabling PCRE's JIT with -dpcre.jit=0, the Valgrind output is now what I expect—with just the memory error that I thought was happening:

Ackerbau und Viehzucht im Hochhaus - Spektrum der Wissenschaft - Spektrum der Wissenschaft

Zitat: Die wachsende Weltbevölkerung und die immer größer werdenden Städte gelten als große Herausforderungen für die nächsten Jahrzehnte: Wie sollen all diese Menschen mit Nahrung versorgt werden, ohne dass die Umwelt massiv darunter leidet? Eine Idee besteht darin, die Landwirtschaft zunehmend in Städte und Innenräume, vielleicht sogar in gläserne Hochhäuser zu verlegen. Doch bei der praktischen Umsetzung dieser Utopie gibt es Probleme.

Psychologie: Die Macht der Geschichten - Spektrum der Wissenschaft

Zitat: Forscher befassen sich schon länger mit der Frage, wann wir einen Bericht für bare Münze nehmen – und wann wir Zweifel anmelden. Das hängt offenbar zum einen von relativ objektiven Fakten ab. So bevorzugen wir etwa namentlich genannte Quellen, während anonyme Aussagen uns misstrauisch stimmen. Konkrete Zahlen und Statistiken lassen einen Text ebenfalls plausibler wirken. Daneben spielen aber auch ganz persönliche Überzeugungen und Einstellungen eine große Rolle: Wir glauben nämlich vor allem das, was am besten in unser Weltbild passt.

101 Bash Commands and Tips for Beginners to Experts - DEV Community

Zitat: The commands below are laid out in a more-or-less narrative style, so if you're just getting started with bash, you can work your way through from the beginning to the end. Things generally get less common and more difficult toward the end.

Google Chrome: Neue Schnittstellen könnten uBlock Origin verhindern - Golem.de

Zitat: Chrome diskutiert neue Schnittstellen für Erweiterungen. Nach dem aktuellen Entwurf könnten Werbeblocker wie uBlock Origin nicht mehr funktionieren, warnt deren Entwickler.

Antarktischer See: Was lebt unter der antarktischen Eiskappe? - Spektrum der Wissenschaft

Zitat: Die überraschende Entdeckung toter Tiere in einem finsteren See unter einem Kilometer Eis wirft Fragen auf: Können komplexe Organismen unter der Eiskappe überleben? Und wenn ja, wie machen sie das?

Creating a custom magic file database | Christian Weiske

Zitat: The unix file utility command uses a "magic" database to determine which type of data a file contains, independently of the file's name or extension. Here is how I created a custom magic database for testing purposes

What are PHP Heredoc & Nowdoc? | Andy Carter

Zitat: So what about the heredoc and nowdoc syntaxes? They provide an alternative way of defining strings in PHP. They are particularly useful when we need to define a string over multiple lines.

PHP 7.3 Same-site Cookies | Ayesh Karunaratne

Zitat: PHP 7.3 is now officially released, and it comes with support for SameSite cookie flag!

Neue und wiederentdeckte Methoden der Wiederaufforstung sorgen für Grün in den Wüsten Afrikas - Spektrum der Wissenschaft

Zitat: Die Wüsten wachsen. Jedes Jahr werden weltweit Gebiete von mehr als der Fläche Griechenlands unfruchtbar. Besonders dramatisch ist die Lage in Afrika, weil hier der Verlust von landwirtschaftlich nutzbarem Land und wilder Natur einem besonders starken Bevölkerungswachstum gegenübersteht. Neue und wiederentdeckte Ideen sollen diese Entwicklung nun stoppen.

406 Not Acceptable | evertpot.com

Zitat: 406 Not Acceptable is emitted by a server when the client asked for a specific representation of a resource that the server doesn’t support.

Weiter