compiler.blogSoftware Engineering LevelsWhat are the differences between junior, senior, and lead engineers different? Junior vs. Senior developer? Junior engineers are expected to solve complex problems with guidance. They need practical experience to get better at problem-solving. They'r...May 19, 2024·2 min read
hashnode.comPublishing a blog post to Hashnode using a custom editing interfaceIntroduction Today, we’re going to learn how to publish blog posts using our custom editing interface. We will use Hashnode API and MDXEditor for demo purposes. Step 1: Creating a new React project With node.js, npm installed, please run the followin...Apr 30, 2024·8 min read
compiler.blogTesting Best Practices: The Ultimate GuideIntroduction Hey there! Today, we’re going to explore the testing best practices. These little tips will make your life as a developer easier. I guarantee they will also help you understand testing better. I’ve spent roughly 10 years in the industry ...Mar 7, 2024·15 min read
compiler.blogSoft Skills in Software EngineeringIntroduction If you’re running a business, “We need to refactor this module.” is not something you’d like to hear. It doesn’t mean anything unless you come from a technical origin. In fact, it’s a scary statement because that means you need to change...Feb 17, 2024·8 min read
hashnode.comStep-by-step guide to building a blog with Angular and Hashnode GraphQL APIsIntroduction Hashnode GraphQL API gives you countless possibilities to build your blog using your toolbox–a fronted kit. You can access information such as blog posts, drafts, comments, tags, and many more. We’re going to explore Hashnode API by buil...Feb 16, 2024·10 min read