Cutshort logo
Microsoft IIS Jobs in Chennai

11+ Microsoft IIS Jobs in Chennai | Microsoft IIS Job openings in Chennai

Apply to 11+ Microsoft IIS Jobs in Chennai on CutShort.io. Explore the latest Microsoft IIS Job opportunities across top companies like Google, Amazon & Adobe.

icon
Several years of experience in designing web applications

Several years of experience in designing web applications

Agency job
via Jobdost by Ankitha Vyas
Bengaluru (Bangalore), Hyderabad, Chennai
5 - 7 yrs
₹12L - ₹15L / yr
skill icon.NET
ASP.NET
Object Oriented Programming (OOPs)
Fortify
Microsoft IIS
+25 more
Basic Qualifications: (what are the skills required to this job with minimum years of experience on each, including education)

• Should have 5+ years of work experience in design, develop, Code and Unit Test web and desktop-based applications written in .Net framework starting from 4.x and above.
• Strong analytical skills to understand a given requirement and provide work estimates.
• Strong Object-Oriented Programming knowledge.
• Strong experience with Static Code Analyzers like Fortify.
• Should have good understanding of web servers such as IIS and Front-end such as HTML’s and Razor based engines.
• Strong debugging skills using .net front end and backend.
• Strong coding experience and thorough understanding of programming languages such as C#, VB.NET, ASP.Net, ADO.Net, JQuery, JavaScript, Traditional Web Services, WCF, Web API and other Scripting languages such as pythons.
• Strong working knowledge on various design patterns such as MVC, MVVM, DDD, Repository Pattern and any custom/hybrid framework as designed by the Architects.
• Should have a strong working knowledge of Azure DevOps.
• Strong knowledge and understanding of data sharing medium using JSON, XML and other media types.
• Strong knowledge on Entity Framework (6 and above) and other ORM such as Dapper.
• Strong knowledge and programming skills in Database such SQL SERVER, Oracle, My SQL and SQL Express. Additionally, nice to know-how knowledge in MS ACCESS.
• Strong knowledge and coding experience in REST based web services and service-oriented design patterns using WCF and other API’s.
• Should have used IDE such as Visual Studio and Visual Studio Code for Front-end development.
• 1+ years of building SPA web solutions using Angular 6/7/8 , BackBone, Bootstrap
• 5+ years building HTML5 complaint pages
• 3+ years of experience using TypeScript
• 3+ years of writing automated testing using Jamine or others

Day to Day job Duties: (what this person will do on a daily/weekly basis)

• Co-ordinate/mentor other Junior developers on a day to day basis.
• Understand the use cases/User Story, code and develop on a designed platform/pattern.
• Strict adherence to coding standards.
• Participate self-code review/peer reviews and correct errors wherever applicable before checking in the final code into the Branch/code repo.
• Create code documentations wherever applicable and as set guidelines by the team.
• Create and perform Unit Tests wherever applicable as set guidelines by the team.
• Provide feedback and assist in estimation planning.
• Merge code branches as and when required.
• Create and publish release documentations and application deployments as and when requested.
• Report out statuses to the leads onshore daily during the Stand-up calls.
• Additionally, update efforts on a given work item on everyday basis.
• Provide true estimates on work assigned prior development. Also ask questions/provide comments on User Stories/work items assigned.
• Be a team player and flexible towards availability in case of any urgent issues that need immediate attention.
• Plan out vacations in advance (min. 2 weeks of adv. Notice).


Nice to have(not a must) experience, skills

• Good understanding of Service Workers.
• Prior coding experience using FORTRAN.
• Experience on 3rd party tools like Spire.Pdf, PDF.Js.
• Knowledge of Rapid application development framework like DevExpress, Code on Time, HighCharts.
• Knowledge of code clean up tools like CodeMaid.
• Knowledge of Power BI and O365 Suites of applications.
• knowledge of SQL Data tools like SSIS and SSRS.
Read more
J&F
Remote, Delhi, Noida, Chennai, Bengaluru (Bangalore)
4 - 10 yrs
₹14L - ₹35L / yr
skill iconPython
skill iconNodeJS (Node.js)
AWS Lambda
skill iconPostgreSQL
Serverless
+2 more

Role overview:

