Top 10 ways to become a self-taught developer
Introduction Hello fellow newbies and self-taught developers, As a rookie, what are your challenges in learning? My biggest challenges as a self-taught in development were:...
Introduction Hello fellow newbies and self-taught developers, As a rookie, what are your challenges in learning? My biggest challenges as a self-taught in development were:...
Making a Django app production-ready inside Docker is quite useful for developers. It minimizes the hassle of setup and deployment. This allows developers to focus...
MongoDB vs Amazon s3 is one popular search among developers and startups but this should not be the question to ask because they solve different...
The earlier you catch defects, the cheaper they are to fix - Dave Farley, Continuous Integration The promise of continuous integration is great: you can...
Environment & Dependencies * Nodemailer is a Node.JS npm module for sending emails. This has been the go to solution to most NodeJS developers for email delivery in their applications. * Ensure you have NodeJS installed as a run environment. Prerequisites • Basic knowledge of JavaScript programming. • Knowledge Node.JS • A code editor such as VSCode Getting...
Introduction Loading screens are an important aspect for any application. This lets the user know that the processing is going on. There are lots of...