Project Management Training in Lansing, Michigan

Learn Project Management in Lansing, Michigan and surrounding areas via our hands-on, expert led courses. All of our classes either are offered on an onsite, online or public instructor led basis. Here is a list of our current Project Management related training offerings in Lansing, Michigan: Project Management Training

We offer private customized training for groups of 3 or more attendees.

Project Management Training Catalog

subcategories

cost: $ 1190length: 3 day(s)
cost: $ 790length: 2 day(s)
cost: $ 790length: 2 day(s)
cost: $ 1190length: 3 day(s)
cost: $ 790length: 2 day(s)
cost: $ 790length: 2 day(s)
cost: $ 1190length: 3 day(s)
cost: $ 390length: 1 day(s)
cost: $ 2190length: 5 day(s)

Agile/Scrum Classes

Course Directory [training on all levels]

Upcoming Classes
Gain insight and ideas from students with different perspectives and experiences.

Blog Entries publications that: entertain, make you think, offer insight

Another blanket article about the pros and cons of Direct to Consumer (D2C) isn’t needed, I know. By now, we all know the rules for how this model enters a market: its disruption fights any given sector’s established sales model, a fuzzy compromise is temporarily met, and the lean innovator always wins out in the end.

That’s exactly how it played out in the music industry when Apple and record companies created a digital storefront in iTunes to usher music sales into the online era. What now appears to have been a stopgap compromise, iTunes was the standard model for 5-6 years until consumers realized there was no point in purchasing and owning digital media when internet speeds increased and they could listen to it for free through a music streaming service.  In 2013, streaming models are the new music consumption standard. Netflix is nearly parallel in the film and TV world, though they’ve done a better job keeping it all under one roof. Apple mastered retail sales so well that the majority of Apple products, when bought in-person, are bought at an Apple store. That’s even more impressive when you consider how few Apple stores there are in the U.S. (253) compared to big box electronics stores that sell Apple products like Best Buy (1,100) Yet while some industries have implemented a D2C approach to great success, others haven’t even dipped a toe in the D2C pool, most notably the auto industry.

What got me thinking about this topic is the recent flurry of attention Tesla Motors has received for its D2C model. It all came to a head at the beginning of July when a petition on whitehouse.gov to allow Tesla to sell directly to consumers in all 50 states reached the 100,000 signatures required for administration comment. As you might imagine, many powerful car dealership owners armed with lobbyists have made a big stink about Elon Musk, Tesla’s CEO and Product Architect, choosing to sidestep the traditional supply chain and instead opting to sell directly to their customers through their website. These dealership owners say that they’re against the idea because they want to protect consumers, but the real motive is that they want to defend their right to exist (and who wouldn’t?). They essentially have a monopoly at their position in the sales process, and they want to keep it that way. More frightening for the dealerships is the possibility that once Tesla starts selling directly to consumers, so will the big three automakers, and they fear that would be the end of the road for their business. Interestingly enough, the big three flirted with the idea of D2C in the early 90’s before they were met with fierce backlash from dealerships. I’m sure the dealership community has no interest in mounting a fight like that again. 

To say that the laws preventing Tesla from selling online are peripherally relevant would be a compliment. By and large, the laws the dealerships point to fall under the umbrella of “Franchise Laws” that were put in place at the dawn of car sales to protect franchisees against manufacturers opening their own stores and undercutting the franchise that had invested so much to sell the manufacturer’s cars.  There’s certainly a need for those laws to exist, because no owner of a dealership selling Jeeps wants Chrysler to open their own dealership next door and sell them for substantially less. However, because Tesla is independently owned and isn’t currently selling their cars through any third party dealership, this law doesn’t really apply to them. Until their cars are sold through independent dealerships, they’re incapable of undercutting anyone by implementing D2C structure.

Learning SQL development can seem like an overwhelming task at first. However, mastering just a few key points will help ease your way through 80 percent of the day-to-day challenges when writing stored procedures and solving common problems. Here are three important SQL development factors to keep in mind:


Outer Joins
One of the most crucial things to understand in SQL server are joins. Joins are a way to retrieve data from two or more tables based on logical relationships between them. Joins dictate how Microsoft SQL Server ought to use data from one table to select the rows in another table.

