Typescript Jobs
Typescript is an open-source JavaScript programming language developed and maintained by Microsoft. Typescript is incredibly useful for developing large, scalable projects because it has support for the latest and most powerful features in JavaSscript and adds optional static typing to the language, so that data types are known ahead of time and can be checked by the TypeScript compiler. A TypeScript Developer can also work with popular frameworks such as React, Angular and Vue, providing critical extra support for larger projects.
Here's some of the projects our expert TypeScript Developers have made real:
- Building secure websites and platforms with additional login functionalities
- Creating dynamic webpages with responsiveness to different browsers, devices and window sizes
- Developing algorithms to efficiently render user interfaces
- Transforming any design into HTML code
- Crafting efficient backends utilizing Node.js
- Implementing authentication systems such as JSON Web Token authentication
- Processing images into Excel spreadsheet data
By bringing on a TypeScript Developer through Freelancer.com, clients can access the services of an experienced programmer with knowledge of both Typescript and its supporting frameworks - the perfect solution for tackling the toughest of web development challenges. All these projects required a unique expertise in Typescript, one that clients can find by posting their own project on Freelancer.com and finding their perfect match in a TypeScript Developer!
Dari 52,326 ulasan, klien menilai TypeScript Developers kami 4.86 dari 5 bintang.Rekrut TypeScript Developers
I am in need of an experienced React JS developer with Tailwind CSS experience for my web application development project. The developer should have intermediate level experience in both technologies. Additionally, I am looking for a developer with a strong knowledge of UI/UX design. Dev task: 1) One page with form to get input data, hit API and present the response in tabular format 2) Open Popup and upload CSV file and call API to send data to API. The ideal candidate should have excellent problem-solving skills and be able to work collaboratively with others. They should also have a keen eye for detail, as attention to detail is critical for the success of this project. If you feel that you meet the necessary criteria and have the skillset to help me develop my web application, plea...
Using web3auth library
metamask + coinbase + torus wallet
I am facing more than 1000 typescript error while compiling. They are mostly the same type of errors, for example, "TS2322: Type 'this' is not assignable to type 'Scanner'." I suspect it is due to a version mismatch of typescript and VS. Need someone to troubleshoot and solve the compiling error. With these errors, the program can still run successfully, however, it cannot run in production mode.
Solución de error en un proyecto realizado en y laravel, error al dar de alta un item por soap en otro servicio
I need config and run a Go app .I'm trying to config but it only run some init then stop
+ styled-components for CSS-in-js Prerequisites - create responsive React component - React Bootstrap - Styled components - use Typescript ONLY! - Create a story for storybook for each react component (not mandatory) => Code in for the 1st component, after that: github workflow knowledge mandatory. This is a challenge for coders to prove their knowklledge/skillset. / Later on - AFTER the best coder is awarded: - Knowledge of git and git workflows (Issues, pull requests, releases) mandatory - you will be given access to an existing git repository with read/write access where you will push your code and have it reviewed. The GitHub repository provides you with all necessary information how to spin up the project and start working. - Everything has to be programmed in Typescrip ON...
Solución de error en un proyecto realizado en framework, error al dar de alta un item por soap en otro servicio
We develop an e-learning platform that works as a web application and as a native app. To speed up our development, we are looking for support by a full stack developer with the following skills: - everywhere: typescript - backend: typescript, nestjs (not as important) - frontend: react, nextjs - app: react native (app) Summary: TYPESCRIPT + REACT (most important) If you love to work in a dynamic team and want to improve user experience, we would love to get to know you.
I am looking for someone that can update our excel add-in that is built with react I developed the typescript code that works with excel You just need to make updates to the UI See example Looking for 10 hours a month maybe 15… tasks usually take an hour of time
We have a PineScript code that was developed on the Tradingview platform. However, we have reached the limit of 10 symbols calculation on the platform and hence need to convert the script to another programming language. The PineScript code uses multiple technical indicators for the calculation, and we want the exact same results to be replicated in the new programming language. We need the converted script to be able to plot graphs, and data will be pulled from an API, such as the Coingecko API for collecting crypto data. The project needs to be completed within two weeks from the date of engagement. We have attached a photo that shows how the final result of the code should look like. We need a programmer who can deliver high-quality code that meets our specifications and timeline....
Need typescript expert to fix multiple errors in node.js program. Need to work via remote. Looking for long term collaboration.
We are going to develop a new web application using TypeScript, Angular cli and GitHub. We will develop this application in two steps. First step (this job) is to develop the base application. There is no domain specific component in this release. It a generic angular app with localization, authentication, logging, and many other basic features in place. When developing the application, you will be working together with a highly experienced systems architect and developer and you will work on the application together as a team. In this release we will have focus on areas such as: @angular/pwa @angular/router @angular/localize @angular/app-shell Authentication Management of Application Settings Management of Data Connections / connection strings Backup / restore of application set...
Requirements: 3 years of experience as a Front-end developer, specifically in the domain of creation small to medium-sized SPA in any framework of choice (eg. Angular, ReactJS, Vue.js) Task: Independent implementation of public and private UI (OpenAPI provided)
We are looking for a full-time developer to join our team and help us build a cutting-edge platform that leverages AI technologies to deliver an exceptional user experience. The platform is built using Laravel and Yii Framework for the backend, and Typescript, Javascript, and Angular for the frontend. As a developer on our team, you will be responsible for implementing AI-based features, fixing bugs, and ensuring that our platform is running smoothly. The ideal candidate will have strong experience working with Laravel and Yii Framework, as well as Typescript, Javascript, and Angular for front-end development. Additionally, they should have experience with AI technologies such as machine learning, natural language processing, and computer vision. They should also be comfortable working wi...
"YOUR BID PRICE IS FINAL. NO LATER CHANGE IS ALLOWED' I need an experienced programmer who can create a player where any uploaded image (of a specific size) can be used as background, text can be written on the player in different fonts, colors, and font sizes and other images can also be dragged on the player, positioned, resized. Images can be changed also. There should also be a Timeline and Keyframe system that can help to play the image sequence, one after another. Ultimately, the same can be exported as MP4. Please see the rough mockup attached. You may check (I have the code for this video maker also) It is up to you whether to use them or make them from scratch. But these above two need modification if you use them. Lowest bidder will win. My Budget 5K. I need server i...
need a help with payment system using Reactjs
I am looking for Javascript developers to write a chrome extension for Automatically transcribing Teams, Google Meet and Zoom calls that works in real-time. APPLY ONLY IF YOU CAN DO THIS TASK. Reference -
To do in NodeJS using jsdocs # Console Application ## DataStructure: - Need to implement Stack & Queue methods: - push, pop, isEmpty, size - Underlying data structure for both should be LinkedList. - Type Definition( using @type, @param) should work. - Implement a getIterator() for each. - Returns object of {hasNext(): boolean, next: DataType} ## Console App - At a time only 1 DS will be present. - - Commands: > `new stack` : Create a new stack. If any DS already existing, then flush the same. > `new queue` : Create a new queue. If any DS already existing, then flush the same. > `push 1234` : push the element (string) to the underlying DS. (IF underlying DS not present, handle) > `pop` : pop element from underlying stack. (IF underlying DS not present, handle) &...
I have a scrabble game project, the is code in dart on the light client side, and the code in typescript on the web client side. Currently I have a problem with the placement of letters in the light client. I am looking for help to fin this bug. The code looks like the one in the file I attached. I can also share the repos on github.
Hi, It's basically a something like twitter, and we have to use React with typescript, Tailwind and We can use Firebase
I have a scrabble project, code in dart on the light client side, and code in typescript on the web client side. Currently I have a problem with the placement of letters in the thin client. I am looking for help on this requirement. The code looks like the one in the file I attached. I can also to share the repos on github. THANKS
I have an Ionic project which needs the following work: - Add Auth0 support to support email/password as well as social login - Question / Answer display screen should support single choice, multi choice and text input as answers. - The result of the quiz should be shown to the user. - The quiz result should show question, its answer, correct answer, the answer provided by the user and a short text showing explanation. - Minor fixes if any found. Github Repo: Note: This is an open source project (Apache Licensed).
Hey, I need the following: A crawler based on crawlee () adding - the ability to get the proxies from an API endpoint (I will provide) - extract microdata with node-microdata-scraper () from the resulting payload – no additional request - Send the result to an API endpoint (I will provide) Please read the project details and make sure that you refer to the content in your offer!
Note:: This is a college project.....simpler versions and faster delivery is expected. Need Admin part to to be delivered by Monday noon. Payroll System Project Modules Employee Management Leave Module Allowance and Deduction Salary Module User Account Employee Management Admin can add new class, add new employee and manage employee detail. Each employee has unnique username and password for operate the system. Leave Module Employee can apply for leave after login to system. Admin can respond leave by approve or reject. Employee can check his leave status it would be approve or reject. Allowance and Deduction At the time of salary generation Admin can set manually HR, DA, Travel, Medical, Washing Allowance for each will be deducted from salary. Salary Module Admin can generate m...
We are seeking a Freelance Web Developer with PHP and Typescript knowledge to work on a variety of projects including three websites built on PHP and three WordPress sites. Please include a link to your GitHub or relevant code samples in your application. The ideal candidate should have a willingness to learn, be a team player, and be able to work remotely. Responsibilities: - Collaborate with the team to develop and maintain websites built with PHP, WordPress and/or NextJS - Take briefs from the team (such as Figma mockups) and turn them into reality - Write clean, efficient, and well-documented code - Design and implement website layouts, user interfaces, and user experiences - Debug and troubleshoot issues and bugs in existing websites - Communicate effectively with the wider team R...
I am looking for a full-time individual developer at least 5 years of experience in Laravel and ReactJs The requirements will be shared over the chat Start your bid Laravel&ReactJs otherwise your bid will be reported as autobidder
I need help verifying an Android APK code <10 MB big In particular, I would like someone who has experience coding and integrating subscription billing using Ionic and Firebase for apps in the Google Play Store. Thanks!
Looking for individual developers to work on the implementation of a well-designed Web application based on modern stack using reactjs, typescript and web components . You will have the opportunity to practice some of the cutting edge UI design concepts. You will be a great fit for this role if you - have 3-5 years experience with Java Script, HTML, DOM, React JS, Type Script and Web Component principles. - Enjoy working with like-minded technologist to solve tough problems - have to great verbal and written communication skills If you are interested in the project, pls first complete the attached assignment. We'll review the completed assignment before awarding the project.
Important: Read entire job listing. Do not apply without answering the questions below. Any applications not including answers to the questions below are ignored and immediately deleted. Greetings! I'm looking for a developer to help with building our ERP system. We have several modules that still need to be built out, but your first build to work on would be creating a simple keyword research tool that is super fast and easy to use. Note: This is not a search plugin. It's a keyword tool that will be implemented into our SAAS, see this site as an example: You'll need to reverse engineer to figure out how it works. It should work something like this: I put in a seed keyword and it returns similar related keyword ideas / results and estimated # of searches per month base...
YOUR BID PRICE IS FINAL. NO LATER CHANGE ALLOWED Hello! I am looking to hire someone to build a cloud-based animation creation tool with 2D animation, real-time capability, and user input interactivity. This animation creation tool should allow users to create simple animations in the cloud which they can share with both friends and the public. It should be just Sceince experiment animation like Users choose apparatus like test tube (I will provide images) and follow some steps and get something as result. It should include features to add audio/voice over The interface should be intuitive and easy to navigate, while still providing a wide range of customizability options. Finally, it should allow users to upload their completed projects onto various social media websites. I'm en...
We need a expert who is worked with backend developer as a long term position. Must skills: - Experience in SSR - Experience in TypeScript This is a first milestone. There are some other tasks for you.
proyecto en con typescript web con features
we are looking for a freelancer who can create peedometer plugin, need to get steps, distance, calories, start time and end time.
Utorg is a fintech company holding VASP licenses and operating in 187 countries. We build digital products at the intersection of DeFi and TradFi, leveraging the world's cutting-edge technology. Our core product is a top-notch fiat-to-crypto gateway with a B2B distribution model. So far, industry-leading companies - Near, OKX, zkSync, Gnosis, Wirex, and many others, use our product. Today, we are at the final stage of building our second product (D2C), which will bring the concept of storing and spending cryptocurrency to the next level. About the offer: Utorg is growing incredibly fast, so building an A-star team is crucial for us. This offer is an excellent opportunity to quickly advance your career while having an outsized impact on our success as we aggressively scale in the nex...
Hello, We are looking for senior developers experienced with and MUI to help convert designs into code. We are looking for a quick turnaround and someone that can be available to work on this project this week. The project will continue after this week. But there’s some deliverables that needs to be completed today. It is a tight schedule. Current deliverables for this week: Template: Header Footer Navigation Box components Sign-on screen If you read the job description carefully, please write 'I am a Web developer' on the top of your proposal. We are looking for someone we can trust, speaks English, available, responsive. We are looking to continue working together.
would like to build integration plugins with list of know services: monday, , clickup, google-sheets for each service, I would like to implement an interface of actions what will integrate it with my system, that is for example: monday: - get list of boards, get borad data, add data to board, etc. etc... I am using these plugins to later on automate flows in my system. I need an experienced developer that could: 1) learn / knows already the APIs - can extract list of available actions supported by the 3rd party system 2) be able to code it; clean, documented, tested. I wish to find talents to work on the long term. please only experienced proven developers.
We look for Java Spring-Boog and Angular senior expert developers, who are master of both. We have multiple JHipster projects, from building from scratch also for maintaining. They have to be organized in microservices and microfrontends And we want to share you some of the projects. We only look for long running partnerships with teams! We have a integrated team on Java developers and we require some support to outsource Java+Angular work. Your background is: - multiple years of experience with Java - multiple years of experience with Angular - .multiple years of experience with CI/CD deliveries (mandatory!) - of course CSS, HTML and typeScript are your daily business too If you are a good fit, you are open to get more tasks about implementing solutions fully on your own (e.g. with you...