We are hiring one Senior Backend Engineer to take end-to-end ownership of our serverless backend — a hands-on IC role for someone both technically excellent and comfortable being one of the few people the entire backend depends on. You'll own the services across several Node.js and Python repositories, work directly with the founders and product team, and set the technical bar for reliability, security, and performance.


Key responsibilities

  • Design, build, and operate AWS Lambda services across our HCM/workforce, project-management, commercial/revenue, permissions, and document domains — each comprising dozens of functions.
  • Own the multi-tenant PostgreSQL data layer — schema design, query performance, and the permission/relationship model — end to end.
  • Maintain and evolve the request path — API Gateway → custom Lambda authorizer → VPC-bound Lambda → private databases — including the runtime IAM/credential model that scopes every request.
  • Safeguard tenant isolation and security across a per-company Cognito authentication model.
  • Build and maintain integrations with external construction data environments (Asite, Autodesk Construction Cloud), including large-scale document synchronization.
  • Optimize performance and reliability to keep latency-sensitive endpoints well within platform limits under growing load.
  • Raise the engineering bar — testing, observability, CI/CD, and modernization of legacy components.
  • Debug and resolve production incidents to root cause, and put safeguards in place so they don't recur.
  • Document decisions and designs and collaborate with the frontend (Angular) and product teams.


Challenges you'll solve.

We prefer to be candid — these are the problems that make this role genuinely interesting:

Latency under a hard ceiling

API Gateway terminates any request beyond ~29 seconds regardless of the Lambda's own timeout — yet much of our value comes from heavy cross-project reporting. You'll keep p95 latency within budget through set-based SQL, pagination, streaming, and asynchronous processing.

Least-privilege, per-request security

A shared custom authorizer mints short-lived, request-scoped credentials via sts:AssumeRole under a strict 2,048-character inline session-policy limit. You'll design permission models that stay within that budget and reason about IAM precisely.

Graph-shaped data, relational store

The permission and relationship model is inherently graph-like, but lives in PostgreSQL — you'll model it with recursive queries, careful indexing, and set-based traversal rather than reaching for a separate graph engine.

Watertight multi-tenancy

One Cognito pool per company and tenant-scoped access throughout — isolation is a first-order concern.

VPC-bound serverless

Lambdas run inside a VPC to reach private databases; you'll manage cold starts, connection lifecycles, and pool limits.

Resilient external integrations

Syncing large document sets from third-party APIs (including SOAP/XML) demands backpressure, deduplication, retries, and graceful partial-failure handling.

Compute-heavy workloads

Server-side PDF generation, image processing, and multi-currency handling within Lambda's memory and time constraints.


The stack.

Runtime — Node.js, Python, AWS Lambda

AWS services — -1 API Gateway, Lambda, Cognito, STS / IAM, Secrets Manager, S3 CloudWatch, VPC, EC2

Infrastructure & CI/CD- AWS SAM, CodePipeline → CodeBuild Shared Data —PostgreSQL


Qualifications.

  • 5+ years building and operating production backend systems.
  • Deep expertise in Node.js and JavaScript — the asynchronous model, event loop, and memory behavior — plus solid working proficiency in Python and its production behavior.
  • Strong hands-on AWS experience, ideally serverless (Lambda, API Gateway, IAM/STS, VPC, Secrets Manager, CloudWatch) — able to reason about IAM policies, not just apply them.
  • Advanced SQL and relational data modeling — set-based query design and a working understanding of why N+1 patterns cause production issues.
  • Proven production-debugging ability — root-cause analysis in distributed systems from logs and first principles.
  • Strong ownership, sound judgment, and clear written communication — able to make good decisions with incomplete information and explain trade-offs to non-engineers.


Interview Process:

Introductory call-Mutual fit and role overview.

Technical deep-dive- A walkthrough of a challenging production problem you have owned.

Practical exercise -A realistic backend task, or a walkthrough of your own representative code.

System design- Collaborative design on a real scenario.

Final conversation- Values, ownership, compensation, and offer.


Read more
Bengaluru (Bangalore), Mumbai, Hyderabad, Pune, Mohali, Panchkula, Gurugram, Chennai
8 - 12 yrs
₹10L - ₹20L / yr
skill iconJava
06692
Microservices
Java Server Faces (JSF)
EJB
+9 more

