BlogHide Resteemscodero (35)in cryptocurrency • 7 years agoHow much EthLend airdrop ?Does anyone know the amount of EthLend each Eidoo wallet user will get? I read somewhere 15mil of EthLend would be distrubuted to Eidoo users that downloaded and the app before Jan 10th.codero (35)in javascript • 7 years agoBuild a Javascript nested object cloning utility - Part 5codero (35)in religion • 7 years agoThe purpose of lifeOur lives in this earth is comparable to that of seeds. We live and die. Seeds too, live and die. But after that they become trees. We too will become alive and bear much fruit. Our purpose is…codero (35)in javascript • 7 years agoBuild a Javascript nested object cloning utility - Part 4codero (35)in javascript • 7 years agoBuild a Javascript nested object cloning utility - Part 3In this part of the course, we will create two helper functions that will be utilized for type checking in our cloning function.codero (35)in javascript • 7 years agoBuild a Javascript nested object cloning utility - Part 2This part will focus on getting the basic setup donecodero (35)in javascript • 7 years agoBuild a Javascript object cloning utility - Part 1Hi everyone, I am going to start posting a series of my videos for a course I created on Building a Javascript nested object cloning utility. Enjoy...codero (35)in cryptocurrency • 7 years agoHow you get your site/youtube channel BAT verified?It was difficult to find the link first. But the instructions should follow from this link:codero (35)in cryptocurrency • 7 years agoBasic Attention Token (BAT)The Brave browser is an interesting tech. It seems like something with a staying power. BAT is something I have kept an eye on for more than a month. The team looks solid (includes one of the…codero (35)in programming • 7 years agoAnother free link to my second Javascript course on UdemyHey guys, Here is another free link to my second Javascript course ("Learn Javascript concepts by building a utility that clones deeply nested Javascript objects and register it on bower.") on…codero (35)in javascript • 7 years agoHere is a free link to my new Javascript course on Udemy (free for the first 200 students)Hi everyone, Long time! I have been away for a while focused on creating courses. Here is a link to my course on building a plain Javascript localStorage collections library on Udemy. A great…codero (35)in programming • 7 years agoSkillshare course platformThis is a great site with courses that are short and to the point. Most of the courses are 30mins to 60mins long and won't bore you with too many details. Also if you are willing to teach…codero (35)in programming • 7 years agoHow to serve files and process form inputs with GoThis short tutorial will be about using Go to serve a file and process the form values submitted from the file using a "POST" action. The first step we need to take is create a directory and…codero (35)in programming • 7 years agoImplementing a simple javascript promise with done and then methodsI was inspired by the simplicity of the library promise.js ( to dig into its source code and understand how it was implemented. So I went ahead and examined the source code line by line. Here, I…codero (35)in programming • 7 years agoA simple way to advance your Javascript skillsAlthough, in general, mastery of a programming language takes a long time, there are a few methods you can use to accelerate the process. Reading other peoples code is the most assured way of…codero (35)in programming • 7 years agoLearn how to work with Go (Golang's ) slicesGolang has "Slices" that are somewhat similar to arrays but with more flexible nature. Slices can be created in a couple of ways: 1: Using the make([]T, length, capacity) function. 2:…codero (35)in education • 7 years agoThe Javascript Array splice methodJavascript provides us with built in Array objects that have methods and properties. Arrays in Javascript are dynamic and very easy to work with. You can insert, pop, shift, unshift, and iterate…codero (35)in food • 7 years agoPreparation of delicious Ethiopian Food (Tibs) - Boneless Beef Short RibsTotal cooking time 7 to 9mins: boneless beef short ribs 1/4 red onion 1 Jalapeno Fresh rosemary leaves 1 tbsp salt Dipping sauce (Awaze) - 2 tbs Ethiopian hot pepper…codero (35)in food • 7 years agoEthiopian foodEthiopia has a variety of delicious foods that are guaranteed to leave long lasting impressions on your taste buds. Most of the dishes are spicy and almost all are eaten with your hands (no…codero (35)in software • 7 years agoSome tips for new developers joining a software companyWhen joining a new company as a software developer, there are a few questions you need to ask yourself/others to make a significant contribution in your team. Things to ask yourself: What is…