In my experience inner joins are intuitive while outer joins can present additional hours of grief by overlooking associations in the other table(s). The outer join is the key to answering questions about what the database does not have. For example, if you need to make a query to display all the students who are without report-cards, you’ll need a left join to get all students coupled with a “where clause” to return the ones who have nulls for their report card table columns in the results.

Many talented Java script programmers have muddled through the SQL Server by deficient coding around the inner join. As a result, their queries can take five hours to run, whereas, properly written left joins, can take only two seconds to run.

Aggregation
Grouping results comes up in SQL a lot more than you might think. Knowing how to write a query when answering questions such as, “What’s the average grade for each teacher’s student list?” is invaluable. This kind of question cannot be answered with a single table or solely by joins.  You’ll often find you need to use joins in conjunction with group by statements. Always write the raw query first and then look at the results. Next, you have to figure out the best way to group them, rewrite your select clause and add a group by clause in the end.

Digging Through Data
I find this is the most lacking skill in many programmers. In fact, many otherwise-talented programmers holding Master’s Degrees fail to get jobs because they couldn’t analyze rows of data objectively during interviews. It’s just something that’s not taught but is crucial to get under you belt. Why? Eventually, some query is not going to perform as you may expect. And, the only way to find discrepancies is to look at rows of data, identify what join isn’t finding a match or where bad data is throwing things into chaos. Get familiar with how joins actually work, even if you have to manually walk through the logic of a large stored procedure’s tree of joins. It’s boring and time-consuming but absolutely necessary.


Take the time to master the core skills that will make you a successful SQL Programmer and avoid queries that run for five hours!

If you are a software developer looking for a slight change, then you have several options available. The process of software development requires multiple types of resources. A software developer performs the construction and delivery of software programs. An experienced software developer gains business knowledge, analytical skills, team management skills and communication skills. All of these skills can be used to divert your development career into a related and slightly varied role in software development.

Production Support Engineer
A developer can easily switch to the role of a Production Support Engineer. This role entails working with customers and technical teams to report, track and resolve production issues. For some, this might be an exciting opportunity to see the software application from a user’s point of view.

Engineering Manager
If you have experience in leading a team of developers, you could take the role of an Engineering Manager. This role requires managing a bigger team of developers. The Engineering Manager is also responsible for ensuring the delivery of software products and meeting the deadlines set by Product Management. You will get the opportunity to develop software, if you are inclined to do so. However, you will also take new responsibilities such as performance management, infrastructure management and vendor management.

Partner Engineer
This role requires some amount development as well as coordination with partners such as vendors and customers. The job of a Partner Engineer is to act as a middleman to help the integration of services with partners via application programming interfaces (APIs). For example, companies such as Twitter and Facebook employ Partner Engineers to integrate their services with customer websites.

Systems Analyst
Many companies offer developers with an opportunity to switch to Analyst roles. This role involves analyzing system requirements by working with business and technical teams. Many Systems Analysts also work on reviewing, developing and testing application code. This role is suitable for developers with strong analytical skills.

QA Automation Engineer
This role is responsible for automating test cases with the help of tools such as Java, Ruby and Selenium. This role is ideal for people with prior development experience. QA Automation Engineers work with developers and product managers to define test cases, and to automate and run the test cases. In this role, you will get the opportunity to work on back-end as well as front-end automation tasks. You will remain in touch with programming languages as well as database technologies.

Database Analyst
Most people gain significant amount of knowledge on databases while working as a software developer. This will help you to switch your role into a Database Analyst. A Database Analyst analyzes database issues, reviews performance problems, writes database scripts and runs queries. This role also provides a path to become a Database Administrator, if you are interested.

Deployment Engineer
This role is responsible for deploying the code developed by software engineers. You may not be developing application programs in this role. However, you will be responsible for code deployments, pushing the code into test and production environments.

 

Related:

Surprising Ways Viruses, Malware, Etc. are Infecting Computers

What is the most pressing problem in Project Management for a Software Project Manager?

