VOOZH about

URL: https://www.javacodegeeks.com/author/felipe-fernandez

⇱ Felipe Fernandez, Author at Java Code Geeks


  • DevOps👁 Image
    Felipe FernandezAugust 11th, 2016
    0 137

    Testing Spark Streaming: Integration testing with Docker Compose

    In the first post of this series, we saw how to unit test Spark Streaming operations using Spark Testing Base.…

    Read More »
  • Software Development👁 Image
    Felipe FernandezAugust 10th, 2016
    0 178

    Testing Spark Streaming: Unit testing

    There is enough evidence to prove the importance of automated testing. Projects in new fields often neglect automated testing, as…

    Read More »
  • Software Development👁 Image
    Felipe FernandezJuly 12th, 2016
    0 150

    State in scalable architectures

    Handling state is one of the cornerstones of software development. Most of business value derived from software relies on state.…

    Read More »
  • Scala👁 Image
    Felipe FernandezJune 11th, 2016
    0 215

    Unit vs Integration Akka Testing

    This is the sixth post in the series about integrating sync clients with async systems (1, 2, 3, 4, 5).…

    Read More »
  • Scala👁 Image
    Felipe FernandezJune 2nd, 2016
    0 244

    Coordination in Akka

    This is the fifth post in the series about integrating sync clients with async systems (1, 2, 3, 4). Here…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Felipe FernandezMay 20th, 2016
    0 339

    Publish Subscribe model in Kafka

    This is the fourth post in the series about integrating sync clients with async systems (1, 2, 3). Here we’ll…

    Read More »
  • Scala👁 Image
    Felipe FernandezMay 16th, 2016
    0 297

    Finite state machines with Akka

    As you could remember from previous posts, Part 1 and Part 2, we’re implementing a solution that integrates a sync…

    Read More »
  • Software Development👁 Image
    Felipe FernandezMay 9th, 2016
    0 240

    Akka basics

    As the previous post explained our system is based on Akka. Before going into more detail about our solution, I’d…

    Read More »
  • Software Development👁 Image
    Felipe FernandezMay 3rd, 2016
    0 139

    Async systems with sync clients

    As the Reactive Manifesto says Reactive systems are: Responsive, Resilient, Elastic and Message Driven. The last principle often goes together…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close