Portfolio

Professional Java developer with around 10 years of experience in Spring, Angular, and Sencha technologies. Besides that, I love to learn new technologies like Python, Machine Learning, and NodeJs, etc.

public class SoftwareEngineer implements Writer, Developer {

	public String name = "Ranjit Patra";
	public String dob = "18/12/1986";
	public String languagesKnown[] = {
		"English",
		"Hindi",
		"Oriya"
	};
	public String nationality = "Indian";
	public String religion = "Hindu";
	public String maritalStatus = "Married";
	public String contactNumber = "+91 XXXXXXXXXX";
	public List educations = {
	new Map(){
		"degree" => "MCA",
		"duration" => "3 Years",
		"yearOfPassing" => 2010,
		"university" => "BPUT",
		"College" => "Silicon Institute of Technology"
	},
	new Map(){
		"degree" => "BSc.",
		"duration" => "3 Years",
		"Honours" => "Physics",
		"yearOfPassing" => 2007,
		"university" => "Utkal University",
		"College" => "Maharishi College of Natural Law"
	}
	public String designation = "Senior Software Engineer";
	public String currentOrganization = "WalkingTree Consultancy Pvt. Ltd.";
	public String workExperience = "8 Years";

	public List projectExecuted = [
		"Web-based mobile app generation tool.",
		"ERP system for auto parts.",
		"Web-based information sharing architecture.",
		"Product where we can easily build reports and dashboards.",
		"ERP system for the education sector."
	];

	public String skills [] = {
		"Java",
		"J2EE",
		"Spring Framework",
		"Python",
		"NodeJs",
		"JavaScript",
		"ExtJs",
		"Angular",
		"JQuery",
		"D3Js",
		"HTML5",
		"CSS3",
		"PostgreSQL",
		"MySQL",
		"Oracle"
	};

	public String hobbies[] = {
		"Learning New Technologies",
		"Learning From Source code",
		"Debug Code manually"
	};
	public String interests[] = {
		"Listening to Music",
		"Cooking",
		"Planting Trees"
	};
}
Code language: Java (java)