Monthly Feature: C# Developer Jayson Ragasa

Andy Charters
.
August 18, 2023
Tech News

Mobile app developer Jayson has over a decade of experience as a developer starting way back in high school. A logical and creative thinker, Jayson values the importance of constant learning and application as a developer. That’s why he writes codes in his spare time. Know more about Jayson in the interview below.

Can you tell us a little bit about yourself (who are you, where are you from, what drives and motivates you, etc.)?
My complete name is Alfonso Jayson Dangzalan Ragasa. They usually call me “Jayson” or “son”. I’m originally from Villasis, Pangasinan. I took BS Computer Science at STI Baguio and started working as a developer when I was in my 3rd year in college. I lived and stayed at C.A.R. for 15 years until I got married. My wife is from NCR and we have 3 kids now.

What drives and motivates me -- Bunch of challenges actually. Priorities drive me and my family and new technology motivate me and keep me working.


When and how did you get started on programming?
I started 3rd year high school in 1998 -- Our school offered a basic college course for 3rd and 4th year high school students. I took architecture then decided to take IT after a week. They introduced basic graphic design using Turbo-BASIC (Beginner's All-purpose Symbolic Instruction Code) language. It got me interested with programming, so I borrowed a book from a friend called Using Turbo Basic from Borland-Osborne. I did an advanced reading and a few months later, I was way ahead of my other classmates already writing my own 3D game, and file tools.

My inspiration was really from a guy sitting in front of the big block device with a screen, writing these codes from afternoon until evening (I didn’t have a PC before so I was just renting). When he starts running the program, there is this circle moving across the screen! I was amazed with how he did it. I can program and show a static object on screen, but this guy… that object was moving! And I thought: I want that! I have to learn that! I have to get inside his brain and know how he did it! And so I did. After a couple of months, I have a 3D shooting game written in BASIC language controlled by left and right keys and the spacebar for shooting. That started everything! That guy was a genius and that guy was my inspiration.

What is programming language and/or framework of your choice? Why?
I came from BASIC, Pascal, C++, VB, VB .NET, and now C#. I think I would choose C# because of its common syntax pattern. I mean, you can easily understand the other programming language that we have today without going through documentations just to look or understand what this function/method does.


Can you share some projects you’ve done? Which of them are you most proud of and why?
That would be my old program in DOS called HexEditor that was written in BASIC language. HexEditor is a simple tool that you can use to edit or manipulate an application. Manipulate their function or edit the strings/text (e.g. Start button, you can change that to something else) But that’s not the point, why I was proud. It was because it was all done in BASIC and my only reference is a simple book that I borrowed that did not have any examples and just gave a very short description of what this method does. The fact that I don’t have internet back then so I have to constantly make a trial and error just to understand what it does and how it can help me with the tool I was making.


In your work experience as a developer, what’s a frequently overlooked skill that proved surprisingly useful?
From my experience, it would be the logical skills! How you solve problems. What are the work arounds if this technology fails in some point and you still need it? And how can you make it possible? Multiple solutions in one problem. As a developer, I think these are one of the most important skills that a company should look for. Not those weird tests that does not necessarily mean that if you fail, you fail in everything and you lose the job you want. It should always about how well you solve the problem and think of multiple solutions and how well you write the code. I feel sad that some great developers fail in their exams and these companies don’t know what they are missing.

What projects/technologies do you enjoy working on in your spare time?
I usually write codes or read and watch about these new technologies. Not only about programming but new technologies in Science, Machines, Nature, and Drones. Sometimes I make some small tools that could help me with the application I am developing or create a new tool or reusable codes for other things and share them in GitHub or write a blog about it.

Blogging and sharing my codes and apps actually made it to CodeProject’s Best Article of the Month.

I’m also a drone pilot for the past 5 years and also a drone racing pilot for 3 years. Whenever I get a spare time, I check the latest news and latest hardware for racing drone, and keep up to date with my favorite flight controller firmware. We use open source flight controller called #Betaflight. Way back in 2014 when I started sharing my codes in MultiWii, which is an open source flight controller too written in C, I shared my codes about supporting Sonar device and also modified the source code to support my application. I was working on it in a Windows Phone so I can fly my drone using my Windows Phone device.

Walk us through your day. What’s a typical day like for you as a developer?
Not sure, but I think a lot of stuff when I’m in my Wilderness Box like when will aliens come to earth and greet people? Like “Hey ‘zup? I come to eat your food.” And I’m like, “Yeah bro, come join in.” And the alien’s like, “Thanks man. You also have juice? Human juice?” It will be fun and freaky. And like how UFO defies gravity. I also don’t think Superman can fly. I think the reason why he looks like he’s flying is because of how he jumps from the ground. He’s a very very strong man and came from a planet that probably has a very very strong gravity. I mean, if you’re from that planet and the gravity was 20x the gravity of Earth and you come down to Earth, you’d feel extremely light. So if you jumped, you would be so high you’ll reach the stars. So if you notice, Superman tried to position himself in a slightly angled way so he does not jump straight up. It’s like the Earthlings going to the moon and they wear these heavy stuff to keep their feet in the ground. So I think Superman is a heavy alien. I also think that if we have the capability of shrinking things like if we shrink a car, will we be able to lift it? I don’t think so. All things are made of atoms, and atoms don’t shrink, they compress! Scieeeence yeah! I also think if you have the power to stop the time, will you be able to move the bullet moving downwards? I don’t think so either. Objects increase its mass as it moves. Remember that you only slowed down the time, but not the force of the objects. So you are still pushing a ton of mass in a 12g bullet. Anyway, it’s not worth an argument because it’s impossible to slow down the time... unless you’re a fly. Still, a fly can’t slow down time. They’re just small. LOL.

On the other box, I sit on my chair writing codes, punching my way through the problems, reading, testing, debugging, and skype conversation while drinking coffee. Pretty much the same everyday, every weekdays.


What’s your favorite part of being a developer?
Actually one of the things I like is that I can make an application that I want and sell it in the marketplace. Writing a good code keeps the application going without interruptions and failures or worse is making someone a billionaire in one second because the SQL query is wrong.

Great thing is we test things first before the production.

But as a developer, I’d say no application or operating system is perfect and 100% working. wink

I cannot emphasize more but if you really want to learn -- read and implement.“Programming is not a memory game where you memorize codes”

I cannot emphasize more but if you really want to learn -- read and implement.
“Programming is not a memory game where you memorize codes”

I love what Stephen Hawking said:
“Whether you want to uncover the secret of the universe, or you just want to pursue a career in the 21st century. Basic computer programming is an essential skill to learn.”


Tech is an industry where the trends and requirements change quickly. How do you keep your skills up to date?
If it got my interest or something that is very necessary, I read more about it, research, and make some test application.

I also have to learn other coding patterns to make sure the application I am developing runs smoothly and fast.

Programming is not just writing codes, you also have to learn how to optimize to make the execution faster and not to eat too much computer resources.

What made you decide to work at Cloud Employee?
I almost signed a contract in another company before, but I was informed that I have a job contract in Cloud Employee so I immediately signed it. Why? Because I love it here. I love the environment and I love the people.

What’s it like working at Cloud Employee so far?
It was great so far. We have Xbox, dartboard, table tennis, free food Friday, and free haircut. No company I know offers free food Friday and a free haircut - and mini games for stress reliever. But the best thing is, Cloud Employee has an open door policy. They are transparent to everyone, supports you, and prioritizes you.

Being a Mobile Developer in Cloud Employee
I actually started creating mobile applications way back in 2010. I published the apps at XDA-Developers.com. I was a recognized developer and shared several apps for Windows Mobile 6 up to 6.5. I also ported the Neko (software) to Windows Mobile which was originally written for Windows 3.1. After that, I started learning how to develop applications for Windows Phone and published my apps at Windows Marketplace and started earning money. Most of it were free apps but couple of my apps are paid-apps. Last year, 2017 when I started learning Xamarin, I experienced a lot of difficulties regarding design implementation because Xamarin still has bugs. What I did was to make some workarounds to make sure I meet my client’s design UI for Android and iOS and also meet the required functionalities or features.


What would be your dream developer setup, in terms of hardware and software? / What do you use to get the job done?

5TB SSD or more
Latest Intel processor!
128GB Memory or more
Epic GFX card
IBUS motherboard
3 HD screens
Epic keyboard and mouse with colorful led lights!

It would be a dream setup if I can launch an application that is ready to use within 2 seconds and compiles my code within 10 seconds! That would be epic!

Data Warehouse and Analytics Specialist

POST DATE
July 26, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Salesforce Developer

POST DATE
July 25, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Business Development Representative

We are seeking a motivated and dynamic Business Development Representative to join our team. This role is crucial for driving our business growth by identifying potential clients, conducting direct outreach, and setting appointments for our sales team. The ideal candidate will have a strong passion for sales, a successful track record of achievement, excellent communication skills, and the ability to thrive in a fast-paced environment.

POST DATE
July 23, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Fullstack Developer (FE Focus)

We are seeking a Fullstack Developer with a strong emphasis on front-end development and user experience to join our team. This role requires a balance of front-end and back-end skills, with a preference for candidates who excel in creating visually appealing and user-friendly interfaces.

POST DATE
July 22, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Project Manager

We are seeking an experienced IT Project Manager to oversee the planning, implementation, and tracking of IT projects. The ideal candidate will have strong technical skills combined with excellent leadership abilities to ensure projects are completed on time, within scope, and within budget

POST DATE
July 18, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Software Engineer

  • Skills: PHP, SQL, JavaScript, some .Net
  • Remote or Makati Offices (Your choice)    
  • Competitive Salary 
  • Philippines Benefits + HMO
  • Shift: Mid-shift
  • Position: Full-time

POST DATE
July 17, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Full Stack .NET Developer

POST DATE
July 9, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

QA Automation Engineer

We are looking for a talented Software Tester to join our expanding QA team. You will be working as part of a highly skilled team, helping build high-quality interactive web and mobile applications. You will work on implementing automation tests for our products to make sure they are kept robust.

POST DATE
July 2, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Quality Assurance Engineer

POST DATE
June 25, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Android Developer

Asan Android Developer, you will demonstrate an understanding of clean, object-oriented code, good architecture principles, and knowledge of common software design patterns. As a team, we’re committed to producing high-quality, maintainable code, so you’ll need to display a familiarity with the creation of well-tested code. Experience of interaction with XML and JSON data served via HTTP APIs is also essential. We make use of several additional technologies including many of the Android support libraries

POST DATE
June 25, 2024
WORK LOCATION
JOB TYPE
Apply

Full Stack .Net Developer

As a Full-Stack Developer, you will play a pivotal role in advancing our core product, which is market-ready and positioned for continuous improvement and innovation. You will be integral to the entire development lifecycle, enhancing existing features and deploying new functionalities. You will stay abreast of industry trends to continuously innovate and improve our product, taking ownership of projects from conception through to implementation.

POST DATE
June 25, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior IOS Developer

As an iOS Developer, you lead technical excellence and management within our team on a leading VOD platform. You ensure iOS projects are delivered on time and within budget while providing clear solutions to complex technical issues. Your role fosters innovation and excellence through the adoption of new technologies and best practices, supporting the team to produce top-tier work.

POST DATE
June 21, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Software QA Test Engineer (Manual)

This role will be to collaborate on the Quality Assurance of the company’s application, whilst also taking responsibility for the back-end architecture. You will assume responsibility for a wide range of activities that will include candidate support, client and integration support activities, and project-based work to improve our overall effectiveness

POST DATE
June 21, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

QA Engineer

As a QA Engineer, the ideal candidate will have a strong background in both manual and automated testing, with a focus on mobile and web applications. This role involves working closely with developers, product owners, and UX/UI designers to ensure the highest quality of our software products.

POST DATE
June 21, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Full Stack Shopify Developer

POST DATE
June 20, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Video Editor

We seek a Video Editor with a strong creative eye. You'll create high-quality YouTube videos, repurpose content, and streamline workflows using Adobe Premiere, Frame.io, CapCut, and other AI tools to maximize your video editing efforts. You will create videos on a weekly basis for our company and our CEO's personal brand. The job is completely remote, but we have offices in Makati, where you might be asked to join us occasionally for team gatherings.

This is an exciting opportunity for a video editor who has a growth mindset, who takes pride in their work and enjoys working from the comfort of their home.

POST DATE
June 18, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

React Native Developer

As a React Native Mobile Developer, you will be responsible for developing and maintaining mobile applications for both iOS and Android platforms. You will collaborate closely with our product, design, and backend teams to create seamless, intuitive, and high-performance mobile experiences for our users.

POST DATE
June 18, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Developer - Zuora Subscription Billing

As a Senior Developer specializing in Zuora Subscription Billing, you will be responsible for the design, development, and maintenance of Zuora Subscription Billing solutions to support our subscription-based business model. You will work closely with cross-functional teams to understand business requirements and implement solutions that align with the company's objectives.

POST DATE
June 17, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Web-Scraping Developer

Cloud Employee is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineering teams and grow their CV and skill-set. 

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement, and well-being. We provide security, career paths, individual training programs, and mentoring.

POST DATE
June 14, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

FileVine Consultant

POST DATE
June 13, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Back End Developer (Python)

Writing scalable, robust, testable, efficient, and easily maintainable code. Translating software requirements into stable, working, high performance software. Playing a key role in architectural and design decisions, building toward an efficient microservices distributed architecture.
POST DATE
June 10, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Head of Growth Marketing

Cloud Employee is building a ‘Future of Work’ AI driven talent tech platform in the remote software engineer staffing space. 

In this strategic and hands-on creative role, you'll have the opportunity to shape the narrative of remote work and impact the tech industry at a global scale. 

With team members across the US, LATAM, Europe and Asia - we’re on a mission to bridge the talent gap with our matching platform and employee experience programs.

We need your storytelling strategy skills to ‘share the journey’ and the human stories behind our business

POST DATE
May 1, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Software QA Test Engineer

Cloud Employee, is a UK owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being a supportive and cutting edge workplace continuously investing in staff development, engagement and well-being. We provide security, career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior/Team Lead Full-Stack PHP Developer

Cloud Employee is a fast-growing UK-managed offshore recruitment and staffing company in the Philippines. We tackle the growing global IT skills shortage by connecting tech companies based in Europe, the US, and Australia to our pool of expert software developers in the country.

We are now seeking a passionate Senior/Team Lead Full-Stack PHP Developer to join our team of skilled talents. This is an excellent opportunity to join a fun and dynamic work environment and to significantly advance your career.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior/Lead Backend Developer - Brazil

Cloud Employee is a UK-owned business established 8 years ago. We connect high-performing software engineer talent worldwide with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines and Brazil as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being a supportive and cutting edge workplace continuously investing in staff development, engagement and well-being. We provide security, career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior/Lead Backend Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior UI Developer with Umbraco

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Software Engineer (VB6)

Cloud Employee is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineering teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement, and well-being. We provide security, career paths, individual training programs, and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Python Developer

Cloud Employee, is a UK owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being a supportive and cutting edge workplace continuously investing in staff development, engagement and well-being. We provide security, career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior /Lead Fullstack Developer - Brazil

Cloud Employee is a UK-owned business established 8 years ago. We connect high-performing software engineer talent worldwide with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines and Brazil as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being a supportive and cutting edge workplace continuously investing in staff development, engagement and well-being. We provide security, career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Integrations Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Integration Backend Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Fullstack Python Developer with React

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Fullstack PHP Laravel Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Fullstack Engineer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Frontend Developer (React)

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior NET Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior DevOps Engineer

Cloud Employee, is a UK owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being a supportive and cutting edge workplace continuously investing in staff development, engagement and well-being. We provide security, career paths, along with individual training programs and mentoring.

Our Client

A leading UK-company that specializes in providing foreign currencies solutions

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Robotics Software Engineer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

A completely integrated innovation studio within the corporate framework, with a primary emphasis on making the future of the food industry accessible to all. Their core objective is to discover, create, and expand tailored automation remedies, utilizing a team of proficient individuals covering domains like engineering, robotics, and artificial intelligence. Our central mission revolves around constructing automation technology solutions that empower individuals to achieve greater feats.

Position Summary

In your role as a Robotics Software Engineer, your expertise in Robotic Software Engineering will be the key to your success. Collaborating with our skilled team, you'll play a pivotal role in advancing our cutting-edge product development accelerator. Your responsibilities will involve crafting, programming, and evaluating top-notch software essential for ensuring the dependable and secure operations of commercial robots.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Python Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Python Developer (Senior Level)

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
JOB TYPE
Apply

Python Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Perl Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Mid-Senior Mechanical Engineer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

A completely integrated innovation studio within the corporate framework, with a primary emphasis on making the future of the food industry accessible to all. Their core objective is to discover, create, and expand tailored automation remedies, utilizing a team of proficient individuals covering domains like engineering, robotics, and artificial intelligence. Our central mission revolves around constructing automation technology solutions that empower individuals to achieve greater feats.

Position Summary

The position of Mechanical Engineer corresponds to a mid-level role. An ideal candidate for this position possesses robust practical expertise in various technical systems. The responsibilities encompass a combination of individual input within projects and actively leading teams towards achieving a remarkable standard of technical proficiency.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Mid-Senior Industrial Design Engineer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

A completely integrated innovation studio within the corporate framework, with a primary emphasis on making the future of the food industry accessible to all. Their core objective is to discover, create, and expand tailored automation remedies, utilizing a team of proficient individuals covering domains like engineering, robotics, and artificial intelligence. Our central mission revolves around constructing automation technology solutions that empower individuals to achieve greater feats.

Position Summary

In the role of an Industrial Design Engineer with a focus on cobotics, you will assume a crucial position in envisioning, crafting, and honing both the tangible and operational facets of our collaborative robotic solutions. Your collaboration will extend to cross-functional groups, including mechanical engineers, software developers, and UX designers, in the pursuit of devising cobotic systems centered around users. These systems will redefine effectiveness and safety within industrial settings.

POST DATE
WORK LOCATION
JOB TYPE
Apply

Backend Python Developer

Cloud Employee, is a UK owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being a supportive and cutting edge workplace continuously investing in staff development, engagement and well-being. We provide security, career paths, along with individual training programs and mentoring.

A top rated and state of the art cloud based video interviewing solutions company based in the UK catering to over 5000 prominent companies around the world such as Samsung, Uber, Boohoo, Coinbase, 7-Eleven and many more.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

CNC Machinist

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

CRM Data Specialist (MS Dynamics 365)

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Electrical Engineer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

A completely integrated innovation studio within the corporate framework, with a primary emphasis on making the future of the food industry accessible to all. Their core objective is to discover, create, and expand tailored automation remedies, utilizing a team of proficient individuals covering domains like engineering, robotics, and artificial intelligence. Our central mission revolves around constructing automation technology solutions that empower individuals to achieve greater feats.

Position Overview

In the role of an Electrical Engineer, your expertise and proficiency in designing electrical-mechanical systems will be a key asset, enabling you to stand out. Collaborating with our skilled team, you will play a vital role in expediting product development processes.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Front-End Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Front End React Developer

Cloud Employee is a fast-growing UK-managed offshore recruitment and staffing company in the Philippines. We tackle the growing global IT skills shortage by connecting tech companies based in Europe, the US, and Australia to our pool of expert software developers in the country.

We are now seeking a passionate Front End React Developer to join our team of skilled talents. This is an excellent opportunity to join a fun and dynamic work environment and to significantly advance your career.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Frontend Developer (NextJS and React)

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Frontend Developer (Senior)

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Seasonal
Apply

Frontend React Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
JOB TYPE
Apply

Full-Stack Developer

Cloud Employee is a fast-growing UK-managed offshore recruitment and staffing company in the Philippines. We tackle the growing global IT skills shortage by connecting tech companies based in Europe, the US, and Australia to our pool of expert software developers in the country.

We are now seeking a passionate Full-Stack Developer to join our team of skilled talents. This is an excellent opportunity to join a fun and dynamic work environment and to significantly advance your career.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Full-Stack Laravel/Vue Developer (Jr to Mid)

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Full Stack .Net Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineering teams and grow their CV and skill-set.We pride ourselves on being a supportive and cutting-edge workplace that continuously invests in staff development, engagement, and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Full-Stack Node/VueJS Developer (Mid - Senior)

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Full-Stack PHP Developer (Mid to Senior)

Cloud Employee is a fast-growing UK-managed offshore recruitment and staffing company in the Philippines. We tackle the growing global IT skills shortage by connecting tech companies based in Europe, the US, and Australia to our pool of expert software developers in the country.

We are now seeking passionate mid to senior-level Fullstack PHP Developer to join our team of skilled talents. This is an excellent opportunity to join a fun and dynamic work environment and to significantly advance your career.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Full-Stack PHP Developer Tech Lead

Cloud Employee is a fast-growing UK-managed offshore recruitment and staffing company in the Philippines. We tackle the growing global IT skills shortage by connecting tech companies based in Europe, the US, and Australia to our pool of expert software developers in the country.

We are now seeking passionate Lead Full-Stack PHP Developer to join our team of skilled talents. This is an excellent opportunity to join a fun and dynamic work environment and to significantly advance your career.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Full stack RoR/VueJS Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Fullstack Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Fullstack .NET Developer

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Lead/Senior Frontend Developer (UI/UX) - Brazil

Cloud Employee is a UK-owned business established eight years ago. We connect high-performing software engineer talent worldwide with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines and Brazil as part of international engineering teams and grow their CV and skill-set.

We pride ourselves on being a supportive and cutting edge workplace that continuously invests in staff development, engagement, and well-being. We provide security, career paths, individual training programs, and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Marketing Specialists

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Backend Developer (Python)

Cloud Employee, is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineer teams and grow their CV and skill-set.

We pride ourselves on being supportive and cutting-edge work that continuously invests in staff development, engagement and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Senior Full-Stack PHP Developer

Cloud Employee is a UK-owned Philippines business established 8 years ago. We connect high-performing software engineer talent in the Philippines with some of the world’s leading and most innovative tech companies. Developers join to work from the Philippines as part of international engineering teams and grow their CV and skill-set.

We pride ourselves on being a supportive and cutting-edge workplace that continuously invests in staff development, engagement, and well-being. We provide security, and career paths, along with individual training programs and mentoring.

POST DATE
January 2, 2024
WORK LOCATION
Remotely
JOB TYPE
Full Time
Apply

Monthly Feature: C# Developer Jayson Ragasa

February 16, 2024

Mobile app developer Jayson has over a decade of experience as a developer starting way back in high school. A logical and creative thinker, Jayson values the importance of constant learning and application as a developer. That’s why he writes codes in his spare time. Know more about Jayson in the interview below.

Can you tell us a little bit about yourself (who are you, where are you from, what drives and motivates you, etc.)?
My complete name is Alfonso Jayson Dangzalan Ragasa. They usually call me “Jayson” or “son”. I’m originally from Villasis, Pangasinan. I took BS Computer Science at STI Baguio and started working as a developer when I was in my 3rd year in college. I lived and stayed at C.A.R. for 15 years until I got married. My wife is from NCR and we have 3 kids now.

What drives and motivates me -- Bunch of challenges actually. Priorities drive me and my family and new technology motivate me and keep me working.


When and how did you get started on programming?
I started 3rd year high school in 1998 -- Our school offered a basic college course for 3rd and 4th year high school students. I took architecture then decided to take IT after a week. They introduced basic graphic design using Turbo-BASIC (Beginner's All-purpose Symbolic Instruction Code) language. It got me interested with programming, so I borrowed a book from a friend called Using Turbo Basic from Borland-Osborne. I did an advanced reading and a few months later, I was way ahead of my other classmates already writing my own 3D game, and file tools.

My inspiration was really from a guy sitting in front of the big block device with a screen, writing these codes from afternoon until evening (I didn’t have a PC before so I was just renting). When he starts running the program, there is this circle moving across the screen! I was amazed with how he did it. I can program and show a static object on screen, but this guy… that object was moving! And I thought: I want that! I have to learn that! I have to get inside his brain and know how he did it! And so I did. After a couple of months, I have a 3D shooting game written in BASIC language controlled by left and right keys and the spacebar for shooting. That started everything! That guy was a genius and that guy was my inspiration.

What is programming language and/or framework of your choice? Why?
I came from BASIC, Pascal, C++, VB, VB .NET, and now C#. I think I would choose C# because of its common syntax pattern. I mean, you can easily understand the other programming language that we have today without going through documentations just to look or understand what this function/method does.


Can you share some projects you’ve done? Which of them are you most proud of and why?
That would be my old program in DOS called HexEditor that was written in BASIC language. HexEditor is a simple tool that you can use to edit or manipulate an application. Manipulate their function or edit the strings/text (e.g. Start button, you can change that to something else) But that’s not the point, why I was proud. It was because it was all done in BASIC and my only reference is a simple book that I borrowed that did not have any examples and just gave a very short description of what this method does. The fact that I don’t have internet back then so I have to constantly make a trial and error just to understand what it does and how it can help me with the tool I was making.


In your work experience as a developer, what’s a frequently overlooked skill that proved surprisingly useful?
From my experience, it would be the logical skills! How you solve problems. What are the work arounds if this technology fails in some point and you still need it? And how can you make it possible? Multiple solutions in one problem. As a developer, I think these are one of the most important skills that a company should look for. Not those weird tests that does not necessarily mean that if you fail, you fail in everything and you lose the job you want. It should always about how well you solve the problem and think of multiple solutions and how well you write the code. I feel sad that some great developers fail in their exams and these companies don’t know what they are missing.

What projects/technologies do you enjoy working on in your spare time?
I usually write codes or read and watch about these new technologies. Not only about programming but new technologies in Science, Machines, Nature, and Drones. Sometimes I make some small tools that could help me with the application I am developing or create a new tool or reusable codes for other things and share them in GitHub or write a blog about it.

Blogging and sharing my codes and apps actually made it to CodeProject’s Best Article of the Month.

I’m also a drone pilot for the past 5 years and also a drone racing pilot for 3 years. Whenever I get a spare time, I check the latest news and latest hardware for racing drone, and keep up to date with my favorite flight controller firmware. We use open source flight controller called #Betaflight. Way back in 2014 when I started sharing my codes in MultiWii, which is an open source flight controller too written in C, I shared my codes about supporting Sonar device and also modified the source code to support my application. I was working on it in a Windows Phone so I can fly my drone using my Windows Phone device.

Walk us through your day. What’s a typical day like for you as a developer?
Not sure, but I think a lot of stuff when I’m in my Wilderness Box like when will aliens come to earth and greet people? Like “Hey ‘zup? I come to eat your food.” And I’m like, “Yeah bro, come join in.” And the alien’s like, “Thanks man. You also have juice? Human juice?” It will be fun and freaky. And like how UFO defies gravity. I also don’t think Superman can fly. I think the reason why he looks like he’s flying is because of how he jumps from the ground. He’s a very very strong man and came from a planet that probably has a very very strong gravity. I mean, if you’re from that planet and the gravity was 20x the gravity of Earth and you come down to Earth, you’d feel extremely light. So if you jumped, you would be so high you’ll reach the stars. So if you notice, Superman tried to position himself in a slightly angled way so he does not jump straight up. It’s like the Earthlings going to the moon and they wear these heavy stuff to keep their feet in the ground. So I think Superman is a heavy alien. I also think that if we have the capability of shrinking things like if we shrink a car, will we be able to lift it? I don’t think so. All things are made of atoms, and atoms don’t shrink, they compress! Scieeeence yeah! I also think if you have the power to stop the time, will you be able to move the bullet moving downwards? I don’t think so either. Objects increase its mass as it moves. Remember that you only slowed down the time, but not the force of the objects. So you are still pushing a ton of mass in a 12g bullet. Anyway, it’s not worth an argument because it’s impossible to slow down the time... unless you’re a fly. Still, a fly can’t slow down time. They’re just small. LOL.

On the other box, I sit on my chair writing codes, punching my way through the problems, reading, testing, debugging, and skype conversation while drinking coffee. Pretty much the same everyday, every weekdays.


What’s your favorite part of being a developer?
Actually one of the things I like is that I can make an application that I want and sell it in the marketplace. Writing a good code keeps the application going without interruptions and failures or worse is making someone a billionaire in one second because the SQL query is wrong.

Great thing is we test things first before the production.

But as a developer, I’d say no application or operating system is perfect and 100% working. wink

I cannot emphasize more but if you really want to learn -- read and implement.“Programming is not a memory game where you memorize codes”

I cannot emphasize more but if you really want to learn -- read and implement.
“Programming is not a memory game where you memorize codes”

I love what Stephen Hawking said:
“Whether you want to uncover the secret of the universe, or you just want to pursue a career in the 21st century. Basic computer programming is an essential skill to learn.”


Tech is an industry where the trends and requirements change quickly. How do you keep your skills up to date?
If it got my interest or something that is very necessary, I read more about it, research, and make some test application.

I also have to learn other coding patterns to make sure the application I am developing runs smoothly and fast.

Programming is not just writing codes, you also have to learn how to optimize to make the execution faster and not to eat too much computer resources.

What made you decide to work at Cloud Employee?
I almost signed a contract in another company before, but I was informed that I have a job contract in Cloud Employee so I immediately signed it. Why? Because I love it here. I love the environment and I love the people.

What’s it like working at Cloud Employee so far?
It was great so far. We have Xbox, dartboard, table tennis, free food Friday, and free haircut. No company I know offers free food Friday and a free haircut - and mini games for stress reliever. But the best thing is, Cloud Employee has an open door policy. They are transparent to everyone, supports you, and prioritizes you.

Being a Mobile Developer in Cloud Employee
I actually started creating mobile applications way back in 2010. I published the apps at XDA-Developers.com. I was a recognized developer and shared several apps for Windows Mobile 6 up to 6.5. I also ported the Neko (software) to Windows Mobile which was originally written for Windows 3.1. After that, I started learning how to develop applications for Windows Phone and published my apps at Windows Marketplace and started earning money. Most of it were free apps but couple of my apps are paid-apps. Last year, 2017 when I started learning Xamarin, I experienced a lot of difficulties regarding design implementation because Xamarin still has bugs. What I did was to make some workarounds to make sure I meet my client’s design UI for Android and iOS and also meet the required functionalities or features.


What would be your dream developer setup, in terms of hardware and software? / What do you use to get the job done?

5TB SSD or more
Latest Intel processor!
128GB Memory or more
Epic GFX card
IBUS motherboard
3 HD screens
Epic keyboard and mouse with colorful led lights!

It would be a dream setup if I can launch an application that is ready to use within 2 seconds and compiles my code within 10 seconds! That would be epic!

Webflow
Python
MySQL
Node.js
Angular
Android
React
Php
Javascript
What skillsets are you looking to hire?
Previous
Next
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.