Senior Frontend Developer

vor 3 Wochen


Leipzig, Deutschland EASY SOFTWARE Vollzeit

DEINE AUFGABE

Als Mitglied unseres agilen Scrum-Teams entwickelst Du Frontends für unsere cloudbasierte Content Service Plattform.

Du arbeitest eng mit unseren Entwickler:innen, User Designer:innen und Product Owner:innen zusammen.

Du konzeptionierst, implementierst und testest UIs für eine exzellente User Experience basierend auf User Stories.

DEINE QUALIFIKATION

Du hast mehrjährige Erfahrung als Softwareentwickler:in im Frontend-Bereich.

Du verfügst über tiefgreifendes Wissen in HTML5, (S)CSS, ES6 (oder höher) und gängigen JS-Frameworks.

Du hast Interesse an App-Entwicklung auf Basis von Flutter.

Du verfolgst und bewertest aktuelle Trends und kannst fundierte technologische Entscheidungen im JS-Ecosystem treffen, inklusive Testautomatisierung und Build-Tools.

Du bist mit modernen und effizienten Entwicklungsmethodiken und -techniken vertraut und kannst diese auch in einem Team verankern.

Ausgeprägte technische, analytische und kommunikative Skills ermöglichen Dir die Arbeit in deutsch- und englisch-sprachigen Teams.

UNSER TECH STACK

Languages: Go, Java, Python, JavaScript, TypeScript, Dart

Frameworks: Vue.js, mustache, flutter, jest, puppeteer, CEL, go-chi, jaeger, graylog, Hazelcast, SciPy

Provided APIs: gRPC,  HTTP/JSON, OData, CMIS

Dev Stack: Kubernetes, Docker, CI/CD with Jenkins, Bitbucket, Jira

Du möchtest etwas bewegen?

Wir auch. Bei uns hat jeder Mitarbeiter die Möglichkeit, die Zukunft des Unternehmens mitzugestalten – frei von steifen Konzernstrukturen. Werde Teil unseres Teams – Bewirb dich jetzt

Vorname * Nachname * E-Mail * Mobilrufnummer * Straße Postleitzahl Ort Geburtsdatum Lebenslauf (PDF,PNG,JPG)* Datei hier hinziehen

ODER

