Giter Site home page Giter Site logo

dreadwarrior / kb Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 503 KB

A personal knowledge base

Home Page: https://dreadwarrior.github.io/kb/

License: MIT License

HTML 31.54% Ruby 51.06% SCSS 17.40%
knowledge-base jekyll-site jekyll-website software-engineering

kb's Introduction

kb's People

Contributors

dreadwarrior avatar

Watchers

 avatar

kb's Issues

Abschnitt "Spring Framework Learnings" hinzufügen

Inhalte bis jetzt:

  • Initializers werden im Application lifecycle früher als Listeners geladen / ausgeführt
  • ${} -> property placeholder
  • #{} -> Sp(ring)E(Expression)L(Language) evaluation token
    • funktioniert nicht aus application.yaml / application.properties (Security-Feature?)

Abschnitt "Java Learnings" hinzufügen

Inhalte bis jetzt:

static final + X_Y_Z -> Konstante
static {} = „statischer Block“, wird beim Laden der Klasse (durch den ClassLoader) ausgeführt, dadurch können statische Variablen initialisiert werden

String[]{} -> {} = Array literal

Synchronized -> Methode -> Java kümmert sich um Thread-Safety

  • Man kann auch manuell per Objekt synchronisieren
  • Handle blockiert im Thread (Mutex)
  • vs „volatile“ -> zwei Threads auf gleiche Variable -> Thread erhält jeweils den aktuellen Stand

java.util.concurrent.* (AtomicReference, CountDownLatch)

  • Buchempfehlung: „Java Concurrency in practice - Brian Goetz“

ManagedBean + JMX: RPC-Aufrufe (https://www.baeldung.com/java-management-extensions)

"Unboxing Conversion": https://docs.oracle.com/javase/specs/jls/se8/html/jls-5.html#jls-5.1.8

  • im Zsh. mit Boolean und NPE bei if (var) wenn var null ist (IntelliJ / SonarLint-Empfehlung)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.