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)

    php 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
    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
    Factorial Number Program in PHP

    # Summary

    Simple program to get factorial number of any desired number by user.

    Rohan Sakhale 6/6/2012 code-examplephp
    PHP Factorial program using GMP Functions

    # Summary

    Regular working with arbitrary number is usually a tough job, normally for generating factorial number using the regular looping methods you can generate only upto 170, and it doesn't work for huge numbers.

    GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers.

    Rohan Sakhale 6/4/2012 code-examplephp
    Create Web Service using PHP & JSON

    # Summary

    The following program will help us create a web service which can be called via HTTP calls from any language example Java application that can be a mobile app, desktop app or web app.

    Rohan Sakhale 5/24/2012 code-examplephp
    Pattern Printing 2

    # Summary

    The following pattern is coded in php, as it was asked by one of my friend.

    Prints the multiples in the following way.

    Rohan Sakhale 3/21/2012 code-examplephppattern-printing
    Link Shortening Script

    # Summary

    This is a small project quickly made by me after seeing link shortners on web.

    Rohan Sakhale 6/27/2011 code-examplephp
    Displaying message in various computer languages

    # Summary

    So by starting as a simple post toward my contribution for programming, lets see how messages can be displayed in different programming languages.

    # Hello World in "C"

    Using the printf() function from stdio.h library we write the following instructions for computer to print a message "Hello World

    Rohan Sakhale 3/24/2011 code-examplephpjavacpp
    Prev 1 ... 1 ... 1 Next Jump To Go