Byte Padding

Eyegasm for geeks

  • Home
  • Java
    • Java Core
    • Java Date
    • Java JSON
    • JDBC
  • Spring
  • Big Data
    • Apache Kafka
    • Spark
    • Hbase
    • Map Reduce
    • Aerospike
    • Apache Flink
    • Security
  • Linux
  • About
  • Contacts

Java 8 Comparator

  • By
  • on Mar 26, 2017
  • in Java, Java Core

On java 8 Comparator interface there are new default methods using which compare objects in declarative way.

Continue Reading

Understanding File Table

  • By
  • on Mar 26, 2017
  • in Linux

Understanding how Files are linked from programming languages to Operating System File Table

Continue Reading

Java 8 streams collector groupingBy

  • By
  • on Mar 25, 2017
  • in Java, Java Core

Suppose we have a List of strings and want to group them by length.
We can use Collectors.groupingBy() for this task.

Continue Reading

Understanding Paging in Operating System

  • By
  • on Mar 24, 2017
  • in Linux

Understanding the concept of paging in Operating System

Continue Reading

Understanding byte encoding and decoding in Java

  • By
  • on Mar 24, 2017
  • in Java, Java Core

Understanding encoding in details and various encoding mechanisms.

Continue Reading

Java 8 reduce code example

  • By
  • on Mar 21, 2017
  • in Java, Java Core

Understanding Java 8 Reduce function

Continue Reading

How is BigData Used

  • By
  • on Mar 21, 2017
  • in Aerospike, Apache Kafka, Big Data, Flink, Hbase, Map Reduce, Spark

Where is Big Data used and how has the architecture of systems evolved in the light of Big Data

Continue Reading

Java 8 List to Arrays

  • By
  • on Mar 21, 2017
  • in Java, Java Core

Java 8 convert List to Arrays

Continue Reading

Java 8 List to Set

  • By
  • on Mar 21, 2017
  • in Java, Java Core

Java 8 convert List to Set

Continue Reading

Java 8 easy logging

  • By
  • on Mar 21, 2017
  • in Java, Java Core

How java 8 lambda lazy evaluation helps in clean logging code.

Continue Reading

  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 14

Copyright © 2016 bytepadding.com, all rights reserved. Privacy Policy