Details
-
Abouti'm a freelancer
-
SkillsHTML5, CSS3, JavaScript, Python.
-
LocationDhaka, Bangladesh
Joined devRant on 7/16/2019
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
-
@RustyCookie you are the person whom I looking for ♥
-
thank you so much. may Allah blace you
-
@fuckwit I searched for docker container but didn't found. can you give me any link for container?
-
@C0D4 thanks for your answer. can you tell me where I can find sample server log data? I need access log and error log for Nginx, Lighttpd, Apache Tomcat, Caddy, Hiawatha and NodeJS. Do you know any website for this?
-
@molaram many people did many comments about my problem but yours one become true after 6 days
-
@possum freelancer.com give me same answer from their Facebook page and their website. Today and tomorrow is off day in our country. So according their answer I'll be able to collect my money at day after tomorrow.
-
@M1sf3t Agree. I could take big payment in freelancer but I didn't take risk of any big amount. Also, i've a plan to move in toptal.
-
@SortOfTested I did. But they didn't reply me yet
-
I did some of the front-end, whole backend. build and manage the SQL + elasticsearch database. After all of this, only 17 lines of mother fu**er code ruined my life. The client is asking for code. And.... And... Can't say anymore.
input {
file {
path => "/home/rsa-key-20200528 /aslogger.log"
type => "java"
start_position => "beginning"
}
}
output {
stdout {
codec => rubydebug
}
elasticsearch {
hosts => ["localhost:9200"]
index => "aslogger"
}
} -
@melezorus34 well, now I have to also hack devrant and edit this post.
-
@EngineerCoding now I can't eid this😓.
-
@-pthread That's because of 1 year ago I was curious about coding and instantly install some editor in my android. That time write some code in android for fun😀. Constantly it becomes my habit to lay down in bed and writing code on mobile.😴😴
Oh, one more, not even writing once I host a flask app on android over the Internet. Though I have a hosting in Google cloud. -
@PrivateGER agree with you
-
@sweetnothings I know it would be better if that would boolean. But it is my personal project/quarantine project. Everybody won't see this.
Since I learned coding from YouTube and documentation, I don't know much about convention. -
@N0ps it could be boolean but I didn't make that. Who cares!! The output will be same.
-
@Matthewb So true. I also face the same problem. But I find a solution. I have a client who will give me a few projects in freelance.com. After getting some experience and finishing my portfolio projects, I'll try to join Toptal. Then I won't have to spend 7-10 days to get any project. Also, it's income is much higher than freelancer.com.
-
@Matthewb thanks.
1 year ago I was curious about freelancing. Then I just learn some basics of coding and participate in a backend API integration contest. The hard contest was about Facebook Graph API. You won't believe me, I won my 1st contest in 1st try using an Android mobile.
After that amazing day, I learn coding along with work. Now I'm building a basic social media site as my portfolio. I hope I'll back as a full-time programmer in freelancer.com after finishing this project. -
@sqlkid yes, I'm a little bit new with 1-year irregular experience of coding. I'm so irregular that I've only two 5-star ratings in freelancer.com
Oh, you are talking about templating. Yes, it is a templating part of the 3500+ lines project. -
Thanks everybody for your good suggestions.❤
-
@dontPanic yea. Now I'm back with full energy and I believe I'll succeed this time. Actually, I'm working on a mobile version of a social media.
-
@dontPanic I try hard but failed
-
@C0D4 I got no response from stackoverflow. That is why I asked this here😢
-
Thanks to all. I'll try those way.
-
@norman70688 do you mean that by "10x engineer":-
How 1x engineer write a code:-
def fun(*args):
y=len(args)
list=[]
k=0
for i in range(y):
temp=0
for i in args:
temp=temp+i[k]
k=k+1
list.append(temp/y)
return list
x=[1,2,3],[4,5,6],[7,8,9]
print(fun(*x))
How " 10x engineer" write the same code:-
x=lambda *args:[sum(i)/len(i) for i in zip(*args)]
print(x([1,2,3],[4,5,6],[7,8,9]))
[I spend 8 hour in a day for learn coding. Sometimes I watch 30-40 video and then practice all those video after watching. At the end of that day I do many task with what I learned all day. Then I go to sleep. I repeat this everyday since last 2-3 month and I learned those things. I can give more efforts than other so I think I should be a full stack developer.] -
@norman70688 I want to be a full stack web developer. Isn't it a good decision?
-
@Charon92 @hack @CaptainKirk
I noticed that many people said that my design has a lack of negative space and there are many unnecessary CSS effects. I want to tell that I also design a page that has less effect and proper negative space. Here is the link:-
http://programmershuvo.epizy.com/pr...
And again thanks to everybody for helping me❤. -
@CaptainKirk thank you very much
-
@hack thanks for the advice. Actually, I'm new. So I don't know how to do things. I'll check your link.
If you open that website in a desktop then resize it to a mobile size then it will look shit. But if you open it in direct small size or in mobile then it will look good. -
@12bitfloat It's a very good idea. I use this method from my beginning.
-
@Charon92 thanks for the advice as I told you that I'm new in programming and I don't know how to do things. I'll try to follow your advice.