|
How about linkedin @Feng?
I have used many sites for search in job, right now point I forgot those. Once I got remember it I will post it back again.
I think linkedin is good source for many developers.
And I am a .Net developer actively looking for a change.
If you have a position for me, feel free to send JD to my official mail id - ganeshcse@live.com
Regards,
Ganesh
|
|
|
|
|
What would your advise be on perusing a form of agile certification at this point? My main points of concern are whether the knowledge base and methodology has matured enough for the courses to provide value, whether the market has developed an appreciation for certified agile professionals (ROI)?
Naturally if you motivate for certification it would also be nice to know which body you can vouch for.
|
|
|
|
|
The only reason to go for certification in any subject is to help you progress in your career. The first thing you need to research is how many businesses are asking for this qualification in their job requirements.
|
|
|
|
|
So you have a certificate as an "Agile ..." - how much work experience do you then have with this or that technique / role in an Agile Team?
Depends on the employer: some might prefer certificates over experience, others might do it the other way round (and I'd prefer the latter style!).
Some certificates may provide a different kind of value: they make sure that people of different teams use the same "language", i.e. they certifiy that you understand a set of technical terms in a defined way. That's important when some work is sourced out to different companies.
|
|
|
|
|
I personally wouldn't bother. Look in to gaining a Lean certification if such a thing exists.
|
|
|
|
|
After working 10+ years at one company, I'm considering changing jobs. Mainly due to the endless re-orgs at my present company. After working at one company for so long, I'm not totally sure what to expect from an employer.
I've been applying mostly to Fortune 500 companies. The one that's come off as the most professional so far had one downside. They don't give local admin rights to the developers. I won't mention the name, but this is a financial services company. Other than that, everything sounds good so far. Good pay, advancement potential, 40 hour work week, bright co-workers, profitable business model ( for the division I'll be working at least) etc.
What is your experience? Have you worked for a company that doesn't give admin rights to developers? I do have that now & I work for another Fortune 500 company, but like I said, the unstable environment is wearing me out. Have you encountered any other major bureaucratic hassles that you tolerated? Or left because of?
FYI, I've definitely considered that I'd be happier at a smaller company, but I'd like to try one more large company a shot before I do that.
|
|
|
|
|
If you really need local admin rights as a developer or not, depends on the software you have to develop. With COM controls or Windows Services, that would be a PITA, but with .Net / Java desktop applications, I do not see a problem.
How "bureaucratic" is their software development process? How many papers have to be signed off before you can check-in a bug fix - none or many? The daily bureaucracy is far more important than local admin rights. But bureaucracy can be found in companies of any size, and also big companies can have modern development processes.
By the way, I know a company which insists on encrypted hard disks, causing the start of the computer to be terribly slow, and of course all later hard disk accesses...
|
|
|
|
|
Bernhard Hiller wrote: but with .Net / Java desktop applications, I do not see a problem
How do you test the installation of a windows service then?
|
|
|
|
|
testthis99 wrote: Have you worked for a company that doesn't give admin rights to developers?
I have worked for several financial corporations and they only gave admin rights to developers.
testthis99 wrote: Have you encountered any other major bureaucratic hassles that you tolerated?
Requiring business casual every day.
Requiring that the 'group' justify themselves every 3 months in front of a review board. Failure could mean layoffs.
I can tell how I treat the first one now, I raise my salary requirements. If they want to pay me more money to show up in other clothes then I will do it.
There can be advantages to some companies. For example at one the company policy was that developers only worked 37.5 hours a week (5 x 8 hour work days with .5 allocated for lunch.) I worked more but there wasn't any discrimination for working that and no pressure to work vast number of hours and you will see that in smaller companies almost universally.
|
|
|
|
|
It depends on your confidence level.
Without local admin, every time you hit a blocker due to security restrictions you'll have to wait x days before you can continue that work stream. So long as the company pays you for that time, what do you care?
|
|
|
|
|
I am currently working for Winbooks, a Belgium company in Vietnam. The company has its own Framework base on .NET Framework. We make Web application. The idea about the Framework is that HTTP Response to client will be converted and render by Adobe Flash but not a logical ASP page.
This is the first time I work with this kind of Framework.
At the first glance, i see it's very convenience because I do not have to worry about the CSS , HTML , AJAX , JQUERY , MVC, Postback or everything like that in a traditional web application. So, I have no chance to put myself into these programming technique fields.
I am kind of a 1 year experience programmer and I always keep my head for improving my skills. Should I continue to work or back to traditional company where I have chance to work with what I used to?
|
|
|
|
|
Why have you reposted this question, we have already expalined that it is impossible to tell you which is the best route to follow.
|
|
|
|
|
Hi there! It was just because of invalid type of question. So I did not see what were your suggestion. Sorry if this could be an inconvenience.
|
|
|
|
|
A piece of advice you can take or ignore Benjamin, but I'd be very reluctant to name my company and describe its intellectual property on an open forum like this
|
|
|
|
|
so i got a job as a web developer recently, and is given a web project, this is my first job as a web developer. the client is a cosmetic company, they want me to create a web whose main objective is for data gathering? so basically, it's some kind of informative + community like web, where they gives out info like news and tips on cosmetic, the main purpose of the web is the community system, they want to implement a forum like system, where user can post tips and comment on those tips.
The problem is, originally, the company wants, that to comment or post tips user must have a facebook (facebook is REALLY popular in my country) account. but my employer, suggest them to add a member system too. So what i am confused is i've never seen a web before where user can comment eihter with facebook or with their own comment system(with member login).
so what do you guys think about this? should i tell my employer to change the system back to original? or is there a way to do the problem i have? or are there any other suggestions?
|
|
|
|
|
There are lots of systems that allow you to use other systems (such as facebook or twitter) to authenticate so that they can post a comment. One option is to have a users table in your database where you store all your users and then a column in the table to store what type of user it is, i.e. facebook, twitter, google, your own member, etc.
When they want to login you'll need a separate link or a dropdown for them to select how they want to authenticate (facebook, etc).
Based on what you describe here you really just need to support multiple types of users by adding a flag to your user table and then also by providing the various login options.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
Thanks for the reply. Another question, what about the comment box? for example facebook API comment box have those like,reply, and other stuff in it. how can i make a user who logs in as a normal member can reply those who uses facebook (if i use fb comment box), does this means i must modify facebook API? or should i just not use fb comment box, but my own comment box for all user.
|
|
|
|
|
I guess it depends on what you want to do. If you want to actually post to facebook then you'll need to use their api. If you just want a comment box that looks like facebook you just need to write all of the code yourself.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
Thanks. I guess I'll just use the normal commentbox
|
|
|
|
|
that's a great discussion
|
|
|
|
|
What is the best way to respond when your team lead or project manager asks you: "What approach you are taking / following in this task?". Thanks for your input / suggestion.
|
|
|
|
|
Tell the truth. Seriously, how can you expect anyone else to have any idea what approach you are taking?
|
|
|
|
|
But I don't know what should I tell I am studying and then implementing something, then does telling the same one liner answer the question?
|
|
|
|
|
Just tell them what you are doing, how you are doing it, and why you are doing it. There is no 'right' answer to such a question, your boss probably just wants to get feedback from you, so he or she can decide whether that would help other people.
|
|
|
|
|
Tell them as they are after finding out simply how you are approaching the problem.
They may suggest an alternative approach to use but they should also explain why this is more suited that the current approach that you are using. If they don't explain why, I personally would ask why this is better purely as a learning exercise.
Every day, thousands of innocent plants are killed by vegetarians.
Help end the violence EAT BACON
|
|
|
|