Knowledge sharing at the job?
-
If i ask for a training, they say plan it in your budget, so the only "training" available for me is to visit ONE conference of SW Dev fanatics a year. Whenever i see a Websession or short trainings and ask for the permission it's like this: Boss: "Is it in budget?" Me: "No, just heard of it" Boss: "No" Me: "But it's only 100€" Boss: "No, make a budget for that for next FY." (You have to state for what exactly you budget and also add the price for it) So i'd say i got the worst... if i wouldn't try keep up by myself i'd probably be outdated tomorrow.
if(!string.IsNullOrWhiteSpace(_signature))
{
MessageBox.Show("This is my signature: " + Environment.NewLine + _signature);
}
else
{
MessageBox.Show("404-Signature not found");
}Ouch... The question should be the other way around "why haven't you followed any web sessions lately!?" It's in your employer's own interest (as well as yours). Unfortunately, all management sees is money spent, but never what it gains them :sigh:
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
Slacker007 wrote:
I have worked at companies like this and it is great. Unfortunately, the pay was sh*t.
Was your education in your boss's time? My current employer "hires only seniors" and seniors should keep up with technology (in their spare time, mostly). As such, pay is pretty good, but you spent quite some time travelling and studying. It makes no sense to ask people to keep up and not pay them for it... :~
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Sander Rossel wrote:
Was your education in your boss's time?
When I worked for Goldman Sachs, it was on my employer's time. I have had it both ways for education, etc. I am a contractor now, and I work from my home office. They expect me to learn everything on my own. Which is fine, and I do, but I miss the collaboration and knowledge sharing.
-
I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Where I work now has budget for training but management never authorizes spending from it. When asked about how we are supposed to stay up to date on new technologies they reply that we should do it on our own time. I like to assume that each year, upper management uses the entire training budget to go to a conference where they "network".
-
I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
We have pluralsight licences for everyone and I set up a bunch of courses that they have to take within a certain period of time. Each employee can block out 2-4 hours per week for study time on the company dime. Seems like a reasonable approach.
Keep your friends close. Keep Kill your enemies closer. The End
-
Wanna learn something quick? Get asked to deliver a project with technologies you've never used before, within a fixed amount of time (that you'd barely think reasonable if it was done with what you do know).
Doesn't really work like that. Mostly, people just make A LOT of mistakes like that and somewhere way down the line you find out that the application must be fixed from the bottom up. I've joined teams that had been using Entity Framework for years, but still weren't aware of lazy loading and the existence of expression trees (or why ToList() can be detrimental for performance).
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
Doesn't really work like that. Mostly, people just make A LOT of mistakes like that and somewhere way down the line you find out that the application must be fixed from the bottom up. I've joined teams that had been using Entity Framework for years, but still weren't aware of lazy loading and the existence of expression trees (or why ToList() can be detrimental for performance).
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
We're not talking about best practices, we're talking about not knowing the basics after years of usage and a really buggy application as a result :sigh: Entity Framework lesson 1: ToList() does a query to the database and gets the results. Application after years of work:
context.MyTable.ToList().Where(o => o.FullName == "...") // Because somehow FullName does not work on the database.
// In MyTable entity:
public string FullName
{
get { return FirstName + " " + LastName; }
}:sigh:
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
Ouch... The question should be the other way around "why haven't you followed any web sessions lately!?" It's in your employer's own interest (as well as yours). Unfortunately, all management sees is money spent, but never what it gains them :sigh:
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Sander Rossel wrote:
all management sees is money spent,
Jup, and since we have no separate Software dev team i count as "IT" which always only costs money :doh:
if(!string.IsNullOrWhiteSpace(_signature))
{
MessageBox.Show("This is my signature: " + Environment.NewLine + _signature);
}
else
{
MessageBox.Show("404-Signature not found");
} -
I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Unfortunately, in most companies I have worked for, keeping current was seen as a bad thing, something that distracts you from the job currently at hand.
-
We're not talking about best practices, we're talking about not knowing the basics after years of usage and a really buggy application as a result :sigh: Entity Framework lesson 1: ToList() does a query to the database and gets the results. Application after years of work:
context.MyTable.ToList().Where(o => o.FullName == "...") // Because somehow FullName does not work on the database.
// In MyTable entity:
public string FullName
{
get { return FirstName + " " + LastName; }
}:sigh:
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Really? Pro-devs. who did that? :rolleyes: :-D I suddenly feel a (tiny) bit better... I work in Local Government (UK) :zzz: and I've sort of 'inherited' all things IT - DB stuff, software development (when it suits the higher food chain), reporting, what laughingly passes for analysis/stats, etc. Training is Verboten!!! (never mind encouraged) and pay is still crap. One thing I have noticed over the (interminable) years - if 'they' are desperate (like, 'we need this yesterday to make me look good') then I'm allowed to play - else it's 'software suppliers only' (for the 'support') ;P Bitter? Probably. Frustrated? You bet. Just too near retirement to move..... :sigh:
-
I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
My employer doesn't stimulate anything, I stay up-to-date because I want to. Sure, my company does shelve money for seminars, trainings and such, but I have to become active demanding money for that training myself. Not that this was a bad thing, I think that this laissez-faire aproach fits best with intelligent people.
-
I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Shame on your old company, good for your current company. We encourage people to learn and attend training classes, and to share what they learned. IN FACT, that is the one requirement. If the company pays for the training/seminar, then you have to write up a summary email with a few links so others can either ask questions, or learn something from the experience. I have seen the most useless people take the most training (we called it hiding in training), and I have seen some really bright people go in waves. Spending up to 2 years not training, then digging into a new technology. And $500 or 500 Euros is NOTHING. Most of these things start above this price. Then there are potential flights, and hotel stays. No wonder nobody used this. It was a fake offer.
-
I'm wondering if your employer is stimulating employees to stay up-to-date with current technologies. My previous employer would pay up to €500,- for courses, training, etc., but never required you to do anything. No one out of about 30 employees even spend €1,- from that €500,-. When I told my employer it may be a good idea to do a regular mailing on courses or training that were interesting for us, a project, or the company as a whole I got the reaction "you may think that, but you get €500,- and we think that's enough." (while it clearly isn't if no one is spending it). Knowledge sharing was so bad that an Oracle team blew a SQL Server job while I, the only SQL Server certified person in the company, wasn't even aware! At my current company everything is paid for and we have regular meetings on what the company is focusing on. I'm currently participating in an Azure certification group, I just got invited to a group interested in front-end development, and this week we'll be having another presentation on some technology or another (last month it was Machine Learning, the co-worker who presented got an Azure subscription from the company right away to continue his study). Other presentations I've attended were about .NET Core, Azure, Docker, and Blockchain. Too bad it's all in my free time (it's also not mandatory, mind you). The contrast with my previous employer couldn't be bigger. I prefer my current employer, the difference in skill, knowledge, and mentality is huge. How is training and knowledge sharing handled in your company and what's good/bad about it?
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
There you have it: in your "free" time means on your "own" time. Nobody likes studying "for work"; on their own time. There was a time when one was sent "out of town" for a course (which included meals, hotels; maybe a car).
"(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal
-
Sander Rossel wrote:
all management sees is money spent,
Jup, and since we have no separate Software dev team i count as "IT" which always only costs money :doh:
if(!string.IsNullOrWhiteSpace(_signature))
{
MessageBox.Show("This is my signature: " + Environment.NewLine + _signature);
}
else
{
MessageBox.Show("404-Signature not found");
}and this folks is the number one reason why I.T and software dev departments get the shit they do. Beacuse we are always seen as a cost to the business and never part of the profit generation cycle. It's also always why the flyby night lying toerag B******d sales folk get away with telling people that wetting their pants why installing undercracker 4000 deluxe edition onto a new mainframe made from the finest hair of a vestal virgin (and all for the bargain price of $400000000000) will bring their company all the best fortune it deserves, and get massive bonuses for doing so.... because they are always seen as profit generation. over< / rant> :-)
-
Really? Pro-devs. who did that? :rolleyes: :-D I suddenly feel a (tiny) bit better... I work in Local Government (UK) :zzz: and I've sort of 'inherited' all things IT - DB stuff, software development (when it suits the higher food chain), reporting, what laughingly passes for analysis/stats, etc. Training is Verboten!!! (never mind encouraged) and pay is still crap. One thing I have noticed over the (interminable) years - if 'they' are desperate (like, 'we need this yesterday to make me look good') then I'm allowed to play - else it's 'software suppliers only' (for the 'support') ;P Bitter? Probably. Frustrated? You bet. Just too near retirement to move..... :sigh:
Ha yes, I feel your pain...... Contractor here who's worked on both government, NHS and UK Military projects in the past. :-) It's soul destroying at times.
-
There you have it: in your "free" time means on your "own" time. Nobody likes studying "for work"; on their own time. There was a time when one was sent "out of town" for a course (which included meals, hotels; maybe a car).
"(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal
I happen to like programming so, yeah, I study quite a lot in my free time. My employer profits and then I profit (being the best they have tends to give leverage) :D
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
I happen to like programming so, yeah, I study quite a lot in my free time. My employer profits and then I profit (being the best they have tends to give leverage) :D
Best, Sander Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Being the "best" isn't always what it's cracked out to be. The "budget" needs to be split amongst everybody; meaning, "if I give you x then they ONLY get y and then they are unhappy, etc.". It then becomes tests of wills. (If you happen to actually like what you are currently working on, then that's a different story; but that will get "old" too after a while if you like to stretch; or see new faces).
"(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal
-
Sander Rossel wrote:
Was your education in your boss's time?
When I worked for Goldman Sachs, it was on my employer's time. I have had it both ways for education, etc. I am a contractor now, and I work from my home office. They expect me to learn everything on my own. Which is fine, and I do, but I miss the collaboration and knowledge sharing.
-
Wanna learn something quick? Get asked to deliver a project with technologies you've never used before, within a fixed amount of time (that you'd barely think reasonable if it was done with what you do know).
True story: - I think we should go .NET. - No; Java. - Me: Struts; Swing; Beans; Eclipse; JBoss; Linux; Apache; etc; Java-related courses out of town... - (weeks later) OK ... you can use .NET.
"(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal