Skip to content

www.Dev4Devs.com

  • Linkedin
  • GitHub
  • Twitter

Solutions for developers

  • Home
  • Tags
    • ci
    • command line
    • devtools
    • docker
    • git
    • [Intellij IDEA]
    • macosx
    • operator-sdk
    • operator-framework
    • opensource
    • operators
    • regex
    • ssh
    • travis
    • utils
    • woman
    • kubernetes
  • Search
  • Categories
    • Algorithms
    • ansible
    • Books
    • CommandLine
    • DevOps
    • docker
    • English
    • Functional Programming
    • git
    • golang
    • Hibernate
    • Java
    • Javascript
    • NodeJS
    • MongoDB
    • kubernetes
    • operators
    • OpenShift
    • Tips
  • About

Author: camilamacedo86

[Java8] – Threads with lambdas

Example: @Test public void myMethod(){ Runnable run = () -> {System.out.println(“Execute Runnable”);}; new Thread(run).start(); } Console :

java8, lambdas, threads

[Java 8] – New method Sort in List

Now you can use this method sort when you have a List Object and want sort this. If you only … More

java8, lambdas

[Java 8] – ForEach for interations

Below you can see an exemple how it works. @Test public void myTestWithForEachOnly(){ // Create the list and itens List<String> … More

java8, lambdas

[Meteor JS] – You can use classes or ids

You can use classes or ids to take values or apply some functions. Look: To take value from IDs: ( … More

meteor

[ Meteor JS ] – How to call a function when I click in a button ?

Always when you want call a function by any event in the screen you need create the function in events area. … More

meteor

[Meteor Js] – How to call functions in the page ?

For do this you can use: Template.expensesItem.helpers({ }) Example : Code JS File: Template.myTemplate.helpers({ ‘isToShow’:function(userId) { if ( userId == … More

meteor

[ Meteor JS ] – Where we can find pkgs to use ?

https://atmospherejs.com/ The oficial repository to find pkgs to add in your meteor project is Athmospherejs. In this website you can … More

meteor

[ Meteor JS] – How to use a money mask

Have a lot of ways to do this, but here I will put an example with the pkg : meteor … More

meteor

[English] – Free AudioBooks to improve your English

http://www.englishlearningexpert.com In this website you can find five free audiobooks to improve your English. Level : Intermediate    

English, tips

[ Primefaces ] – Primefaces Showcase the first step

http://www.primefaces.org/showcase If you are working with Primefaces and you don’t know this website you are losing time. This is the … More

primafeces

Posts navigation

Older posts
Newer posts

Search

Follow www.Dev4Devs.com on WordPress.com

Category Cloud

Algorithms AngularJS ansible Architecture Books CommandLine container convection DevOps docker English Functional Programming git golang helm hibernate java javascript JavaServer Faces kubebuilder kubernetes layout maven meteor minikube mongoDB neo4j NodeJS OpenShift operators postgreSQL primefaces python regex shell SO think tips Uncategorized [Intellij IDEA]

Tags Cloud

5.0 2019 2020 aggregate ai Algorithms amazon android AngularJS annotations ansible anyMatch Architecture AtomicBoolean autocomplete automate aws beans best practices Books bootstrap bundle cache callable cdi centos ci Clojure cloud code collections command line CommandLine configuration confirmation container contribution control-plane.io cool cordova course database datable date date component debugger debugging for chrome default methods Design design pattern development DevOps devtools directions api docker email English estatistics events example exceptions faces factory Fedora filter findFirst fix foreach formatter Functional Programming genericConverter gi git golang good practices google gradle groupingBy grunt hibernate ibm images install interceptors ios isse java java8 javascript javaserverfaces JAX-B jdk js jsf junit key kids kubebuilder kubernetes kubernets lambdas layout learn lint linux local env london macosx mandrill mapping maps Material Design math maven meteor Methods microservices minikube Minishift mobile mongoDB music neo4j node node.js nuaware oc tool olm OpenShift opensource operator-framework operator-sdk operatorhub operators optional parse performace pocs pool postgreSQL primafeces primefaces Process python reactivevar redhat redis reflection regex regular expressions remotework responsive rest rhel7 sax scalingo script sdk security sensitive shel shell socket sorted sound sp spin sponsored by spring ssh StAX STEM stream streams sum t tail recursion tdc think thread threads tip tips travis UI uk upstream utils vagrant validation form volatile webpack wildfly woman xml xpath xsd xsl XSLT [Intellij IDEA]
Create a website or blog at WordPress.com
  • Subscribe Subscribed
    • www.Dev4Devs.com
    • Join 56 other subscribers
    • Already have a WordPress.com account? Log in now.
    • www.Dev4Devs.com
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...