Weiter Zurück

New in Symfony 4.3: Default and Trim Env Var Processors | Symfony Blog

Zitat: Env Var processors allow to transform the value of environment variables before using them in the Symfony app configuration. They are useful for example to transform the type of the env var (which, by definition is always a string) into a more suitable type, such as an integer or a boolean. In Symfony 4.3 we added new processors to provide new transformations.

Tips to Speed up Your Phpunit Tests - Laravel News

Zitat: Having a fast test suite can be just as important as having a fast application. As a developer, getting feedback quickly about the state of your code allows for a much quicker development turnaround. Here we are going to run through some tips you can implement today to make your tests run faster.

A Primer on Database Replication | Brian Storti

Zitat: Replicating a database can make our applications faster and increase our tolerance to failures, but there are a lot of different options available and each one comes with a price tag. It’s hard to make the right choice if we do not understand how the tools we are using work, and what are the guarantees they provide (or, more importantly, do not provide), and that’s what I want to explore here.

Sanitize Your Inputs? | Kevin Smith

Zitat: Sanitize. [...] Does it mean removing undesirable data while letting the good stuff through? Or converting potentially harmful data into a harmless form? Or flat-out rejecting a request when any invalid data is detected? Or perhaps it even means using prepared statements to protect the database from malicious input. I've seen "sanitize" used to mean any (and even all) of these things.

Happy Birthday, XMPP! 20th Anniversary of 1st Jabber Server | debacle / Movim

Zitat: XMPP a.k.a. Jabber, a communication protocol for message-oriented middleware is probably the most mature technology for free and federated instant messaging. (IRC is far older, of course.) On 2019-01-04 we can celebrate the 20th anniversary of the first XMPP server release:

Geologie: Die Lücke in der Erdgeschichte - Spektrum der Wissenschaft

Zitat: An vielen Orten weltweit klafft ein großes zeitliches Loch in der Gesteinsabfolge. Geologen haben nun eine Vermutung, woran das liegen könnte.

Fledermaussterben: Hoffnungsschimmer in der Höhle - Spektrum der Wissenschaft

Zitat: Ein Killerpilz rafft Fledermauspopulationen in ganz Nordamerika dahin. Doch neue Erkenntnisse geben Wissenschaftlern Anlass zu vorsichtiger Hoffnung.

9 Things You Can Customize in Laravel Registration - Laravel Daily

Zitat: Laravel has a great Auth system out-of-the-box, with just a few commands you can have Login/Register functions ready. But let’s dive a little deeper and see what we can easily customize.

A nice, little known C feature: Static array indices in parameter declarations | Erlend Hamberg

Zitat: void bar(int myArray[static 10]); This tells the compiler that it should assume that the array passed to bar has at least 10 elements. (Note that this rules out a NULL pointer!)

How To Speed Up The Code Review · @zhukserega

Zitat: Don’t create huge pull-requests with mixed categories of changes.

Install PHP 7.3 on CentOS, RHEL or Fedora - Remi's RPM repository

Zitat: Here is a quick howto upgrade default PHP version provided on Fedora, RHEL or CentOS with latest version 7.3.

The Mystery of the Missing Breakpoints — Derick Rethans

Zitat: Occasionally I see people mentioned that Xdebug does not stop at certain breakpoints. This tends to relate to multi-line if conditions, or if/else conditions without braces ({ and }).

Umweltzerstörung: Welches Recht hat die Natur? - Spektrum der Wissenschaft

Zitat: Zuletzt bekam der kolumbianische Regenwald vor Gericht eine eigene Stimme - und dadurch Anspruch auf Schutz. Wie »Rechte der Natur« den Umweltschutz grundlegend ändern könnten.

Floats and money | evertpot.com

Zitat: A very common and oft-repeated programmer’s wisdom is “Don’t use floats for currency”. This always made a lot of sense to me. The idea is that floats are imprecise, due to the way they are stored.

How To Install PHP 7.3 | Colin O'Dell

Zitat: Here's a brief guide on how to install PHP 7.3 on Linux, Windows, and OS X

Pionierflug: Experimentalfugzeug mit Ionenantrieb hebt ab - Spektrum der Wissenschaft

Zitat: Flüsterleise Flugzeuge ganz ohne bewegliche Teile verspricht ein Antrieb, der auf Elektrizität und Ionenwind setzt. Ein Experimentalflugzeug schaffte jetzt immerhin 60 Meter.

Generate Random Alphanumeric Strings in PHP | Tuts+

Zitat: In this tutorial, we will cover different techniques for generating random numbers and alphanumeric strings in PHP. Some of them will be cryptographically secure, while others are meant only for casual use, like assigning pseudo-random file names or creating URLs and suggesting usernames.

MythBusters Results - List of Myths and Summaries

Zitat: The MythBusters tested over 1,000 distinct myths in 271 hour-long episodes spanning 14 years, resulting in a vast amount of information about common myths and interesting phenomena. The following overview attempts to summarize and categorize the results of the entire MythBusters series as succinctly as possible.

Gerichtsentscheidung: Telekom verstößt mit Stream On gegen Netzneutralität - Golem.de

Zitat: Die Deutsche Telekom verstößt laut einem Gerichtsbeschluss mit ihrem Zero-Rating-Angebot Stream On gegen Vorgaben zur Netzneutralität und zum EU-Roaming. Die Zustimmung der Kunden sei irrelevant.

307 Temporary Redirect | evertpot.com

Zitat: The difference from 302 is that with a 307, the client must follow the location and issue the exact same request again. So if it did a POST request on the orginal resource, it should follow the redirect and do the POST request again.

Weiter Zurück