user-pic

dj_goku

  • Commented on Thoughts while changing the API of a massive framework...
    That is a large number of modules to maintain for ETL. We have 3-4 main modules used for our ETL process. Can you give a break down of the modules and what they are used for? What is your database...
  • Commented on Selenium WebDriver with automated Basic Auth credentials
    I am not sure if this works for you or not, but I was able to test this (http://user1:user1@test.webdav.org/auth-basic) in Safari 6.0.2 (manually), firefox 15.0.1 using S::R::D all worked. Well I am getting a 404 after authenticating. Would you mind...
  • Commented on How to reach recruiters?
    Link in your article is kind of broken: https://blogs.perl.org/users/sawyer_x/2012/07/jjnapiorkowski.typepad.com/modern-perl/2012/07/helping-recruiters-understand-the-perl-community-better.html Should be: http://jjnapiorkowski.typepad.com/modern-perl/2012/07/helping-recruiters-understand-the-perl-community-better.html...
Subscribe to feed Recent Actions from dj_goku

  • Ovid commented on How to reach recruiters?

    Andy, LinkedIn has helped me get only one job in my life (that was my first in the UK), but I get at least one job pitch every couple of weeks (last month was four contacts).

    LinkedIn does work, but I've also tried to ensure that I have high "searchability" on my page.

    And check out out this quote:

    A recent Jobvite study noted that 73 percent of all hires made through social networks were via LinkedIn and 41 percent of employee referrals for jobs involve…

  • Brian Medley commented on Selenium WebDriver with automated Basic Auth credentials

    Thanks for the comment. I should have mentioned that an alternative approach is to have the credentials embedded in the url. However, that does not work in every scenario because some proxies require manual authentication.

    In addition, I believe the PerlScript approach would allow for File Upload dialog boxes to be filled.

  • preaction commented on Thoughts while changing the API of a massive framework...

    There is some refactoring we can do, but not as much as you'd think: These are all client modules of the framework. They're the implementations. They get/put data from/into databases (7, including CSV and JSON), they get data from various analytic libraries, news feeds, web scraping, and other such. Then there are the transform modules that run more analysis (using 12 functions with different calling conventions from 2 different libraries).

    It's all business logic, which can be difficult to abstract.

  • preaction commented on Thoughts while changing the API of a massive framework...

    We have two teams that each have different databases. We have three databases that we directly manage: Sybase and two commercial time-series databases. We also have CSV and JSON "database" modules so we can chop up a job or save a copy of data for later auditing.

    A bunch of modules are simply sources of data: News feeds from Reuters and Bloomberg, internal feeds, data from other internal databases not managed by us.

    The bulk of the modules I had to change were data transforms. Fills (forward, backward, sparse), simple derivations (divide by X, multiply by X, reciprocal, etc..…

  • Perl User commented on Selenium WebDriver with automated Basic Auth credentials

    Hi,

    I am working on an application which requires Windows authentication. But I am unable to enter the credentials using any method in perl.
    I am using perl + Selenium Webdriver.
    Further, http://user1:user1@testwebsite.com , this method is also not working in my case.

    I am trying the code mentioned in the blog, can you please let me know what will be the values for WshArgs , WScript. what are these variables and from where the value is coming.

    Thanks in advance!!!

Subscribe to feed Responses to Comments from dj_goku

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.