• Software
  • Leadership
  • Agile
  • Events
  • Other Topics
    • Finance
    • Robotics & AI
    • System Administration
    • Books
    • Life Experiences
    • Environment
  • Write and Earn
  • About Us
    • About Us
    • Our Contributors
    • Contact Us
    • Article Submission Guidelines
    • Logo demystified
  • Follow @MeJaneve
    Janeve.Me
  • Categories

    Browse through following categories for articles written by professionals.
    • Agile
      4
    • Books
      5
    • Environment
      1
    • Events and Conferences
      7
    • Featured
      9
    • Finance
      1
    • Leadership
      6
    • Life Experiences
      8
    • Robotics & AI
      1
    • Software
      30
    • System Administration
      2
  • Software
  • Leadership
  • Agile
  • Events
  • Other Topics
    • Finance
    • Robotics & AI
    • System Administration
    • Books
    • Life Experiences
    • Environment
  • Write and Earn
  • About Us
    • About Us
    • Our Contributors
    • Contact Us
    • Article Submission Guidelines
    • Logo demystified
Author

Janeve George

A Technology Leader, Software Engineer, and Agile Methodologies enthusiast. Currently, working as Lead Software Development with Zeta Suite. He has more than 1.8 decades of experience spanning different verticals predominated by hosting, cloud, and media delivery technologies.




Finance
Check your CIBIL TransUnion Score before applying for a loan.
Janeve George Posted On October 30, 2012


Are you looking forward for applying for a personal, car or home loan or even applying for a new Credit Card. Then you might want to check your “CIBIL TransUnion Score” to know how likely are you going to get […]


Continue Reading
0
2.6K Views




Software
Dynamic Loading using Java Reflection and Properties.
Janeve George Posted On August 9, 2012

SoftwareProgramming

What is Java Reflection and Properties In this article I will be explaining how you load classes dynamically using a properties file and Java Reflections. The Properties file are basically a collection of key-value pairs. It is the most commonly […]


Continue Reading
0
10.7K Views




Software
Function Oriented Programming in Haskell
Janeve George Posted On March 6, 2012


The purpose of this article is to understand Haskell and more importantly, Function Oriented language. Introduction to Functions and Function Oriented Languages What is a Function? A Function is a set of executable commands accepts zero or more arguments returns […]


Continue Reading
0
3.0K Views




Software
Haskell – GHCI prompt commands
Janeve George Posted On March 2, 2012


— Commands available from the prompt: <statement> evaluate/run <statement> : repeat last command :{\n ..lines.. \n:}\n multiline command :add [*]<module> … add module(s) to the current target set :browse[!] [[*]<mod>] display the names defined by module <mod> (!: more details; […]


Continue Reading
0
3.1K Views




Software
Small Factorials Solution in Haskell
Janeve George Posted On February 28, 2012


Let’s try to solve the codechef’s small factorials problem in Haskell. The code should be able to take in a list of positive integers and output their factorial values. The solution which I came up is as follows: — ‘Main’ […]


Continue Reading
0
2.6K Views




Software
Installing Haskell Platform
Janeve George Posted On February 28, 2012


Installing the Haskell platform is pretty straight forward. You will have to first download the appropriate setup file from http://hackage.haskell.org/platform/. Running the setup file will install Haskell compiler and runtime environments in your computer. After installing the platform you may […]


Continue Reading
0
2.6K Views




Software
Class.forName() and DriverManager.getConnection()
Janeve George Posted On February 28, 2012


Have you ever wondered how the following code worked? Class.forName(“some.database.Driver”); Connection conn = DriverManager.getConnection(“connection_url”, “username”, “password”); A half-backed answer would be Class.forName() loads the database driver class some.database.Driver, and DriverManager.getConnection() returns the appropriate Connection instance based on the ‘connection_url’ provided. […]


Continue Reading
5
12.9K Views




Software
Which Java collection to use?
Janeve George Posted On February 27, 2012


Introduction Java collections are one of the most commonly used data-structures by all Java professionals. But are you using the right collection class that would best suit your need? Most programmers usually use Vectors, ArrayList, HashMap, or Hashtable. There are […]


Continue Reading
0
13.1K Views




Software
AspectWerkz with Spring dependency injected aspects
Janeve George Posted On February 27, 2012

SoftwareProgramming

Aspect Oriented Programming and Dependency Injection are two very powerful frameworks that would help in eliminating cross-cutting concerns and providing a way of injecting dependencies at run-time. Two most powerful frameworks for Java, through which we can achieve these, are […]


Continue Reading
0
2.3K Views




Software
Database Usage Practices
Janeve George Posted On February 26, 2012


After a long period of intense thinking, research and brainstorming sessions, I have finally made up my mind with few best practices that can be considered while using a database. All database servers today has capabilities to optimize the queries […]


Continue Reading
0
1.8K Views




3
Newer Posts Older Posts
  • Follow @MeJaneve
    Janeve.Me
  • Categories

    Browse through following categories for articles written by professionals.
    • Agile
      4
    • Books
      5
    • Environment
      1
    • Events and Conferences
      7
    • Featured
      9
    • Finance
      1
    • Leadership
      6
    • Life Experiences
      8
    • Robotics & AI
      1
    • Software
      30
    • System Administration
      2

  • Popular Posts

  • Recent Posts

    • 3Es to Supercharge your Career Journey and Performance Review Ratings
    • Java Asynchronous Programming using CompletableFuture - Part 1
    • The Java Stream API
    • Functional Interfaces in Java
  • Keep In Touch

    Follow us on social media to get latest articles on Programming, System Architecture, Agile Development Methodologies, Product and Project Management, Personal Development, BigData, Robotics, Upcoming Events and more...


Copyright © 2020 | Janeve.Me. All rights Reserved.
Press enter/return to begin your search