Weiter Zurück

Fukushima-Kernschmelze: Die Technik tat genau, was sie sollte - Golem.de

Zitat: Am 11. März 2011 löste ein Tsunami im japanischen Atomkraftwerk Fukushima Daiichi eine Kernschmelze aus - und die Technik reagierte wie geplant. Nur waren die Pläne nicht besonders gut, obwohl es Gesetzgeber und Behörden hätten besser wissen müssen.

Navigating a New Laravel Codebase - Laravel News

Zitat: Getting started in a new codebase can be very overwhelming, even more so if you are new to programming. So where do you start? Where are the places to look to learn the most about a codebase? Let’s take a look at few common areas for Laravel.

Analemmas — Derick Rethans

Zitat: An analemma is a diagram showing the position of the Sun in the sky over the course of a year, as viewed at a fixed time of day from the same location on Earth.

Release PHP-Parser 4.0.0 · nikic/PHP-Parser · GitHub

Zitat: This is a new major version of the PHP-Parser library. The biggest new feature in this release is an experimental pretty-printing mode, which preserves formatting for parts of the code which have not been modified. As such, it should now be much easier to use PHP-Parser for automated code refactorings. See the pretty printer documentation for information on how to use this functionality

Eloquent Mutators and Accessors in Laravel | Tuts+

Zitat: In Laravel, mutators and accessors allow you to alter data before it's saved to and fetched from a database. To be specific, the mutator allows you to alter data before it's saved to a database. On the other hand, the accessor allows you to alter data after it's fetched from a database.

Elastic Time ausprobiert: Kinect und Voxel holen den Körper in die VR-Welt - Golem.de

Zitat: Wer in der Virtual Reality an sich herunterschaut, sieht im Normalfall nur den Boden oder einen 3D-Avatar als Körperersatz. Elastic Time holt Nutzer als plastische Videoprojektion in die digitale Welt - und andere Menschen gleich mit. Dort werden sie von einem schwarzen Loch verschlungen.

HDMI 2.0 und Displayport: HDR bleibt Handarbeit - Golem.de

Zitat: Wir wollen schöne Bilder in UHD und HDR nicht nur auf dem Fernseher, sondern endlich auch auf dem heimischen Rechner und Monitor genießen. Das wird wegen der vielen Kombinationen aus Betriebssystem, Grafiktreibern, Monitoren und vor allem Anschlüssen, Kabeln und Standards leider viel komplizierter als erwartet. Wir zeigen, wie es gut gehen kann.

Software development using Bash | Oscar Forner

  • shfmt
  • ShellCheck
  • Bats

Autonomes Fahren: Forscher täuschen Straßenschilderkennung mit KFC-Schild - Golem.de

Zitat: Statt Schnellgeschwindigkeit langsames Fahren und statt Fast Food eine Vollbremsung: Ein Forschungsprojekt beweist, dass autonome Fahrzeuge Verkehrsschilder schnell falsch interpretieren können. Dazu braucht es nur ein wenig Farbe oder Witterung.

Using Laravel's Bootable Eloquent Traits | Andy Carter

Zitat: Traits are a useful means of writing DRY code. They provide a way of horizontally sharing logic between classes. Any properties or methods of a trait become instantly available to any class we attach the trait to as if they were properties or methods of that class. They also allow us to pick ‘n’ mix behaviours for classes in a way that class inheritance doesn’t.

Improve the accuracy of your tests with @covers and @coversNothing annotations | Barry van Veen

Zitat: @covers \App\Foo::getValue() indicates that we test the getValue method of the Foo class. Any side effect of the test will no longer count as code coverage. This increases clarity and intentionality.

CSS Layout Centering Techniques | dev.to - Alan Fall

Zitat: Centering elements with CSS sometimes can be tricky. There are plenty of techniques that you could use but what technique you should use depends on the element and the content.

How to Test Junior Laravel Developer Skills: Sample Project - Laravel Daily

Zitat: So this task would actually test if the person can create simple projects. And then it’s practice, practice, practice on more projects, each of them individual and adding more to their knowledge base.

Why You Should Care About User Experience? – Hacker Noon

Zitat: Have you ever pulled a door you should have pushed? That was not your fault. You were the user, and the door probably had a bad UX.

Will it make you a better developer to learn how to write effective code for everything frameworks provide before learning them? | Reddit / PHP

Zitat: Long answer: Rationally, you learn by building big projects, reading theory books (Domain-Driven Design, Clean Architecture, Test-Driven Design) and doing a lot of mistakes and redo things as you go.

New in Symfony: Reproducible builds | Symfony Blog

Zitat: Reproducible builds are a set of software development practices that create "a verifiable path from human readable source code to the binary code used by computers". In other words, if you don't change the source code, the compilation result should always be exactly the same.

Underestimating Estimation – Hacker Noon

Zitat: Use estimation for making decisions and not customer commitments.

Macht endlich Zeitreisen möglich! - Ein Plädoyer für mehr Bildung in VR - GameStar

Zitat: Ein Bildungs-Modus in Assassin's Creed ist eine tolle Idee, aber nicht weit genug gedacht. Daniel fordert digitale Virtual-Reality-Museen in Spielen.

Datensparsamkeit | Martin Fowler

Zitat: Datensparsamkeit is a German word that's difficult to translate properly into English. It's an attitude to how we capture and store data, saying that we should only handle data that we really need.

Von Ultima bis Witcher 3 - Gratis E-Book erzählt Geschichte der PC-RPGs - GameStar

Zitat: Die Geschichte der westlichen Rollenspiele in einem über 500 Seiten starken E-Book: Das gigantische Fanprojekt ist nun erhältlich und verschluckte vier Jahre Arbeit.

Weiter Zurück