How to Handle Stacked Pull Requests on GitHub

If you develop software, there’s a good chance you use a platform like GitHub to collaborate and work together on code with your team. The basic unit of reviewable code in GitHub is the pull request, but the implementation of a feature may require several pull requests. This blog post will give you the necessary … Read more

Revolutionizing the Construction Industry with PDF Technology

Over the past few decades, there’s been an increased push toward sustainability in construction. While that often means building “greener” in terms of materials and resources, transitioning to digital workflows in the construction industry is also part of this. Paper workflows have always been standard in the construction industry, with people relying on drawings for … Read more

Migrating Our Web Codebase from Flow to TypeScript

In summer 2021, we migrated our codebase from Flow to TypeScript. There were many reasons for doing this, but the biggest ones were TypeScript’s community, project activeness, and maintainability. Additionally, Flow is no longer an actual open-source project, and it’s hard to depend on a project that deprioritizes bug fixes that aren’t a priority inside … Read more

Extracting Financial News seamlessly using Python | by Nikhil Adithyan | CodeX | Nov, 2021

A hands-on tutorial on using EOD Historical Data’s API for financial news Photo by Roman Kraft on Unsplash Table of Contents:- Introduction- Extracting Financial News with Python– Importing Packages– Basic Program for Extracting Financial News– Advanced Program for Extracting Financial News- Closing Notes It is essential for an investor to keep himself updated about the … Read more

Extracting Financial News seamlessly using Python | by Nikhil Adithyan | CodeX | Nov, 2021

A hands-on tutorial on using EOD Historical Data’s API for financial news Photo by Roman Kraft on Unsplash Table of Contents:- Introduction- Extracting Financial News with Python– Importing Packages– Basic Program for Extracting Financial News– Advanced Program for Extracting Financial News- Closing Notes It is essential for an investor to keep himself updated about the … Read more

Send Email in CodeIgniter 4 With SMTP

In this Codeigniter tutorial, we would love to share with you how to send email from localhost to server in Codeigniter 4. Sending emails in CodeIgniter to multiple recipients, sending HTML emails and using SMTP is very easy because of the new functionality. Now the stable version of the framework is available to download from the official website. … Read more