Datei auswählen Hiermit bestätige ich, dass ich die Datenschutzerklärung zur Kenntnis genommen habe und stimme der Verarbeitung meiner Daten zu. window.addEventListener('DOMContentLoaded', function() { // Add event listener to form submissiondocument.getElementById('bewerbung_form').addEventListener('submit', function(event) { // Prevent default validation message event.preventDefault(); // Check if all required fields are filled in var requiredFields = document.querySelectorAll('input[required], select[required], textarea[required]'); var allFilled = true; for (var i = 0; i < requiredFields.length; i++) { if (requiredFields[i].value) { allFilled = false; addErrorMessage(requiredFields[i], 'Bitte füllen Sie dieses Feld aus.'); } else { removeErrorMessage(requiredFields[i]); } } // If all required fields are filled in, submit the form if (allFilled) { this.submit(); }});// Add event listeners to required fields for blur, focus, and keydownvar requiredFields = document.querySelectorAll('input[required], select[required], textarea[required]');for (var i = 0; i < requiredFields.length; i++) { requiredFields[i].addEventListener('blur', function() { if (this.value) { addErrorMessage(this, 'Bitte füllen Sie dieses Feld aus.'); } else { removeErrorMessage(this); } }); requiredFields[i].addEventListener('keydown', function() { removeErrorMessage(this); });}// Function to add error message to a fieldfunction addErrorMessage(field, message) { var errorList = field.parentNode.querySelector('.hs-error-msgs.inputs-list'); if (errorList) { errorList = document.createElement('ul'); errorList.classList.add('no-list', 'hs-error-msgs', 'inputs-list'); field.parentNode.appendChild(errorList); } var errorListItem = errorList.querySelector('label[for="' + field.name + '"]'); if (errorListItem) { errorListItem = document.createElement('li'); errorListItem.innerHTML = ' ' + message + ' '; errorList.appendChild(errorListItem); } else { errorListItem.innerHTML = message; // Update the inner HTML of existing li element } field.classList.add('hs-error');}// Function to remove error message from a fieldfunction removeErrorMessage(field) { var errorList = field.parentNode.querySelector('.hs-error-msgs.inputs-list'); if (errorList) { var errorListItem = errorList.querySelector('label[for="' + field.name + '"]'); if (errorListItem) { errorList.removeChild(errorListItem.parentNode); } if (errorList.childNodes.length === 0) { field.parentNode.removeChild(errorList); } } field.classList.remove('hs-error');}function validatehCaptcha() {jQuery('input[type="submit"]').addClass("captcha-validated");} jQuery("#bewerbung_form").submit(function(event) { if(jQuery('input[type="submit"]').hasClass("captcha-validated")) { event.preventDefault(); jQuery('#error_box').html('Bitte Captcha ausfüllen.'); jQuery('#error_box').show(); } var fileExtension = ['jpeg', 'jpg', 'png', 'pdf']; if (jQuery.inArray(jQuery('#lebenslauf').val().split('.').pop().toLowerCase(), fileExtension) == -1) { event.preventDefault(); jQuery('#error_box').html('Bitte benutze ein anderes Dateiformat. Erlaubt sind JPEG, PNG und PDF.'); jQuery('#error_box').show(); }if(document.getElementById("bewerbung_opt1").value = "") { if(jQuery.inArray(jQuery('#bewerbung_opt1').val().split('.').pop().toLowerCase(), fileExtension) == -1) { event.preventDefault(); jQuery('#error_box').html('Bitte benutze ein anderes Dateiformat. Erlaubt sind JPEG, PNG und PDF.'); jQuery('#error_box').show(); }} }); jQuery("#bewerbung_form").submit(function(event) { var recaptcha = jQuery("#email-ver").val(); if (recaptcha = "") { console.log(recaptcha); event.preventDefault(); jQuery('#error_box').html('Ein oder mehrere Felder sind fehlerhaft. Bitte überprüfe sie und versuche es noch einmal.'); jQuery('#error_box').show(); }else{ console.log(recaptcha); }});jQuery('#lebenslauf').on( 'change', function( e ){console.log('test');var fileName = '';jQuery(this).addClass('not-empty');jQuery('.upload > strong:eq(0)').html('Datei Hochgeladen').css('color', 'green');jQuery('.upload > strong:eq(1)').hide()jQuery('.upload > p').hide();// Setup the clear functionalityjQuery("a.clear").on("click", function(){event.preventDefault();jQuery(this).parent().find('.filename').html('Keine Datei ausgewählt');jQuery(this).parent().parent().find('.not-empty').removeClass('not-empty');});});jQuery('#bewerbung_opt1').on( 'change', function( e ){var fileName = '';var numFiles = jQuery(this)[0].files.length;console.log(numFiles);if( numFiles > = 1 ){jQuery(this).addClass('not-empty');jQuery('.bewerbung_opt1 .filename').html(numFiles+' Dateien Hochgeladen').css('color', 'green');}else{jQuery(this).removeClass('not-empty');jQuery('.bewerbung_opt1 .filename').html('Keine Dateien ausgewählt');}// Setup the clear functionalityjQuery("a.clear").on("click", function(){event.preventDefault();jQuery(this).parent().find('.filename').html('Keine Dateien ausgewählt');jQuery(this).parent().parent().find('.not-empty').removeClass('not-empty');});}); });

Kristin Köhler

People & Organisation Business Partner



  • Leipzig, Sachsen, Deutschland Experis GmbH Vollzeit

    JobbeschreibungExperis GmbH sucht einen erfahrenen Senior Frontend Developer für die Position eines Lead Frontend Engineers in unserem Team.ÜberblickUnternehmen: Experis GmbHPosition: Senior Frontend Developer / Lead Frontend EngineerStandort: Berlin und Leipzig (90% Remote)Was wir bietenGehalt: bis zu 85.000 Euro pro JahrUrlaub: 30 Tage pro...


  • Leipzig, Sachsen, Deutschland Experis GmbH Vollzeit

    JobbeschreibungExperis GmbH sucht einen erfahrenen Senior Frontend Developer für die Position eines Lead Frontend Engineers in unserem Team.ÜberblickUnternehmen: Experis GmbHPosition: Senior Frontend Developer / Lead Frontend EngineerStandort: Berlin und Leipzig (90% Remote)Was wir bietenGehalt: bis zu 85.000 Euro pro JahrUrlaub: 30 Tage pro...


  • Leipzig, Sachsen, Deutschland Invia Group Vollzeit

    Senior Frontend Developer - E-CommerceInvia Group is a leading digital holiday expert in Europe, operating in the largest and fastest growing countries. Our aim is to deliver the best holiday experience throughout the whole customer journey and make sure that our customers spend their best times of the year with us and have a smile in their face thinking...


  • Leipzig, Sachsen, Deutschland Invia Group Vollzeit

    Senior Frontend Developer - E-CommerceInvia Group is a leading digital holiday expert in Europe, operating in the largest and fastest growing countries. Our aim is to deliver the best holiday experience throughout the whole customer journey and make sure that our customers spend their best times of the year with us and have a smile in their face thinking...


  • Leipzig, Sachsen, Deutschland Invia Group Vollzeit

    Senior Frontend Developer - E-CommerceInvia Group is a leading digital holiday expert in Europe, operating in the largest and fastest growing countries. Our aim is to deliver the best holiday experience throughout the whole customer journey and make sure that our customers spend their best times of the year with us and have a smile in their face thinking...


  • Leipzig, Sachsen, Deutschland Invia Group Vollzeit

    Senior Frontend Developer - E-CommerceInvia Group is a leading digital holiday expert in Europe, operating in the largest and fastest growing countries. Our aim is to deliver the best holiday experience throughout the whole customer journey and make sure that our customers spend their best times of the year with us and have a smile in their face thinking...


  • Leipzig, Sachsen, Deutschland community4you AG Vollzeit

    About the RoleWe are seeking a highly skilled Senior Frontend Developer to join our team at community4you AG. As a key member of our software development team, you will be responsible for designing and implementing cutting-edge web applications using HTML5, CSS3, and JavaScript.Key ResponsibilitiesDevelop responsive and intuitive user interfaces that meet...


  • Leipzig, Sachsen, Deutschland community4you AG Vollzeit

    About the RoleWe are seeking a highly skilled Senior Frontend Developer to join our team at community4you AG. As a key member of our software development team, you will be responsible for designing and implementing cutting-edge web applications using HTML5, CSS3, and JavaScript.Key ResponsibilitiesDevelop responsive and intuitive user interfaces that meet...


  • Leipzig, Sachsen, Deutschland Rhebo GmbH Vollzeit

    About the RoleWe are seeking a highly skilled Senior Frontend Developer to join our hybrid team at Rhebo GmbH. As a key member of our team, you will play a crucial role in the conception and development of new product features, utilizing the latest technologies and collaborating with our team and product management.Key ResponsibilitiesDesign and develop...


  • Leipzig, Deutschland Maurer Electronics GmbH Vollzeit

    Zum nächstmöglichen Zeitpunkt suchen wir Sie als (Senior) Frontend Developer für den Standort Leipzig.Ihr AufgabenbereichImplementation und (Weiter-)Entwicklung von responsiven, barrierefreien Web-FrontendsErarbeitung der Lösungen in direkter Interaktion mit dem Architekten und den UX-Experten inklusive einer angemessenen Dokumentation der...


  • Leipzig, Deutschland Maurer Electronics GmbH Vollzeit

    Zum nächstmöglichen Zeitpunkt suchen wir Sie als (Senior) Frontend Developer für den Standort Leipzig.Ihr AufgabenbereichImplementation und (Weiter-)Entwicklung von responsiven, barrierefreien Web-FrontendsErarbeitung der Lösungen in direkter Interaktion mit dem Architekten und den UX-Experten inklusive einer angemessenen Dokumentation der...


  • Leipzig, Deutschland Maurer Electronics GmbH Vollzeit

    (Senior) Frontend Developer (m/w/d) Zurück zu den Stellenanzeigen (Senior) Frontend Developer (m/w/d) ...


  • Leipzig, Sachsen, Deutschland Rhebo GmbH Vollzeit

    About Rhebo GmbHRhebo GmbH is a leading provider of innovative cybersecurity solutions for critical infrastructures in the DACH region, Europe, and worldwide.Job SummaryWe are seeking a highly skilled Senior Frontend Developer to join our hybrid team and contribute to the development of new product features, maintenance of existing codebases, and quality...


  • Leipzig, Sachsen, Deutschland Rhebo GmbH Vollzeit

    About Rhebo GmbHRhebo GmbH is a leading provider of innovative cybersecurity solutions for critical infrastructures in the DACH region, Europe, and worldwide.Job SummaryWe are seeking a highly skilled Senior Frontend Developer to join our hybrid team and contribute to the development of new product features, maintenance of existing codebases, and quality...


  • Leipzig, Sachsen, Deutschland Siemens AG Vollzeit

    Job Opportunity at Siemens AGWe are seeking a talented Frontend Developer to join our SIMARIS Team in Leipzig, Germany.Your Responsibilities:Design and develop global, cloud-based web applications for multiple products and systemsCollaborate with technical Product Owners to analyze and solve complex problemsDevelop software solutions based on requirements...


  • Leipzig, Sachsen, Deutschland Siemens AG Vollzeit

    Job Opportunity at Siemens AGWe are seeking a talented Frontend Developer to join our SIMARIS Team in Leipzig, Germany.Your Responsibilities:Design and develop global, cloud-based web applications for multiple products and systemsCollaborate with technical Product Owners to analyze and solve complex problemsDevelop software solutions based on requirements...

  • Frontend Developer

    Vor 7 Tagen


    Leipzig, Sachsen, Deutschland Maurer Electronics GmbH Vollzeit

    About the RoleWe are seeking a highly skilled Frontend Developer to join our team at Maurer Electronics GmbH in Leipzig. As a key member of our development team, you will be responsible for designing and implementing responsive, barrier-free web frontends.Key ResponsibilitiesDesign and implement web frontends using modern frameworks and...

  • Frontend Developer

    vor 1 Woche


    Leipzig, Sachsen, Deutschland Maurer Electronics GmbH Vollzeit

    About the RoleWe are seeking a highly skilled Frontend Developer to join our team at Maurer Electronics GmbH in Leipzig. As a key member of our development team, you will be responsible for designing and implementing responsive, barrier-free web frontends.Key ResponsibilitiesDesign and implement web frontends using modern frameworks and...


  • Leipzig, Sachsen, Deutschland Maurer Electronics GmbH Vollzeit

    ÜberblickWir bei Maurer Electronics GmbH suchen nach einem talentierten (Senior) Frontend Developer, der unser Team verstärkt.Aufgabenbereich- Umsetzung und Weiterentwicklung von responsiven und barrierefreien Web-Frontends.- Zusammenarbeit mit Architekten und UX-Experten zur Erarbeitung von Lösungen, inklusive einer umfassenden Dokumentation.- Erstellung...


  • Leipzig, Sachsen, Deutschland dokSAFE GmbH Vollzeit

    AufgabenWir suchen einen erfahrenen Frontend-Entwickler, der unsere cloudbasierte SaaS-Lösung Actaport weiterentwickelt und verbessert. Du wirst eigenständig anspruchsvolle Frontend-Lösungen umsetzen, die auf Angular basieren und unser Produkt zum Leben erwecken.Du entwickelst und setzt unsere Frontend-Lösungen um, die auf Angular basieren und unser...