List of software development company in Ranchi

“Ranchi” the capital city of State “Jharkhand” blessed with mineral resources in abundance, always known as an industrial hub of the east and famous as the “Manchester of the East”. Along with various industries, in recent years Ranchi has witnessed an explosion of service industries such as marketing, media, healthcare, education, and specifically in the software domain.

The potential of Ranchi as a future powerhouse of the country and emerging city for the IT Companies has been duly recognized in the recent surveys by “timesofindia”, with Ranchi receiving significant investments from various Software Development Companies after incentives offered by the government under its “Software Technology Park of India” (STPI) policy 2016.

As Information technology companies are one of the highest contributors to GDP growth and job creation, Ranchi also has witnessed a tremendous transformation into a dynamic city where currently 100 + Software Companies are operational. Surveys are also presuming that in the next two years IT companies in Ranchi will generate 10 thousand plus JOBS and Jharkhand will raise 30 thousand plus JOBS in the state for the Software developers.

But, the question is which IT companies are best in Ranchi for Software Developers JOBS or for any other purpose?

If you do search on Google for the best Software Development Companies in Ranchi you will find many Software Companies list on google results, but most of the time suggested results are those who have done better Serch Engine Optimizations.

If you are looking for the list of software development companies in Ranchi – this is the right listing to get the best results of top IT companies in Ranchi. These software companies are not ranked according to in position they have been randomly written.

  1. Cotocus:- Cotocus Private Limited is a global product based software development company in Ranchi with track record of 6 years and extensive workforce of efficient employees working on the various porducts of the company. This is the only product based software development company currently functional in Ranchi and in Jharkhand where 50+ employees and 20+ Interns are working.

If you will go to their web page career section, every 6 months they use to hire new software developers in the company and also give opportunities of paid INTERNSHIP to the Computer science graduates or equivalent degrees like BCA, BSCIT, Diploma in Computer Science candidates.

  1. HolidayLandmark:- This company is situtated at Ranchi where 70+ employees are working and built this platform where you can discover the most amazing travel and events expereince around the world with the help of Holidaylandmark.com. This application is making it easy to connect and plan holidays in group or solo trip with all the needed assistance with incredible deals.

This place has a great work environment provides exceptional career opportunities for Software developers. Team size of 100 people and growing day by day and always look for various talents to hire them in the workforce to reach the goal “India’s best trip planning platform”

  1. Professnow:- Professnow team is working to resolve a big problem of the society. After pandemic there are two common questions arisen “How to regrow your Business after Covid-19 Pandemic hit?” and “How to go online and reach customers and clients after the Covid-19 pandemic hit?”.

Professnow team is working on a mission where they are trying to solve Professionals problems and the same time customers problems. If you will read their statement – you would totally get that “We are here to build the world’s best on-demand service experience and professionals community to empower all levels of service providers and professionals of our society to reach their potential customers without technology being a barrier for them where users can easily connect and book their service needs.”

As they are working on this huge mission, they also need a team of skillful IT engineers. They are also one of the best Software development companies in Ranchi always searching for the best talent in the local area to hire.

  1. DevOpsSchool:- DevOpsSchool is an ED-Tech next generation solution built to resolve IT Companies and Software professional’s skills up-gradation and digital transformation problems.

This company has developed a one-stop solution platform dedicated for Software professionals. Being a software company or software professional – if you need any skill up-gradation workshops or programs whether its online or offline for the group of employees or as an individual, you may use this platform to find the best trainers and top consulting firms at the best rates.

Managing such a huge application is not an easy task. Being a software developer if you are trying to find a job in Ranchi, you can apply here – If you get selected, you are going to learn a lot of things in a short span of time.

  1. Wizbrand:- Wizbrand is a Digital Marketing Company having a slogan of shaping Digital Era, developed and offer a powerful platform for all Digital marketing needs. Individuals and Organizations can preapare their digital marketing startegies and manage all their digital marketing projects, assets, tasks, resources and track their progress and stay organized with centralized workspace “WizBrand.com”.

This software company is functional for several years in Ranchi and having tremendous growth and they always use to publish their JOB requirements every quarter through various channels.

  1. Brightcode:- Brightcode functional since 2019 in Ranchi and relentlessly helping startups and enterprises to improve their business presence and workflow process with innovative software solutions.
  • Ratings:- 4.3/5
  • www.brightcodess.com
  1. Ubiqueit:- Ubique is one of software company in Ranchi running last 5 yrs provides IT Services, software design and development as well as professional services and hardware deployment and maintenance to the flenties of vertics.
  • Ratings:- 4.2/5
  • www.ubiqueit.com
  1. JIS:- Jharkhand IT Services(JIS) – operating in Ranchi since 2015. It provides Design and Development Solutions and as well as Domain and Hosting Services. They have very good track record and expertise in Android/iPhone mobile app Development.
  • Ratings:- 4.4/5
  • www.jharkhanditservices.com
  1. Tripledots:- Tripledots running since 2020 a reputable software company in Ranchi having a good client base from diverse industries, including Healthcare, Tourism, Real Estate, Manufacturing, Hospitality, Online Media Houses, Banks, and more.
  • Ratings:- 4.3/5
  • www.tripledotss.com
  1. Matrop:- Serving as IT company in Ranchi since 2012 MATROP has successfully designed, developed and implemented websites/Software’s/ERPs/Applications for many Government and private oranizations by providing custom packages focused on their busines need and goals.
  • Ratings:- 4.6/5
  • www.matrop.com

Did I just finish the list? Well, then let me tell you that many of the Ranchi readers might be feeling that other software development companies must be present in this list. So if this is the case or if I have missed any reputed IT company of Ranchi in the list then please don’t forget to write a comment with the complete address of the company.