Let's face it, IT roles have evolved and are no longer meant for the IT department alone. Most departments tend to have a technical person that can help make sense of data. These days, businesses encourage data democratization, meaning that everyone in the business is responsible for the information that the organization receives. Departments no longer have to wait for data to pass through IT before they receive it. The departments get information as it comes. Then, they make decisions based on that data. 

IT Job Roles and Responsibilities

1. Project Manager

A project manager, in this case, is someone that plays a managerial role in a company’s project. In fact, this is one of the most important IT job roles. The manager is responsible for his or her team. He or she makes sure that deadlines are met, and the project proceeds as planned. It mainly includes planning, design, initiation, monitoring, execution, and control. 


2. IT Director

In most cases, the term director is associated with big positions in a company, and is often associated with a board role. As one of the top IT job roles, the IT director is responsible for planning, managing and executing the core-infrastructure of a company. The primary role of the IT director is to oversee all the technology operations within the firm. The director then evaluates what his or her team does to make sure that the activities are in line with firm’s main objectives. On top of that, the IT director makes sure that all departments have their technology needs met by his or her team. 

3. IT Manager

The rank of an IT manager is definitely lower than that of a director, however, the role is still very crucial for any IT department. Every IT department has staff members that are meant to deliver results at the end of the day. The IT manager supervises most of the workers in the IT department. He or she is in charge of motivating them and making sure that they do what they are supposed to do. The IT manager’s roles include monitoring, planning, coaching, disciplining employees, and counseling.

4. Software Engineer

This position can also be referred to as a software architect, system engineer or application programmer. The main work typically involves creating and programming system-level software such as database systems, operating systems, and embedded systems. Their primary role is to ensure that they understand how both software and hardware work and to use them appropriately. However, the responsibilities don’t stop there. The software engineer is also required to interact with both colleagues and clients to explain which system or solution is going to be more suitable for use. 

5. Systems Analyst

A systems analyst can also be called a solutions specialist, product specialist or a systems engineer. Their primary work mainly involves identifying, analyzing, and coming up with new information systems that will provide a viable solution. This is mostly done as a response to the requests of customers or just for the business. They also have to make sure that they determine the costs and total time required to bring the information systems into effect. 

6. Helpdesk Support

There are times when your team could encounter system problems. Perhaps, a piece of hardware or software has malfunctioned. You need helpdesk support to deal with such issues. This is a professional that knows about common computer problems. Without them, business operations could stall because an employee can be stranded, and there’s no one to help. 

7. Network Designer

As much as helpdesk support can solve most IT problems, there are other issues that they can’t solve. You may experience system shutdowns or slow internet. In that case, you need an expert in maintaining communication systems. These professionals will also be responsible for setting up cyber security systems for the organization. 


IT involves many job roles and responsibilities that all work hand-in-hand to deliver results. As you begin your business, you should know about these roles so that you can know which ones are going to be the most suitable for your firm. 

Tech Life in Michigan

