Rohan Sakhale

Technology Evangelist, Product Engineer, Analytics Expert

vuePress-theme-reco Rohan Sakhale    2011 - 2024
Rohan Sakhale Rohan Sakhale

Choose mode

  • dark
  • auto
  • light
Home
Category
  • Codes
  • Learning
  • Libraries
  • Performance Testing
  • Personal Experience
  • Inspirational
  • Collaboration
Tag
TimeLine
About
Contact
  • GitLab (opens new window)
  • GitHub (opens new window)
  • Twitter (opens new window)
  • LinkedIn (opens new window)
GitLab (opens new window)
author-avatar

Rohan Sakhale

57

Articles

38

Tags

    Home
    Category
    • Codes
    • Learning
    • Libraries
    • Performance Testing
    • Personal Experience
    • Inspirational
    • Collaboration
    Tag
    TimeLine
    About
    Contact
    • GitLab (opens new window)
    • GitHub (opens new window)
    • Twitter (opens new window)
    • LinkedIn (opens new window)
    GitLab (opens new window)

    Tags

    vuePress-theme-reco Rohan Sakhale    2011 - 2024
    Allcode-examplejavaservletscppphpjava-swingscriptlearningsocket-programmingsocketpattern-printingcsharpandroid_stack_outputjavascriptnodejsmvcudp-programmingstringscssmedia-queriespluginslibrariesjmeterreportinglaravelannual-festivaltech-cult-festvartak-integritypersonal-experiencebloggerstatic-site-generatorphp-static-site-generatorruby-static-site-generatornode-static-site-generatormotivationalonline-activitygitsocial-coding
    About Rohan Sakhale
    Rohan Sakhale 1/3/2024
    Secure your primary id in your Laravel Project

    Laravel often have easy way to resolve the Models from route bindings that are often shared as your primary id.

    Ever wondered, if you don't want to expose the primary index of your entities to end-users in your route URL or response JSON, this package provides an amazing out-of-the-box solution with the help of HashId's package.

    Rohan Sakhale 10/20/2021 phppluginslibrarieslaravel
    How validation works in Send SMS

    Send SMS is a plugin by Sai Ashirwad Informatia that helps you send SMS easily anywhere over the globe by registering on https://saiashirwad.in their platform.

    Rohan Sakhale 4/12/2020 phppluginslibraries
    CSS Media Queries for Responsive Web Development

    # Information

    One of the main factor for responsive website development is developing css for multiple screen devices. Often it becomes difficult when we have so many set of devices and different set of dimension to each of those device, what dimensions we should fit. There are many answers already available on internet via css-tricks, stackoverflow etc.

    Rohan Sakhale 1/31/2017 csscode-examplemedia-queries
    Java String Literal vs String Object

    Most asked question during your interviews, different between

    String s1 = "abc";
    String s2 = new String("abc");
    
    1
    2
    Rohan Sakhale 12/26/2016 code-examplejavastrings
    JMeter for Performance Test

    # JMeter

    The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance.

    Rohan Sakhale 11/25/2016 jmeterreporting
    90 Percentile line in JMeter Aggregate Report

    The 90% percentile line is where the response time fall under the smallest range of 90% and rest 10% are considered as higher values which are ignored.

    # Calculate

    1. Sort your transactions by response time
    2. Remove 10% highest time taking transaction
    3. Now the transactions left are your 90 percentile values.
    Rohan Sakhale 11/21/2016 jmeterreporting
    Bye Blogger

    # Summary

    My first blog in 2008-09 that was for sharing Software/Movies/Music/Ebooks information as RohanzShare was made up using Blogger.com which ran for couple of years well giving me good visitors.

    Rohan Sakhale 10/12/2016 blogger
    My First Blog Aware Static Website

    # Summary

    I always wonder how several plugins host their pages on GitHub and never realized that actually, those were GitHub pages, thanks to GitLab Pages and their blogs & obviously well documentation helped me understand quite easily what these blog-aware static websites are and also helped me get started with it quite easily.

    Rohan Sakhale 10/11/2016 static-site-generatorphp-static-site-generatorruby-static-site-generatornode-static-site-generator
    My Experience with ASP

    # Summary

    For me going school was just a regular day with no path why we are doing this until I met Claira Miss, in sixth standard, where I learnt importance of education and started scoring good since sixth standard but the path was not clear yet. Why are we studying, it was regular mugging up and scoring goods.

    Rohan Sakhale 6/20/2015 personal-experience
    Prev 1 ... 123456 ... 6 Next Jump To Go