Shift timings : Afternoon

 

Job Summary

We are seeking an experienced Senior Java Developer with strong expertise in legacy system migration, server management, and deployment. The candidate will be responsible for maintaining, enhancing, and migrating an existing Java/JSF (PrimeFaces), EJB, REST API, and SQL Server-based application to a modern Spring Boot architecture. The role involves ensuring smooth production deployments, troubleshooting server issues, and optimizing the existing infrastructure.

Key Responsibilities

● Maintain & Enhance the existing Java, JSF (PrimeFaces), EJB, REST API, andSQL Server application.

● Migrate the legacy system to Spring Boot while ensuring minimal downtime.

● Manage deployments using Ansible, GlassFish/Payara, and deployer.sh scripts.

● Optimize and troubleshoot server performance (Apache, Payara, GlassFish).

● Handle XML file generation, email integrations, and REST API maintenance.

● Database management (SQL Server) including query optimization and schema updates.

● Collaborate with teams to ensure smooth transitions during migration.

● Automate CI/CD pipelines using Maven, Ansible, and shell scripts.

● Document migration steps, deployment processes, and system architecture.


Required Skills & Qualifications

● 8+ years of hands-on experience with Java, JSF (PrimeFaces), EJB, and REST APIs.

● Strong expertise in Spring Boot (migration experience from legacy Java is a must).

● Experience with Payara/GlassFish server management and deployment.

● Proficient in Apache, Ansible, and shell scripting (deployer.sh).

● Solid knowledge of SQL Server (queries, stored procedures, optimization).

● Familiarity with XML processing, email integrations, and Maven builds.

● Experience in production deployments, server troubleshooting, and performance tuning.

● Ability to work independently and lead migration efforts.


Preferred Skills

● Knowledge of microservices architecture (helpful for modernization).

● Familiarity with cloud platforms (AWS/Azure) is a plus.


Read more
ByteAlly

at ByteAlly

1 recruiter
ilayabasu c
Posted by ilayabasu c
Chennai
0.5 - 2 yrs
₹5L - ₹6L / yr
skill icon.NET
ASP.NET
skill iconC#
SQL

We are looking for candidates with 0.5 - 2 years of work experience*


ByteAlly is a software consultancy based out of Chennai focusing heavily on the supply chain industry. Our solutions span Blockchain solutions, Food traceability, B2B integrations, and enterprise applications. We are looking for a Back End developer to join our force.


  • Proficiency in C# - Experience using .NET Core.
  • Experience in developing ASP.NET MVC / ASP.NET Core WEB API applications
  • Extensive knowledge of Entity Framework/ EF Core
  • Proficient knowledge of SQL Server
  • Knowledge in React.JS preferred
  • Extensive experience in performance tuning and code optimization


Please Note: We are also looking for candidates who are available to join immediately or with a notice period of maximum 30 days.



Read more
Propeltech Labs India Pvt Ltd

at Propeltech Labs India Pvt Ltd

2 candid answers
Thuriha C
Posted by Thuriha C
Chennai
2 - 5 yrs
Best in industry
skill icon.NET
ASP.NET
skill iconC#

Role Objective:


The objective of the developer is to design and develop solutions while being responsible for the coding standards, security and compliance requirements. 


Roles & Responsibilities:


  • Business Understanding
  • Understands the business requirements clearly to a level that enables in making micro decisions. Involves in designing, developing, testing software solutions 
  • Arch/Design Documentation
  • Clear documentation of the workflows, maintains clean code and support in solution architecture/design documentations 
  • Dev Testing & Solution
  • Engages in identifying & troubleshooting various website issues and coding problems; Evaluates and implements new tools based on the requirement and ensures the high performance of all systems developed; Involves in performing the code review and refactor to ensure the code quality based on the best practices and code conventions. 
  • Understanding Coding Standards, Compliance & Info-security, Non-functional Requirement
  • Identifies security requirements of data-in-transit and data-at-rest and discovers the vulnerabilities of the third-party components/libraries used in the application and remediating vulnerabilities; Maintains updated knowledge of the development industry, advancements in technology, and its implementation. 
  • Stakeholder Management
  • Collaborates with members to consistently improve the functionality and client centric solutions; Collaborate with the peers and team members to create an intuitively easy to use solution for our end users; Assists the DevOps team to manage the environment and releases; Provides training and support to junior developers. 