Tagged : / / / / / / / /

Setting up the cron jobs in Jenkins using “Build periodically” – scheduling the jenins Job

cron-jobs-in-jenkins

Setting up the cron jobs in Jenkins using “Build periodically” – scheduling the jenins Job

Examples –
To schedule your build every 5 minutes, this will do the job : */5 * * * * OR H/5 * * * *

To the job every 5min past every hour(5th Minute of every Hour) 5 * * * *

To schedule your build every day at 8h00, this will do the job : 0 8 * * *

To schedule your build for 4, 6, 8, and 10 o’clock PM every day – 0 16,18,20,22 * * *

To schedule your build at 6:00PM and 1 AM every day – 0 1,18 * * *

To schedule your build start daily at morning – 03 09 * * 1-5

To schedule your build start daily at lunchtime – 00 12 * * 1-5

To schedule your build start daily in the afternoon – 00 14 * * 1-5

To schedule your build start daily in the late afternoon – 00 16 * * 1-5

To schedule your build start at midnight – 59 23 * * 1-5 OR @midnight

To run a job on 9.30p.m. (at night) on 3rd of May then I ll write or 21.30 on 3/5/2011 – 21 30 3 5 *

Every fifteen minutes (perhaps at :07, :22, :37, :52) 0 – H/15 * * * *

Every ten minutes in the first half of every hour (three times, perhaps at :04, :14, :24) – H(0-29)/10 * * * *

Once every two hours every weekday (perhaps at 10:38 AM, 12:38 PM, 2:38 PM, 4:38 PM) – H 9-16/2 * * 1-5

Once a day on the 1st and 15th of every month except December – H H 1,15 1-11 *

CRON expression

A CRON expression is a string comprising five or six fields separated by white space that represents a set of times, normally as a schedule to execute some routine.

Format

Field name

Mandatory?

Allowed values

Allowed special characters

Remarks

Minutes Yes 0-59 * / , –
Hours Yes 0-23 * / , –
Day of month Yes 1-31 * / , – ? L W
Month Yes 1-12 or JAN-DEC * / , –
Day of week Yes 0-6 or SUN-SAT * / , – ? L #
Year No 1970–2099 * / , – This field is not supported in standard/default implementations.

In some uses of the CRON format there is also a seconds field at the beginning of the pattern. In that case, the CRON expression is a string comprising 6 or 7 fields.

Special characters

Support for each special character depends on specific distributions and versions of cron
Asterisk ( * )
The asterisk indicates that the cron expression matches for all values of the field. E.g., using an asterisk in the 4th field (month) indicates every month.
Slash ( / )
Slashes describe increments of ranges. For example 3-59/15 in the 1st field (minutes) indicate the third minute of the hour and every 15 minutes thereafter. The form “*/…” is equivalent to the form “first-last/…”, that is, an increment over the largest possible range of the field.
Comma ( , )
Commas are used to separate items of a list. For example, using “MON,WED,FRI” in the 5th field (day of week) means Mondays, Wednesdays and Fridays.
Hyphen ( – )
Hyphens define ranges. For example, 2000-2010 indicates every year between 2000 and 2010 AD, inclusive.
Percent ( % )
Percent-signs (%) in the command, unless escaped with backslash (\), are changed into newline characters, and all data after the first % are sent to the command as standard input.[7]

Non-Standard Characters

The following are non-standard characters and exist only in some cron implementations, such as Quartz java scheduler.
L – ‘L’ stands for “last”. When used in the day-of-week field, it allows you to specify constructs such as “the last Friday” (“5L”) of a given month. In the day-of-month field, it specifies the last day of the month.
W – The ‘W’ character is allowed for the day-of-month field. This character is used to specify the weekday (Monday-Friday) nearest the given day. As an example, if you were to specify “15W” as the value for the day-of-month field, the meaning is: “the nearest weekday to the 15th of the month.” So, if the 15th is a Saturday, the trigger fires on Friday the 14th. If the 15th is a Sunday, the trigger fires on Monday the 16th. If the 15th is a Tuesday, then it fires on Tuesday the 15th. However if you specify “1W” as the value for day-of-month, and the 1st is a Saturday, the trigger fires on Monday the 3rd, as it does not ‘jump’ over the boundary of a month’s days. The ‘W’ character can be specified only when the day-of-month is a single day, not a range or list of days.
Hash ( # )
‘#’ is allowed for the day-of-week field, and must be followed by a number between one and five. It allows you to specify constructs such as “the second Friday” of a given month.[8]
Question mark ( ? )
In some implementations, used instead of ‘*’ for leaving either day-of-month or day-of-week blank. Other cron implementations substitute “?” with the start-up time of the cron daemon, so that ? ? * * * * would be updated to 25 8 * * * * if cron started-up on 8:25am, and would run at time every day until restarted again.

In addition, @yearly, @annually, @monthly, @weekly, @daily, @midnight, and @hourly are supported as convenient aliases. These use the hash system for automatic balancing. For example, @hourly is the same as H * * * * and could mean at any time during the hour. @midnight actually means some time between 12:00 AM and 2:59 AM.

Reference:
https://en.wikipedia.org/wiki/Cron#CRON_expression

Tagged : / / / / / / / / / / / /

SCM Build and Release Engineer Jobs Website | Portal

scm-build-and-release-engineer-jobs-website

Build and Release Engineer Jobs | Build Engineer Jobs | Clearcase Administrator Jobs | Configuration Engineer Jobs | SCM Administrator Jobs | Release Engineer Jobs | Perforce Administrator Jobs | Subversion Jobs | Github Jobs | SCM Engineer Jobs |

Tagged : / / / / / / / / / / / / / / / / / / /