Application Developer
Salary: $80,000 - $95,000
Hybrid in Columbus, OH Job Description CFS Technology has been contacted by a longtime client that has a permanent need for a talented Application Developer - Entry level AND experienced development professionals are desired at this national organization. CFS Technology works hard and diligently on your behalf to make certain that your next career move is the best choice you have made. We have seen a spike in demand for Software Developers, particularly those with web and application experience - C#, React, SQL, Javascript, .NET etc., . We will assign a dedicated recruiter who will get to know you, learn about your skills, your goals and your preferences, and then match you with the right company that will be the right fit for you to have a happy and productive career - all free of charge for you. Application Developer Job Responsibilities As an Application Developer you will play an integral part within our client's Information Technology Department. This will involve assisting in a variety of IT functions, including data integration and application development to meet their needs, and special projects. Specific duties in this role include:
Problem solving, thinking out of the box skills
Communicate in-person and remotely
Test and debug code
Develop internal applications to be used nation wide
Develop Android applications
Complete projects in a timely manner
Develop using multiple languages both front end and back end Job Requirements Application Developer Requirements We are looking for an Application Developer- Who combines strong leadership and organizational skills, with solid prioritization and attention to detail abilities. You must have sound judgment and strong reasoning skills, as well as good analytic and problem-solving abilities. It is also important that you display excellent verbal and written communication and interpersonal skills, as well as the ability to effectively convey compliance policies. Specific wants for this position include:
Solid understanding of full stack development
C# and .NET experience
Experience with SQL is a plus
Experience developing or running reports in an ERP system
Proven ability to meet daily and monthly deliverables
#ZRCFSTECH #LI-JW1
Click here to apply online EB- document.addEventListener('DOMContentLoaded', => { const root = document.querySelector('#job_desc'); if (!root) return; // Skip wrapping if we've already done it if (root.dataset.hashtagsWrapped === "1") return; const SKIP = new Set(['SCRIPT','STYLE']); const walker = document.createTreeWalker(root, NodeFilter.SHOW_TEXT, { acceptNode(node) { if (!node.nodeValue !node.nodeValue.match p{L}\p{N}_]+/u)) return NodeFilter.FILTER_REJECT; // Avoid wrapping inside an existing hashtag span let p = node.parentNode; while (p && p !== root) { if (p.nodeType === 1 && p.hasAttribute('data-hashtag')) return NodeFilter.FILTER_REJECT; if (SKIP.has(p.nodeName)) return NodeFilter.FILTER_REJECT; p = p.parentNode; } return NodeFilter.FILTER_ACCEPT; } }); const re = p{L}\p{N}_ gu; function wrapTextNode(textNode) { const text = textNode.nodeValue; re.lastIndex = 0; let m, last = 0; const frag = document.createDocumentFragment ; while ((m = re.exec(text)) !== null) { // preceding plain text if (m.index > last) frag.appendChild(document.createTextNode(text.slice(last, m.index))); // hashtag span const span = document.createElement('span'); span.textContent = m[0]; span.setAttribute('data-hashtag', '1'); // idempotence guard span.setAttribute('style', 'font-size:9px;color:#fff'); // requested inline style frag.appendChild(span); last = re.lastIndex; } // trailing plain text if (last < text.length) frag.appendChild(document.createTextNode(text.slice(last))); textNode.parentNode.replaceChild(frag, textNode); } const toProcess = []; let n; while ((n = walker.nextNode toProcess.push(n); toProcess.forEach(wrapTextNode); root.dataset.hashtagsWrapped = "1"; });