Learn more about our current job openings and benefits of working at FSL.
Detailed reviews and feedback from past and current clients.
Get to know the Management Team behind FullStack Labs.
Our step-by-step process for designing and developing new applications.
Writings from our team on technology, design, and business.
Get answers to the questions most frequently asked by new clients.
Learn about our company culture and defining principles.
A high level overview of FullStack Labs, who we are, and what we do.
A JavaScript framework that allows rapid development of native Android and IOS apps.
A JavaScript framework maintained by Facebook that's ideal for building complex, modern user interfaces within single page web apps.
A server side programming language known for its ease of use and speed of development.
A lightweight and efficient backend javascript framework for web apps.
An interpreted high-level programming language great for general purpose programming.
A JavaScript framework maintained by Google that addresses many of the challenges encountered when building single-page apps.
A JavaScript framework that allows developers to build large, complex, scalable single-page web applications.
A progressive JavaScript framework known for its approachability, versatility, and performance.
A progressive JavaScript framework known for its approachability, versatility, and performance.
A progressive JavaScript framework known for its approachability, versatility, and performance.
A progressive JavaScript framework known for its approachability, versatility, and performance.
A progressive JavaScript framework known for its approachability, versatility, and performance.
A progressive JavaScript framework known for its approachability, versatility, and performance.
A progressive JavaScript framework known for its approachability, versatility, and performance.
View a sampling of our work implemented using a variety of our favorite technologies.
View examples of the process we use to build custom software solutions for our clients.
View projects implemented using this javascript framework ideal for building complex, modern user interfaces within single page web apps.
View projects implemented using this framework that allows rapid development of native Android and IOS apps.
View projects implemented using this backend javascript framework for web apps.
View projects implemented using this high-level programming language great for general purpose programming.
View projects implemented using this server side programming language known for its ease of use and speed of development.
We have vast experience crafting healthcare software development solutions, including UI/UX Design, Application Development, Legacy Healthcare Systems, and Team Augmentation. Our development services help the healthcare industry by enhancing accessibility, productivity, portability, and scalability.
We offer a range of custom software development solutions for education companies of all sizes. We're experts in Education Software Development and specialists in enhancing the learning experience across web, mobile, and conversational UI.
We're experts in developing Custom Software Solutions for the Logistics Industry. Our work offered a whole new and more efficient way for Logistics companies to manage their crucial operations.
We partner with various construction industry organizations to build custom software development solutions. Our Construction Software Development Services allow construction companies to manage projects, resources, and documentation.
We have vast experience crafting healthcare software development solutions, including UI/UX Design, Application Development, Legacy Healthcare Systems, and Team Augmentation. Our development services help the healthcare industry by enhancing accessibility, productivity, portability, and scalability.
We offer a range of custom software development solutions for education companies of all sizes. We're experts in Education Software Development and specialists in enhancing the learning experience across web, mobile, and conversational UI.
We're experts in developing Custom Software Solutions for the Logistics Industry. Our work offered a whole new and more efficient way for Logistics companies to manage their crucial operations.
We partner with various construction industry organizations to build custom software development solutions. Our Construction Software Development Services allow construction companies to manage projects, resources, and documentation.
Learn more about our current job openings and benefits of working at FSL.
Detailed reviews and feedback from past and current clients.
Get to know the Management Team behind FullStack Labs.
Our step-by-step process for designing and developing new applications.
Writings from our team on technology, design, and business.
Get answers to the questions most frequently asked by new clients.
Learn about our company culture and defining principles.
A high level overview of FullStack Labs, who we are, and what we do.
A JavaScript framework that allows rapid development of native Android and IOS apps.
A JavaScript framework maintained by Facebook that's ideal for building complex, modern user interfaces within single page web apps.
A server side programming language known for its ease of use and speed of development.
A lightweight and efficient backend javascript framework for web apps.
An interpreted high-level programming language great for general purpose programming.
A JavaScript framework maintained by Google that addresses many of the challenges encountered when building single-page apps.
A JavaScript framework that allows developers to build large, complex, scalable single-page web applications.
A progressive JavaScript framework known for its approachability, versatility, and performance.
A dynamic programming language used in all sorts of web and mobile applications.
A cross-platform programming language designed to run robust applications on any device.
A UI toolkit used to build natively compiled applications from a single codebase.
A functional programming language that’s ideal for scalability, maintainability, and reliability.
A Customer Relationship Management (CRM) platform that seamlessly integrates with your business operations.
A high-performance programming language that makes it easy to build simple, reliable, and efficient software.
View a sampling of our work implemented using a variety of our favorite technologies.
View examples of the process we use to build custom software solutions for our clients.
View projects implemented using this javascript framework ideal for building complex, modern user interfaces within single page web apps.
View projects implemented using this framework that allows rapid development of native Android and IOS apps.
View projects implemented using this backend javascript framework for web apps.
View projects implemented using this high-level programming language great for general purpose programming.
View projects implemented using this server side programming language known for its ease of use and speed of development.
Here’s what happened: I needed to deliver a solution to the QA team and was running out of time.
I needed to hurry to finish my work quickly. I thought I was just a couple of clicks away from finishing. I planned to double-check that everything was in place and working. But when I started the computer that morning, the Windows operating system began an update without my permission. You know the drill, maybe 5 or 7 minutes updating stuff that I don’t need. That was my breaking point. I asked myself: do I really need Windows for development? Since I did not use .Net or Adobe Suite, the answer was no. Right then and there, I decided to switch to Linux. By the end of the day, I was backing up my data to start over in this strange and exciting new operating system.
At first, it wasn’t easy. I started my computer science training using Windows, so it was all that I knew. However, the die was cast, so the next step was choosing the best Linux distribution for developing and one that would be most comfortable coming from a Windows background.
There are tons of Linux distributions on the market. I wanted a nice lightweight OS with a friendly user interface. From my experience and research, I suggest one of the following:
Based on Arch and includes its package manager, Pacman. This distro is my favorite but not recommended for beginners, however, an experienced developer knows their way around a terminal. In my opinion, it’s the best way to optimize PC hardware, good for machine learning, and you can install Android Studio from PaMac (the package manager IDE). Additionally, three lines in the terminal and you have docker installed and running. It’s awesome.
A nice choice for developers based on Debian, its package manager is aptitude. If you’ve seen Ubuntu before, you’ll be familiar with it. The OS has good support and stability. For machine learning, it’s awesome because most of the Python packages required are preconfigured.
Ubuntu is the world’s most popular Linux distribution used for both servers and end users. It’s based on Debian and its package manager is aptitude. For development it’s great for beginners because it provides lots of good documentation and helpful packages.
From my point of view, there are three reasons:
1. Performance: Linux desktops are lighter than Windows. Running Linux you realize Windows takes a lot of memory just for the explorer and a bunch of background processes. My Manjaro OS, with more than 30 Brave browser tabs, as well as other programs open, uses a little more than 4.5GB of RAM.
2. Software: In most cases, installing software is easier. If you’re familiar with the terminal, you just need a couple of commands. If not, you can go to the IDE to search for the packages you want to install. The Linux terminal is awesome for developers.
3. No forced updates: As I mentioned at the beginning of the article, this was one of the main reasons I switched to Linux. It doesn’t force you to update the kernel or software, it asks for your permission.
If you work in web development, you probably use some of the following:
Git is preinstalled in most Linux distributions, so you probably don’t need to do that. If you need to install VSCode, Atom, or any other software, you have two options: do it via the terminal or the IDE.
Let’s say you need to install VSCode. The easiest way is to go to the package manager IDE, search for it, and click on the “Install” button. That’s it!
The second option is to follow the instructions for your package manager. For example, to install VSCode in Pacman you need to clone a git and then compile the package.
One of the best features of Linux is the ability to customize the OS. Many Linux users first configure their keyboard shortcuts.
Each desktop environment in Linux has a Settings section. I use Budgie and some of the shortcuts I use are:
-- CODE language-jsx keep-markup --
$ git clone https://AUR.archlinux.org/visual-studio-code-bin.git
-- CODE language-jsx keep-markup --
cd visual-studio-code-bin/ && makepkg -s
-- CODE language-jsx keep-markup --
sudo pacman -U visual-studio-code-bin-*.pkg.tar.xz
Switch between workspaces.
-- CODE language-jsx keep-markup --
Super + Home
Super + End
A little modal to launch an application.
-- CODE language-jsx keep-markup --
Alt + F2
Once you have all the software installed and keyboard shortcuts set up, you’re ready to go!
-- CODE language-jsx keep-markup --
Super + T
As a developer, I think moving to Linux is the best decision you can make. However, if you’re working in .Net, you should probably stick to Windows or use a virtual machine.
But the experience for other types of programming, like Machine Learning and Android development is much better. For example the Android emulator runs better and more smoothly on Linux than Windows.
So don’t be scared, take the plunge and move to Linux today! You’ll never look back.
We’d love to learn more about your project.
Engagements start at $75,000.