Details
-
AboutComputer Engineering Student, Building sites using Jekyll, PHP-CodeIgniter
-
SkillsPHP, HTML, CSS, JS, CodeIgniter, Jekyll
-
LocationAhmedabad
-
Github
Joined devRant on 5/14/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
<?php
date_default_timezone_set('Asia/Kolkata');
$current_time = date('Y-m-d H:i:s');
$alarm = new DateTime('2016-06-13 04:05:00');
if( $current_time == $alarm)
{
wake_up();
eat('suhur');
pray('fajr');
browse('devRant');
browse('Instagram');
sleep(18000);
}
shower();
goto('friends office');
browse('YouTube');
work(14400);
pray('zuhr');
pray('asr');
goto('gym');
exercise(5400);
goto('home');
pray('maghrib');
eat('iftaar/dineer');
pray('isha');
goto('store');
work(7200);
goto('home');
sleep(7200);
?>11 -
I am planning to create a broadcasting channel app.
there is a group of people who are managing 20-25 whatsapp groups and are sending religious messages.
They tried broadcasting feature of whatsapp but they prefer managing group which makes sure that people are receiving messages.
broadcaster's number needs to be saved in receivers contacts for whatsapp broadcasting and all subscribers were not doing so, and complaining about not receiving messages.
so this group decided to manages whatsapp groups and put guidelines that no users other than admins are allowed to post anything.
so ultimately they want a broadcasting medium.
another problem here is that it is hard to find old messages to refer to. they are posting everything on blog too, but not all the subscribers are comfortable using that.
so I am planning to create an app which will store the received messages offline(last 30 days) and anyone can read older messages within the app and also can share it on other social media.
would you guys please suggest me architecture for this app?
I have learned PHP and thinking about using phalcon PHP framework, but it required VPS and it is costly.
any suggestions welcomed.3 -
made my first dollar(actually $4) on internet.
got a gig on fiverr.
client wanted his joomla website to be unresponsive so website looks same on all devices.
never touched joomla.
it took ne 2.5 hours but actual work was only 10-15 minutes.
yippiiiieee.....😀😀😇😇10 -
is there really a shortage of developers?
according to short movie by code.org featuring all the code stars like Mark Zuckerberg, Bill Gates says world needs developers and everyone should learn to code.
even Obama said that too.
but here, I am fucking trying to get a web design project on freelancer from last 45 days and I can't.
please check my profile on GitHub if you think that problem is in me.(suggestions are welcomed)2 -
can anyone suggest how can I get started as a freelance web developer(PHP-CodeIgniter)
I tried to go to local businesses, but no one wants to get a Website for their business. I live in a small town.
I tried freelancing websites, but no results.23