Resolving the 'sequelize Running Script Disabled' Error with a Single Command!I have been in the process of setting up the server side of a node js project. I am using PostgreSQL with my ORM as Sequelize when I came across this error message. The error message indicates that there is a problem with running scripts in PowerShe...Jun 23, 2023·2 min read
Dev Retro 2022: Turning Lemons into Lemonade: Reflecting on the Challenges and Opportunities of 2022.Jan 2, 2023·9 min read
Generating a Secure VAPID Key for a Node.js ProjectVAPID stands for Voluntary Application Server Identification for Web Push. It is a set of specifications that allows you to identify your server and send push notifications to web applications through the Web Push Protocol. VAPID is a widely used sta...Dec 26, 2022·5 min read
Typescript: A Beginner - Friendly Guide to MasteryTypescript is a popular programming language that is a superset of JavaScript, meaning that it includes all the features of JavaScript and adds some additional functionality. Typescript is particularly useful for larger, more complex projects, as it ...Dec 24, 2022·3 min read
5+ Tips for Successfully Managing a Group Project as a BeginnerManaging a group project as a beginner can be a challenging but rewarding experience. It is an opportunity to develop your leadership and teamwork skills, as well as contribute to the success of the project. Here are some tips on how to effectively m...Dec 23, 2022·3 min read
Heroku and GitHub Collaborate to Give Students Access to Cloud Development ResourcesHeroku, a cloud platform for building, running, and managing applications, has announced a partnership with GitHub, a platform for developers to collaborate on code, to offer a Student Developer Program. The program aims to provide students with acce...Dec 22, 2022·2 min read
How to go from 0 to thousands of traffic on Hashnode?Hashnode is a popular platform for bloggers, developers, and tech enthusiasts to share their thoughts and knowledge with a larger audience. If you're looking to increase the traffic to your blog on Hashnode, there are a few strategies you can try to ...Dec 20, 2022·2 min read
Introduction to Flutter Development v1Flutter is a mobile application development framework created by Google. It allows developers to build native-looking apps for both Android and iOS using a single codebase. Flutter is built on the Dart programming language and uses a reactive program...Dec 20, 2022·3 min read