Skip to main content

Resume


Krunal Jani

Technical project manager
www.linkedin.com/in/krunaljani/

Krunal.2984@gmail.com

+91-8128982778

SUMMARY

  •   Seasoned IT professional with 13+ years of experience in application design, development and delivery including project, team and client management.
  • Experience in Project planning, requirement gathering, resource planning, budgeting, and forecasting. Experienced in the end-to-end project delivery life cycle of product and application development.
  •   Driving multiple releases at the same time with equal efficiency without impacting timelines.
  • Team Management, Risk Management, and Issue Management. Set processes for End-to-End Delivery to accelerate business value. Effectively execution of planning with Quality delivery. 
  • Experience as a Pre-Sales consultant with Sales and Marketing team. Experience in mapping most of the solution requirements to SharePoint box features.
  • Responsible for keeping track of the project end to end including Requirements gathering, development, testing and execution. Experience in implementing SSIS, EDRMS solutions, Information Architecture and Taxonomy.

SKILLS HIGHLIGHTS

·         Program and project management mythologies (SCRUM, Agile, Waterfall), Team building and Team management, Risk Analysis and Control management.

  • ·         Change management, Client communication, Software Installation, and Client Engagement.
  • HTML5, CSS, JavaScript, jQuery, SQL Server, Ms Sql. SharePoint Online and On-Prem, .Net, Asp. Net, REST API, SharePoint SPFx, Agular Apps, Database Queries.
  • ·         PowerApps, Power Automate, Power BI, Logic Apps, Angular, Node, Office 365, Azure.
  • ·         PowerShell, Azure, Azure DevOps, CI-CD, Git, Microsoft Excel, Word, PowerPoint.

WORK EXPERIENCE

Delivery Manager and Technical Lead, Civica Pvt. Ltd - September/2016 - present - Vadodara, Gujarat, India.

    Develop project plans, timelines, and budgets to ensure successful project delivery. Lead cross-functional teams to deliver projects on time and within budget

    Establish project scope, objectives, and deliverables and ensure they are met. Identify and manage project risks and develop mitigation strategies. Monitor project progress and provide regular status updates to senior management.

    Designed and implemented SharePoint solutions, including custom workflows, forms, and templates for various clients.

    Collaborated with cross-functional teams, including developers, project managers, and business analysts, to ensure successful project delivery.

Key Project

Technology

VIEW

MS Project, Excel, SharePoint, Office 365.

Cloud Base

Office365, SharePoint, Azure, PowerApps. SPFX, PowerAutomate, JavaScript, CSS

CDS 360

Office365, SharePoint SPFX C#, InfoPath, Sql Server, CSS, JavaScript

Home Office EDRMS

SharePoint Online, Logic App, C#, CSS, SPFX Solution, Site Provisioning

HCC Plaza Portal

SharePoint Online, Azure, CSS, JavaScript, C#, Site Provisioning

 

Team Lead and PreSales Consultant, Softweb Solution Inc. Nov/2012 - Augt/2016 -Ahmedabad, Gujarat, India.

    Lead and Managed 15 member SharePoint department. Where performed role of mentor, guide and project manager.

    Worked on “Collabral” (Office365 Intranet Solution) as a technical project manager where performed different duties of technical architect and project manager.

    Responsible for writing complex business logic and simply deriving complex tasks.

Key Projects

Technology Used

Office 365 Intranet Portal (Blooms the chemist)

    SharePoint 365, Office 365, HTML5 & CSS3, BootStrap, Angular 1, SharePoint Site provisioning engine.

H&M Bid Management Portal

 

    SharePoint 2013, SQL server 2012, HTML5 & CSS3, BootStrap, JQuery, SharePoint workflow for Bid procurement, SharePoint Site provisioning engine

JCCA Intranet

    SharePoint365, SharePoint Features, Site Provisioning Engine, SPFX solutions, HTML5 & CSS3, JQuery, Azure Logic Apps& Functions, SharePoint Site provisioning engine

Collabra SharePoint product

    SharePoint 365, Office 365, HTML5 & CSS3, BootStrap, Angular JS, SharePoint Apps

Smart Retail

    ASP.NET MVC 4.0 (Razor), SQL server 2012, Web API, SignalR, HTML5 & CSS3, Responsive layout, Kendo UI controls, JQuery, Other JQuery UI.

PREVIOUS EXPERIENCES

Software Developer, L&T InfoTech Ltd. July/2012- November/2012 – Ahmedabad, Gujarat.

Application Developer, Dev. ITPL - September/2010 - July/2012 – Ahmedabad, Gujarat.

Software developer, Om Info Solutions – July/2009 -August/2010 – Anand, Gujarat.

EDUCATION AND CERTIFICATES

2009 Master of Computer Application, In Computer Science, Sardar Patel University.

2004 B.Com. In Commerce, Sardar Patel University.

LANGUAGES
English   - Experience Level
Gujarati - Experience Level


Hindi
- Experience Level

VISA DETAILS.

1.    Holding USA B1 and B2 visa valid untill 2025.

2.    Holding work permit of UK for 5 years. 

Comments

Popular posts from this blog

Cascading drop down column in a SharePoint List

This article will show how to use codeplex project to achieve Cascading drop down columns in SharePoint list. This article will show how to achieve parent child relationship in column of SharePoint list.   Objective This article will show how to use codeplex project to achieve Cascading drop down columns in SharePoint list. This article will show how to achieve parent child relationship in column of SharePoint list. Step 1 Download the project from codeplex . Choose WSP file to download. To download the project Click here Step 2 After downloading the WSP add the solution using STSADM command. Navigate to BIN folder and add the solution. Command C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\BIN> stsa dm -o addsolution -filename c:\Stoneshare.CascadingDropDown.WithFilter.wsp Step 3 Open Central ADMIN and deploy solution. Navigate to Operation -> Global Configuration -> Solution Management. Select the Global Deployment option. St...

How to deal with SharePoint 2010 exception "An exception occurred when trying to issue security token: The server was unable to process the request due to an internal error"

Scenario: You receive the below exception when you try to logon to a site that has been configured to use Claims Based Authentication with a custom membership provider using FBA credentials: Event ID from Event Log  - 8306 An exception occurred when trying to issue security token: The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.. Explanation: This error started to appear in our QA environment which does not have Visual Studio installed. I have tried starting the service "Claims to Windows Token Service" but that did not help either. I have made sure that all config...

Create Rating Visual Web Part Using Visual Studio 2010,

Create Rating Visual Web Part Using Visual Studio 2010,  also Apply Rating Settings using c#   Back End Design  Register Assembly    <%@ Register Tagprefix="SharePointPortalControls" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> Add Control. <div>    Average Ratting :    <SharePointPortalControls:AverageRatingFieldControl ID="PageRatingControl" runat="server"/> </div>