by admin | May 18, 2022 | App Development, Cruise, Web Application Development
Since 2018, Sourcetoad has been very interested in the world of cruise mobile applications and their features. We’re interested partly because we want to be better software engineers, and partly so that we can better inform our clients. This interest drove us to begin...
by admin | Apr 11, 2022 | News, Web Application Development
April 11, 2022 — We are proud to announce that Sourcetoad is now the first US-based company to receive a Laravel Certification! Laravel is an open source PHP framework with built-in features designed to make web app development faster and easier. Reasons our...
by Greg | Mar 4, 2021 | Web Application Development
What Is an Integrated Booking Portal? An integrated booking portal (IBP) — also known as an integrated booking system — is a software application that connects to one or more booking applications to create a unified guest experience. For example, a hotel that has...
by Sourcetoad | Jan 24, 2017 | App Development, Programming, Web Application Development
React is a simple, yet powerful, UI library. When it was released in 2013, it offered an alternative to the existing popular monolithic JavaScript frameworks of the time. React’s most important advances are the emphasis on components, one-way data flow, the...
by Sourcetoad | Jan 19, 2016 | Code, Cool Tools, Web Application Development
As developers, the integrated development environment (IDE) we choose to use is both incredibly important and something none of us really think about. The former because it truly helps us write code quickly and efficiently, predictive text, code scanning, syntax...
by Sourcetoad | Dec 1, 2015 | Cool Tools, Web Application Development
The nice thing about using Heroku is that it is very simple to deploy. Just git push Heroku master. There are, however, just a few simple bad practices to eliminate. For instance, it’s important not to store configurations in your code. Also don’t assume...