Prathmesh Modhepmodhe09.hashnode.dev·10 hours agoWhat It's Like to Interview at Reelo for Full Stack Developer RoleAbout Me I hold a BTech in Computer Science and Engineering, a 2024 Batch graduate from Jaypee University of Engineering and Technology. During my BTech, I was associated with DeltaX as an Associate Product Engineer Intern and with CodingNinjas as a ...Discuss·69 readsinterview
AFUBE ANGEL CHINENYEangel-afube.hashnode.dev·Sep 9, 2024"How Confusing Can Version Control Be?"As a junior front-end developer, my initial thought when asked to study extensively on version control was, "How hard could it be?" Create a branch, write code, commit, push, and then raise a pull request—simple, right? Well, I quickly realized that ...Discussversion control
Victor Mitiblog.victor.co.zm·Sep 3, 2024How is it going?In my previous post in this series, I talked about enrolling to Coursera Plus and actually getting started on this journey to learn Computer Science. It's been close to two years since I wrote that post, and a lot has happened between then and now, s...DiscussComputer ScienceComputer Science
Derek Armstrongderekarmstrong.dev·Aug 15, 2024Fireworks, Fun, and First-Time ContributionsHey, amazing developers out there! This one’s for you—the geniuses who code up a storm but never think about contributing to the stuff you use daily. Let me take you on a little journey that might just inspire you to dip your toes into the world of o...Discuss👨🏻💻 Code Craft#first-time-contributions
Alejandro Benjumea Aguirrealejodev.hashnode.dev·Aug 13, 2024Organización y Buenas PrácticasExisten diferentes tipos de estructuras de carpetas para proyectos, siendo la estructura MVC (Modelo-Vista-Controlador) la más popular hasta hoy día, pero existen muchas más alternativas. Hoy les hablaré sobre la estructura de carpetas que he usado e...Discuss·1 likeNode.js
Jake Doranblog.jakedoran.co.uk·Aug 12, 2024Mastering the Codebase: How to Quickly Achieve Actionable UnderstandingAs a software developer, your codebase is your most important asset. Much like a craftsman knowing their tools inside and out, understanding your codebase at a deep level is essential. Not only does this allow you to navigate your environment confide...DiscussCareer
Jake Doranblog.jakedoran.co.uk·Aug 11, 2024Estimating Effort: The Mark of an Experienced DeveloperWhen asked to describe the qualities that define a great software developer, traits like effective communication, curiosity, teamwork, a positive attitude, creative problem-solving, and quick learning often come to mind. However, one crucial yet freq...DiscussCareer
Eliud Githukugiteliud.hashnode.dev·Aug 9, 2024Making SQL queries on top of ORMs in Java Spring BootIntroduction In Spring Boot, Object-Relational Mapping (ORM) frameworks like Hibernate simplify database interactions by allowing developers to work with Java objects rather than writing complex SQL queries. However, there are scenarios where using p...DiscussJava
Maximiliano Bertta Borgesmaximiliem.hashnode.dev·Jul 25, 2024Building a web to my actual work: My experience like web developer JrHello there! I hope you're doing great! Let me tell you about my new project. This is my first big project in my actual work. And... my work doesn't have relation with the IT world. So, here we are! I decided to divide the post in a few posts more to...DiscussWeb Development
Ekene Gloriagloriaekene.hashnode.dev·Jul 24, 2024Principles of Responsive Design: Fluid GridsResponsive web design is essential for ensuring that websites adapt to various devices and screen sizes, providing an optimal viewing experience for users. Fluid grids are a fundamental aspect of responsive design, enabling layouts to scale proportio...Discuss·10 likesCSS