Full Stack Developper.
I like well-tested feature, TDD, Kotlin, Typescript, React and Spring and more..
-
Slate Digital France
- Grenoble
Pinned Loading
-
-
-
Configuration for kotlin src
Configuration for kotlin src 1plugins {
2java
3kotlin("jvm")
4}
5 -
kotlin on subscribe extension
kotlin on subscribe extension 1private fun <T> Observable<T>.subscribe(onNext:(T)-> Unit = {}, context: KFunction<out Unit>? = null) {
2this.subscribe({}, { ErrorController().onError("[ ${context?.name} ]",it) })
3}
45//exemple
-
Pull Request Etiquette
Pull Request Etiquette 1Pull Request Etiquette
2=======
34### Why do we use a Pull Request workflow?
5 -
Swift builder pattern
Swift builder pattern 1import Foundation
23//sources :
4//https://blog.xebia.fr/2016/12/28/design-pattern-builder-et-builder-sont-dans-un-bateau/
5//https://jlordiales.me/2012/12/13/the-builder-pattern-in-practice/
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.