Quantcast
Channel: SUCKUP.de: Mein IT-Blog
Browsing latest articles
Browse All 59 View Live

Image may be NSFW.
Clik here to view.

jQuery Performance

Demos: http://jsperf.com/jquery-performance-2015 Die folgenden Tipps erklären wie man die Performance von jQuery verbessern kann, einfach indem man das Framework korrekt einsetzt und bei kritischem...

View Article



Image may be NSFW.
Clik here to view.

Mr. Robot | Staffel 1, Folge 1 in a nutshell

Mr. Robot | Staffel 1, Folge 1 in a nutshell Die Fernsehserie folgt einem jungen Programmierer (Elliot), der von dem mysteriösen Mr. Robot für eine Hackergruppe rekrutiert wird und wer die Serie bisher...

View Article

Image may be NSFW.
Clik here to view.

HTTP/2 ist angekommen | Apache 2.4.17

HTTP/2 ist angekommen | Apache 2.4.17 Was ist HTTP/2? Diese Frage haben andere bereits ausführlich geklärt. https://http2.github.io/faq/ :) daher wollen wir dies heute in Kombination mit dem Apache...

View Article

Image may be NSFW.
Clik here to view.

[Update] Top Chrome Erweiterungen für Webdeveloper

[Update] Top Chrome Erweiterungen für Webdeveloper Tipps zu Chrome: in Chrome kann man verschiedene User anlegen, welche auch unterschiedliche Chrome-Erweiterungen installieren können (man kann z.B....

View Article

Image may be NSFW.
Clik here to view.

HTTP/2: Welchen Vorteil bringt der neue Webstandard?

HTTP/2: Welchen Vorteil bringt der neue Webstandard? Diesen Artikel habe ich bereits im Firmen Blog von menadwork GmbH veröffentlicht: Düsseldorf, am 04.11.2015 von Lars Moelleken Der im Mai 2015...

View Article


Image may be NSFW.
Clik here to view.

Welche Programmiersprache sollte man als erstes lernen?

Welche Programmiersprache sollte man als erstes lernen? Meine ersten Befehle habe ich auf einem C64 getippt und zumindest in meiner Erinnerung ($zeit == ‚Grundschule‘) hat das riesig Spaß gemacht, aber...

View Article

Image may be NSFW.
Clik here to view.

Was habe ich als Fachinformatiker bisher gelernt?

Was habe ich als Fachinformatiker bisher gelernt? Nachdem ich nun bereits seit einigen Jahren lerne zu deklarieren und zu programmieren, werde ich im folgenden beschreiben was ich bisher gelernt habe....

View Article

Image may be NSFW.
Clik here to view.

PHP: Arrays zusammenzuführen

PHP: Arrays zusammenzuführen In den folgenden Beispielen werden Standard-Funktionen von PHP gezeigt, um . Ausgangswerte: $array1 = [1 => 'one', 2 => 'two', 'foo' => 'bar1']; $array2 = [3 =>...

View Article


Image may be NSFW.
Clik here to view.

Ubuntu + Windows + .dotfiles

Ubuntu + Windows + .dotfiles 1. Open „Update & Security“ > „For Developers“ > activate the „Developer Mode“. 2. Under „Programs“ > „Programs and Features“, click “Turn Windows Features On...

View Article


Image may be NSFW.
Clik here to view.

Do Not Fear The White Space in your Code

Do Not Fear The White Space in your Code “White space is to be regarded as an active element, not a passive background.”– Jan Tschichold At least since Apple is using massive white space for their...

View Article

Image may be NSFW.
Clik here to view.

Modern PHPDoc Annotations

Modern PHPDoc Annotations We will start very simple with PhpStorm and default PHPDoc, then we will increase the complexity step by step until we have auto-completion for array keys directly from the...

View Article

Image may be NSFW.
Clik here to view.

How to write readable code?

How to write readable code? Why do we write unreadable code? I think we are mostly lazy, and so we use names from underlying structures like APIs or the databases, instead of using names that describe...

View Article

Image may be NSFW.
Clik here to view.

Arrayy: A Quick Overview of map(), filter(), and reduce()

Arrayy: A Quick Overview of map(), filter(), and reduce() Arrayy: A PHP array manipulation library. Compatible with PHP 7+ The next examples are using the php array manipulation library “Arrayy” which...

View Article


Image may be NSFW.
Clik here to view.

❤️ Simple PHP Code Parser

❤️ Simple PHP Code Parser It based on code from “JetBrains/phpstorm-stubs” but instead of Php-Reflection we now use nikic/PHP-Parser, BetterReflection, phpDocumentor and PHPStan/phpdoc-parser...

View Article

Image may be NSFW.
Clik here to view.

Generics in PHP via PHPDocs

Generics in PHP via PHPDocs If you did not know that you can use Generics in PHP or you do not exactly know how to use it or why you should use it, then the next examples are for you. Type variables...

View Article


Image may be NSFW.
Clik here to view.

Prepare your PHP Code for Static Analysis

Prepare your PHP Code for Static Analysis Three years ago I got a new job as PHP developer, before that I called myself web developer because I build ReactJS, jQuery, CSS, HTML, … and PHP  stuff for a...

View Article

Image may be NSFW.
Clik here to view.

Timeout Problems: Web Server + PHP

Timeout Problems: Web Server + PHP What? First there is an HTTP request and that will hit your Web server, then it will pass the request via TCP- or UNIT-Socket via FastCGI to your PHP-FPM Daemon, here...

View Article


Image may be NSFW.
Clik here to view.

PHP: Code Quality with Custom Tooling Extensions

PHP: Code Quality with Custom Tooling Extensions After many years of using PHPStan, PHP-CS-Fixer, PHP_CodeSniffer, … I will give you one advice: add your own custom code to extend your...

View Article

Image may be NSFW.
Clik here to view.

What have I learned so far in my job?

What have I learned so far in my job? I will start a new job next month (02-2023), so time to recap, I’m going to describe what I’ve learned so far. me: Lars Moelleken |> Assistant for business...

View Article

Image may be NSFW.
Clik here to view.

Legacy Codebase: A Love Story

Legacy Codebase: A Love Story After some years, working with a > 10 years old legacy PHP codebase, I can truly say: you can escape the legacy codebase and introduce whatever is helpful, in a...

View Article
Browsing latest articles
Browse All 59 View Live




Latest Images