Requirements

  • Frameworks & Libraries:
  • Dot net Core
  • Entity Framework
  • Backend languages: C#
  • Database Concepts & Applications:
  • Entity framework, ADO.Net, Dapper
  • Should be familiar with any of the relational databases like Postgres, SQLServer, Oracle etc., or non relational databases like MongoDB, Cassandra, etc.,
  • Should be familiar with concepts: Normalization, Indexing, Joins
  • Unit Testing: Should be familiar with NUnit
  • Log frameworks: Should be familiar with any one of the logging libraries like Nlog or Log4Net
  • Authorization & Authentication:
  • Token Based Auth
  • JWT with refresh token
  • Claims & Identity
  • SSO
  • Basic Authentication
  • OAuth
  • Build Tools: dot net cli build commands
  • Version Control: Experience in using GIT
  • Other Development tools:
  • Swagger Editor
  • Postman/Flutter
  • VSCode
  • Application performance management: Nice to have basic knowledge in any of the APM Tools like AppDynamics, DataDog, NewRelic, Dynatrace, etc.,
  • Vulnerability tests: Nice to have basic knowledge on security principles like OWASP Top Te etc.,
  • Cloud Services: Nice to have experience in any one of the cloud services like GCP, AWS, Azure, etc.,
  • CI/CD understanding: Basic understanding of pipelines and deployments
  • Others:
  • Common application/ web security and OWASP vulnerabilities
  • Encryption algorithms to protect sensitive information
  • PII, PCI, HIPPA, and GDPR compliance and how to implement
  • Finding the vulnerabilities of the third-party components/ libraries
  • Understanding security breaches of data-in-transit and data-at-rest and its implementation
  • Behavioral Competencies:
  • Accountability
  • Adaptive to change
  • Business communication
  • Customer Focus
  • Learning Agility
  • Planning & organizing
  • Problem solving


Read more
inditrade capital limited
Chennai
1 - 5 yrs
₹4L - ₹7L / yr
skill iconLaravel
skill iconPHP
MySQL
skill iconCodeIgniter
Debugging

High-quality source code to program complete applications within deadlines

- Strong integration and architectural knowledge with Agile methodology

- Working closely with other developers, UX designers, business, Testing Team and systems analysts

- Demonstrated experience in leading medium- to large-scale projects to successful completion and implementation

- Involvement in Team management activities with their own work (like code review, team guidance/mentoring, status reporting)

- Build API’s that integrate with all majors ERP, CRM, and other systems

- Be the first point of escalation for technical issues and resolve issues working with stakeholders

- Ability to plan, organize, prioritize and deliver multiple projects simultaneously

- Find bugs and offer timely solutions / Perform unit and integration testing before launch
Read more
Trigyn Technologies
Remote, Hyderabad, Bengaluru (Bangalore), Chennai, Mumbai, NCR (Delhi | Gurgaon | Noida), Mangalore, Vijayawada, Visakhapatnam, Kochi (Cochin), Kolkata, Pune
5 - 10 yrs
₹3L - ₹30L / yr
Drupal
skill iconPHP
Relational Database (RDBMS)
MySQL

The ideal candidate would be a person having a strong technical know-how of Drupal application development & CMS concepts, backed with an equally strong hands-on experience. He / She should be fluent with the design concepts using Drupal 8 and above(Must) as well as be well versed with the best practices in the development, testing & deployment phases.

Experience : 5 – 9 years

Contract duration : 6 months


Major Accountability

• Demonstrate expertise in authoring & customizing Drupal modules as well as have experience in working with views, panels and features.
• Carry-out impact analysis & estimation for given set of requirements.
• Develop code by adhering to the Drupal, security and accessibility standards.
• Act as liaison with the client for troubleshooting: investigate, analyze, and solve software problems.
• Work self-directed and independently.

Essential Skills & Experience

• Have overall 4-8 years of IT experience on Drupal 8 platforms.
• Have expertise in developing complex websites based on Drupal 8 platforms and framework-based web applications.
• Have expertise in LAMP environment.
• Have working knowledge of web servers like Apache, Nginx etc.
• Have strong experience with source/version control systems.
• Have excellent communication, analytical & presentation skills.

