Intro
Hello, my name is Steven Nathaniel Santoso, a dedicated data enthusiast focusing on data and web development. I hold a Bachelor's Degree in Computer Science. I am an ex-intern from Samsung Research Indonesia as a Data Engineer where I played a role in developing an innovative application. My responsibilities included not only crafting and implementing frontend features on a cloud enviroment but also actively participating in bug fixing and overall application enhancement by using React.Js as the framework.
My Portfolio includes a range of projects, from processing data using Python-Collab to developing predictive results and creating data visualization using Tableau on numerous data and also Web development
Work
TABLEAU-VISUALIZE
This section contains all of my data visualization projects on numerous data such as COVID cases, game sales, and department store sales details by using Tableau features that allow me to make a dashboard that is filled with great comparisons to numerous variables while displaying data cleanly To access and see all the projects, you can click the title that will redirect to my Tableau public profile where you can see the project in much more detailed
Work
PYTHON-COLLAB
This section contains all of my Python projects on processing data that allow me to make a predictive analysis by using great comparisons to numerous variables while displaying data by using bar, graphs so it has a more concise result. To access and see all the projects, you can click the title that will redirect to my GitHub repository where you can see the project in much more detailed
Work
WEB-DEVELOPMENT
This section contains all of the web-based projects that allow me to make a website with a full working database that is filled with great features while displaying the website cleanly and having a great overall design that fulfills the 8 golden rules. To access and see all the projects, you can click the title that will redirect to my web-development repository public profile where you can see the project in much more detailed
About
I’m currently a computer science student graduate from Binus University, with a minor in database technology. I am interested in database-related technologies, which is why I am intrigued by data-related jobs such as Data Analytics, Data Scientist, Data engineering, etc.
To prepare myself, I started taking courses like Training for Tableau and SQL by doing coding challenge and earning my certificate. As a person, I am someone who likes to work in a team, is not afraid of trying new things, and someone who does not give up easily. I also joined an organization to refine my hard skills in Java and also my soft skills in leadership and working as a team.
Contact
Elements
Text
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }
. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';