Home of the Ford Motor Company and many other Fortune 500 and Fortune 1000 Companies, Michigan has a list of famous people that have made their mark on society. Famous Michiganians: Francis Ford Coppola film director; Henry Ford industrialist, Earvin Magic Johnson basketball player; Charles A. Lindbergh aviator; Madonna singer; Stevie Wonder singer; John T. Parsons inventor and William R. Hewlett inventor.
Documentation is not understanding, process is not discipline, formality is not skill. Jim Highsmith
other Learning Options
Software developers near Lansing have ample opportunities to meet like minded techie individuals, collaborate and expend their career choices by participating in Meet-Up Groups. The following is a list of Technology Groups in the area.
Fortune 500 and 1000 companies in Michigan that offer opportunities for Project Management developers
Company Name City Industry Secondary Industry
Lear Corporation Southfield Manufacturing Automobiles, Boats and Motor Vehicles
TRW Automotive Holdings Corp. Livonia Manufacturing Automobiles, Boats and Motor Vehicles
Spartan Stores, Inc. Byron Center Retail Grocery and Specialty Food Stores
Steelcase Inc. Grand Rapids Manufacturing Furniture Manufacturing
Valassis Communications, Inc. Livonia Business Services Advertising, Marketing and PR
Autoliv, Inc. Auburn Hills Manufacturing Automobiles, Boats and Motor Vehicles
Cooper-Standard Automotive Group Novi Manufacturing Automobiles, Boats and Motor Vehicles
Penske Automotive Group, Inc. Bloomfield Hills Retail Automobile Dealers
Con-Way Inc. Ann Arbor Transportation and Storage Freight Hauling (Rail and Truck)
Meritor, Inc. Troy Manufacturing Automobiles, Boats and Motor Vehicles
Visteon Corporation Van Buren Twp Manufacturing Automobiles, Boats and Motor Vehicles
Affinia Group, Inc. Ann Arbor Manufacturing Automobiles, Boats and Motor Vehicles
Perrigo Company Allegan Healthcare, Pharmaceuticals and Biotech Pharmaceuticals
BorgWarner Inc. Auburn Hills Manufacturing Automobiles, Boats and Motor Vehicles
Auto-Owners Insurance Lansing Financial Services Insurance and Risk Management
DTE Energy Company Detroit Energy and Utilities Gas and Electric Utilities
Whirlpool Corporation Benton Harbor Manufacturing Tools, Hardware and Light Machinery
Herman Miller, Inc. Zeeland Manufacturing Furniture Manufacturing
Universal Forest Products Grand Rapids Manufacturing Furniture Manufacturing
Masco Corporation Inc. Taylor Manufacturing Concrete, Glass, and Building Materials
PULTEGROUP, INC. Bloomfield Hills Real Estate and Construction Real Estate & Construction Other
CMS Energy Corporation Jackson Energy and Utilities Energy and Utilities Other
Stryker Corporation Portage Healthcare, Pharmaceuticals and Biotech Medical Devices
General Motors Company (GM) Detroit Manufacturing Automobiles, Boats and Motor Vehicles
Kellogg Company Battle Creek Manufacturing Food and Dairy Product Manufacturing and Packaging
The Dow Chemical Company Midland Manufacturing Chemicals and Petrochemicals
Kelly Services, Inc. Troy Business Services HR and Recruiting Services
Ford Motor Company Dearborn Manufacturing Automobiles, Boats and Motor Vehicles

training details locations, tags and why hsg

A successful career as a software developer or other IT professional requires a solid understanding of software development processes, design patterns, enterprise application architectures, web services, security, networking and much more. The progression from novice to expert can be a daunting endeavor; this is especially true when traversing the learning curve without expert guidance. A common experience is that too much time and money is wasted on a career plan or application due to misinformation.

The Hartmann Software Group understands these issues and addresses them and others during any training engagement. Although no IT educational institution can guarantee career or application development success, HSG can get you closer to your goals at a far faster rate than self paced learning and, arguably, than the competition. Here are the reasons why we are so successful at teaching:

  • Learn from the experts.
    1. We have provided software development and other IT related training to many major corporations in Michigan since 2002.
    2. Our educators have years of consulting and training experience; moreover, we require each trainer to have cross-discipline expertise i.e. be Java and .NET experts so that you get a broad understanding of how industry wide experts work and think.
  • Discover tips and tricks about Project Management programming
  • Get your questions answered by easy to follow, organized Project Management experts
  • Get up to speed with vital Project Management programming tools
  • Save on travel expenses by learning right from your desk or home office. Enroll in an online instructor led class. Nearly all of our classes are offered in this way.
  • Prepare to hit the ground running for a new job or a new position
  • See the big picture and have the instructor fill in the gaps
  • We teach with sophisticated learning tools and provide excellent supporting course material
  • Books and course material are provided in advance
  • Get a book of your choice from the HSG Store as a gift from us when you register for a class
  • Gain a lot of practical skills in a short amount of time
  • We teach what we know…software
  • We care…
learn more
page tags
what brought you to visit us
Lansing, Michigan Project Management, Lansing, Michigan Project ManagementClasses, Lansing, Michigan Project ManagementCourses, Lansing, Michigan Project ManagementCourse, Lansing, Michigan Project ManagementSeminar

Interesting Reads Take a class with us and receive a book of your choosing for 50% off MSRP.