We can organize an interview with Aldin or any of our 25,000 available candidates within 48 hours. How would you like to proceed?
Schedule Interview NowMy name is Muhammad O. and I have over 2 years years of experience in the tech industry. I specialize in the following technologies: Spring Boot, Ruby, Ruby on Rails, JavaScript, Java, etc.. I hold a degree in Bachelor of Science (BS). Some of the notable projects I’ve worked on include: WXLLSPACE, Crime Data Visualization, Blu-Label, JKF Solz IT - an IT Solutions & Project management consultancy. I am based in Kings County, United States. I've successfully completed 4 projects while developing at Softaims.
I thrive on project diversity, possessing the adaptability to seamlessly transition between different technical stacks, industries, and team structures. This wide-ranging experience allows me to bring unique perspectives and proven solutions from one domain to another, significantly enhancing the problem-solving process.
I quickly become proficient in new technologies as required, focusing on delivering immediate, high-quality value. At Softaims, I leverage this adaptability to ensure project continuity and success, regardless of the evolving technical landscape.
My work philosophy centers on being a resilient and resourceful team member. I prioritize finding pragmatic, scalable solutions that not only meet the current needs but also provide a flexible foundation for future development and changes.
Main technologies
2 years
1 Year
1 Year
1 Year
Potentially possible
Wxllspace is a website that facilitates a unique collaboration between real estate operators and talented mural artists worldwide. By uniting developers and creatives, they embark on commissioned public art projects that bring captivating transformations to various real estate spaces.
Crime data visualization is a visualization website that shows the crime data in NYC from 2006 to 2018 It is useful for understanding crime trends in New York city via the toggling of different factors. Key Features Users will be able to: 1. Visualize the crime data using svg markers 2. Identify areas with dense crime activity 3. Filter by types of crimes 4. Filter by location of crimes Filter By 1. Filter by location - display crime data across the borough specified 2. Filter by Year - display crime data in the year specified 3. Filter by types of crimes - display data based on the type of crime Technologies This project is implemented with the following technologies: JavaScript and D3 for logic HTML5 for rendering the page Google Maps API and D3 for rendering the map and its elements Code Snippet This helper method shapes the passed data into a form that can be used by D3 to render onto Google Maps either by Google Maps bounds or otherwise. for (let i = 0; i < data.length; i++) { if (!data[i].lat_lon) { continue; } if (filterBy) { if ( data[i].lat_lon.coordinates[1] > filterBy.southWest.lat && data[i].lat_lon.coordinates[0] > filterBy.southWest.lng && data[i].lat_lon.coordinates[1] < filterBy.northEast.lat && data[i].lat_lon.coordinates[0] < filterBy.northEast.lng ) { crimeCoords[i] = data[i].lat_lon.coordinates; crimeCoords[i].push({ boro_nm: data[i].boro_nm, date: data[i].rpt_dt, offenseDescription: data[i].ofns_desc, policeDescription: data[i].pd_desc, complaintTime: data[i].cmplnt_fr_tm, violationType: data[i].law_cat_cd, premierDescription: data[i].prem_typ_desc, occurenceLocDescription: data[i].loc_of_occur_desc }); } } else { crimeCoords[i] = data[i].lat_lon.coordinates; crimeCoords[i].push({ boro_nm: data[i].boro_nm, date: data[i].rpt_dt, offenseDescription: data[i].ofns_desc, policeDescription: data[i].pd_desc, complaintTime: data[i].cmplnt_fr_tm, violationType: data[i].law_cat_cd, premierDescription: data[i].prem_typ_desc, occurenceLocDescription: data[i].loc_of_occur_desc }); } }
BLU-LABEL is trying to make an emissions less fashion industry to protect the climate. It is a step towards go green earth by taking the actions to reduce emissions in production and cultivation. Web Application from zero to one using React.js, Redux and styled components.
JKF Solz IT is an IT Solutions & Project management consultancy. They offer Digital transformation Solutions for Real Estate, Mall & Retail, Leisure & Entertainment, Manufacturing, and Trading Industries. Developed this application from the scratch till end.
Bachelor of Science (BS) in