Education

• Minimum education: B.E., BTech, MCA
• Languages: English written & spoken

Read more
silverlineswap

at silverlineswap

1 recruiter
Reshma Banu
Posted by Reshma Banu
Chennai
2 - 4 yrs
₹5L - ₹5.4L / yr
skill iconNodeJS (Node.js)
skill iconMongoDB
Mongoose
skill iconExpress
skill iconJavascript
+4 more
QUALIFICATION
Bachelor's or Master's degree in Computer Science, Information Systems,
or equivalent.
EXPERIENCE – 2 to 5 years
CTC - UPTO 5.4L P.A.
JOB DESCRIPTION
We are looking for a backend developer who will be responsible for designing,
implementing, and supporting a distributed blockchain-based network. Your primary
responsibility will be analysing requirements, designing Blockchain technology around
a certain business model, and the building and launching of a blockchain network. You
will be asked to work on various blockchain technologies like Ethereum (Layer 1 & 2,
i.e Binance Smart Chain ).

● Analytical, results-driven Back-end Developer who will work with team members
to troubleshoot and improve current back-end applications and processes. 
Focused on building a better, more efficient program and creating a better
end-user experience.
● Work closely with Frontend developers to integrate new web features into
our application
● Strong understanding of the web development cycle and programming
techniques and tools.
● Strong communication and presentation skills
● Ability to work in a fast-paced environment.
SKILLSET
● Experience with Smart contract development tools
● Strong background in Javascript, Python & Node JS, SQL
● Build new features and products using modern backend tools (Node.js, Mongo,
SQL, GraphQL)
● Hands-on technical exposure in implementing Blockchain technologies
(Ethereum and Hyperledger Familiarity with Hyperledger Fabric and Solidity )
Understanding of Distributed Ledger technology, Blockchain ecosystem and
structure.
● Experience working in an Agile and DevOps environment.
● Knowledge on Mining, Hashing, Elliptic Curve Cryptography(ECC) and P2P
networking Extensive experience with progression of major projects from the
planning stage through to implementation and completion Effective
communicator to all stakeholders and management during project consulting
and analysis. Strong Software development background.
● Experience on Smart contract and Solidity, development tools for Ethereum
(testrpc, geth, Web3, eth_lightwallet, etc.
● Experience in writing smart contracts.
● Good understanding of NFTs and tokens.
● Experience in wallet integration like MetaMask and Coinbase Wallet.
Experience working with decentralized application protocols like DeFi..
Working knowledge of at least one of the Blockchain frameworks such
as Hyperledger Fabric, R3 Corda, Ethereum (Solidity).
● Experience working with large code-bases.
● Proficiency in one or more of the following languages: C++, Go, Solidity,
Rust, Node.js, React.js.
● Strong knowledge of Algorithms and Data Structures.
● Familiarity with Cryptography.
● Familiarity with P2P networks
● Strong knowledge of bitcoin-like blockchains.
● Strong knowledge of concurrency and writing efficient and safe multithreaded
code
● Familiarity with code versioning tools such as Git
Read more
BUDDIAI

at BUDDIAI

1 video
2 recruiters
Dhana Lakshmi A
Posted by Dhana Lakshmi A
Chennai
3 - 10 yrs
₹4L - ₹15L / yr
skill iconJava
Data Structures
Algorithms
skill iconScala
skill iconC++
+7 more

Job description

 

We are looking for a passionate Software Development Engineer to develop, test, maintain and document program code in accordance with user requirements and system technical specifications. As a Software Development Engineer, you will work with other Developers and Product Managers throughout the software development life cycle.

Software Development Engineer responsibilities include analysing requirements, define system functionality and writing code in the companys current technology stack. The candidate is expected to be familiar with the software development life cycle (SDLC) process from preliminary system analysis to tests and deployment. Ultimately, the role of the Software Engineer is to build high-quality, innovative and fully performing software that complies with coding standards and technical design. Your goal will be to build efficient programs and systems that serve user needs.

To be qualified for this role, you should hold a minimum of Bachelor’s degree in a relevant field, like Computer Science, IT or Software Engineering. You should be a team player with a keen eye for detailed and problem-solving skills. If you also have experience in SDLC, Agile frameworks and popular coding languages (e.g., Java), strong computer science fundamentals we’d like to meet you.

Years of experience : 2 to 10 years.

Roles & Responsibilities

The overview of this position (based in Chennai, India) includes:

  • Develops, enhances, debugs, supports, maintains and tests software applications that support business units or supporting functions. These application program solutions may involve diverse development platforms, software, hardware, technologies and tools.
  • Participates in the design, development and implementation of complex applications, often using new technologies.
  • Technology professional with experience in designing and managing the implementation of future looking, flexible and reusable, enterprise applications and components.
  • Expert in translating business requirements into an application design that includes Data Model, Web Screens, Web Services, and batch processing.
  • May provide technical direction and system architecture for individual initiatives.
  • Serves as a fully seasoned/proficient technical resource.
  • Deploy programs, gather and evaluate user feedback
  • Recommend and execute improvements
  • Create technical documentation for reference and reporting
  • Develop software verification plans and quality assurance procedures
  • Document and maintain software functionality
  • Ensure software is updated with latest features
  • Good interpersonal and technology understanding skills
  • Evaluate open-source components and integrate into product pipeline

Skills and Qualifications

  • Hands-on experience in analysis, design, coding, and implementation of complex, custom-built applications.
  • Strong Java, development skills (JAVA, J2EE, STRUTS, SPRING, Web Services, Eclipse, UI screens, AngularJS, React.JS)
  • Excellent debugging skills
  • Strong knowledge on databases (MySQL, MSSQL Server and NoSQL databases)
  • Understanding of various deployment servers (Apache Tomcat is a must)
  • Understanding of OO skills, including strong design patterns knowledge is a must.
  • Strong understanding in creating and maintaining web services.
  • Understanding of the software development life cycle
  • Experience with Implementation and release management activities
  • Good understanding of unit/system and functional testing methodology
  • Experience working in large transaction-based systems
  • Knowledge of software best practices, like Test-Driven Development (TDD) and Continuous Integration (CI)
  • Experience documenting technical functions
  • Desire to contribute to the wider technical community through collaboration, coaching, and mentoring of other technologists.
  • Experience in Linux based systems, development of shell-based scripts.

Job Training

  • Training on the coding paradigms, guidelines, frameworks, usage of the applications would be provided by the engineers
  • Periodic training sessions would be conducted by the technical architects in terms of technology and skills to be learnt
  • Periodic, structured training would be provided on the applications Hours & Environment
  • Typical 40 hours of work a week
  • Depending on the requirements, work hours may have to be extended during the day, weekend
Read more
Optisol Business Solutions Pvt Ltd
Krishnaveni Hemanthkumar
Posted by Krishnaveni Hemanthkumar
Chennai
2 - 4 yrs
₹4L - ₹8L / yr
Hibernate (Java)
Spring
skill iconJava
J2EE
Struts
+3 more
1.Candidates should have experience in design and develop high-volume applications for delivering high-availability and performance. 2.Write Well designed, testable and efficient code. 3.Ensure designs are in compliance with specifications. 4.Prepare and produce releases of software components. 5.Support continuous improvement by investigating alternatives and technologies for the architectural review. 6.Should be highly motivated in both solo and team situations by contributing to a great team spirit. 7.Desire and drive to take an active role in improving the end product 8. should have strong knowledge of client server interaction, good understanding of REST architecture
Read more
Detect Technologies

at Detect Technologies

5 recruiters
Tarun Mishra
Posted by Tarun Mishra
Chennai
2 - 5 yrs
₹5L - ₹15L / yr
skill iconDjango
skill iconPython
skill iconAmazon Web Services (AWS)
skill iconPostgreSQL
Full stack development at an exciting startup. We are technologists by background and are providing intelligent solutions for complex industrial operations. You will be part of core engineering team responsible for delivering highly scalable solutions for industries. Key Skills : - Will be expected to architect, develop and maintain large-scale distributed systems - Should have excellent coding skills and good understanding of MVC frameworks - Programming Language agnostic, but experience in Python-Django would be a plus - Familiarity with hosting web services like AWS - Sound understanding of frontend web technologies such as HTML, CSS, JavaScript, jQuery, Angular 2 etc
Read more
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort