Skip to main content
Tech Nuggets and Thoughts

Tech Nuggets and Thoughts

By Nikhil Wanpal

A Java and Web Development Podcast.
We love to discuss technology, demystifying buzzwords and the art of software development. Reach out to us on twitter @TechNggets.
Available on
Apple Podcasts Logo
Castbox Logo
Google Podcasts Logo
Overcast Logo
Pocket Casts Logo
PodBean Logo
RadioPublic Logo
Spotify Logo
TuneIn Logo
Currently playing episode

Episode 8: Coderetreat

Tech Nuggets and ThoughtsJan 15, 2020

00:00
38:07
Episode 8: Coderetreat

Episode 8: Coderetreat

In the eighth episode, we discuss coderetreat covering:

  1. What is Coderetreat
  2. What is GDCR
  3. The success of GDCR event in Pune
  4. The spiritual aspects of Coderetreat! ( ;-) )
  5. How to run your own Coderetreat
  6. Codereteat is not a hackathon!
  7. Letting go! (of your code)
  8. Our favorite constraints
  9. What we learnt from the event
  10. Why should you have a Coderetreat?
Jan 15, 202038:07
Episode 7: Delivering With Confidence - Unit Testing - Part IV

Episode 7: Delivering With Confidence - Unit Testing - Part IV

In this episode we discuss these aspects of unit testing:

  1. jUnit, TestNG feature overview
  2. Mocha and Chai: bdd and tdd styles
  3. Cobertura and Istanbul, nyc
  4. Cucumber, Feature Files and verbosity
  5. Introducing Cucumber to teams
  6. Spock
  7. End-to-end testing / integration testing tools: Selenium, Appium
  8. End-to-end API testing: Postman
  9. Contract Tests: Pact, Spring Cloud Contract
  10. Smoke Tests, testing in production and reverting on failure.
  11. Mocking Tools: JMockit, Mockito and PowerMock, Wiremock
  12. Your acceptance tests are next layers integration tests.
Dec 18, 201932:36
Episode 6: Delivering With Confidence - Unit Testing - Part III

Episode 6: Delivering With Confidence - Unit Testing - Part III

In this episode we discuss these aspects of unit testing:

  1. Test FIRST: Repeat-ability
  2. Fiasco in testing time based code: time zones, time adjustments, leap years, day light saving
  3. Calendar trivia
  4. Testing multi-threaded code
  5. Parallel tests, and test isolation
  6. DRY and Wet
  7. Assertions in unit tests and coverage
  8. Mutation testing
  9. Should we trust coverage? How much coverage is enough?
  10. Peer Confidence
  11. To mock or not to mock, that is the question!
Oct 09, 201924:60
Episode 5: Delivering With Confidence - Unit Testing - Part II

Episode 5: Delivering With Confidence - Unit Testing - Part II

In this episode we discuss the aspects of unit testing:

  1. Types of changes in code: structural and behavioural
  2. Fast tests make you fast
  3. Learning Tests
  4. Broken console.log
  5. Single asserts in tests
  6. Tests and code handover.
  7. Why trust tests?
  8. Slow tests, leaving process boundaries and unpredictability in tests.
  9. What are: test doubles, mocks, dummies, stubs, spies and fakes?
  10. To mock or not to mock.
Sep 19, 201926:36
Episode 4: Delivering With Confidence - Unit Testing - Part I

Episode 4: Delivering With Confidence - Unit Testing - Part I

We talk about software testing touching points as:
1. What is testing?
2. What are software requirements?
3. The test pyramid
4. Importance of business in software and what it means for testing.
5. Test principles: F.I.R.S.T
6. Test First principle
7. What is a unit, in unit testing?
Sep 12, 201924:40
Episode 3: Circular dependency

Episode 3: Circular dependency

Circular Depedency is cyclic depedency between classes, packages, modules or services. It adversely affects software's health and productivity of developers.
Here we discuss how to identify, avoid and solve circular dependency in software. We discuss how it arises at all levels of abstraction in software, whether it is good or bad, tools we can use to identify and eliminate the depdency.
Aug 05, 201955:58
Episode 2: Intro to Git Flow
Jan 01, 201821:27
Episode 1: Intro to Containers and Self

Episode 1: Intro to Containers and Self

In this podcast we discuss about Containers, popular implementation being docker; what they are, their uses and drawbacks.
Dec 01, 201723:17