| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | May 10 at 8:07 | |
| stats | profile views | 40 |
|
Oct 3 |
comment |
PHP Riak in place update Is there away to push data to the end of a raik object, so if i have an object that is numeric array can i make a push to add subject that i know its not there or no in place updates what so ever |
|
Oct 3 |
comment |
Examples of non open source projects on Bitbucket or Github @JörgWMittag I am sorry that i asked, I am in devOps so i do a lot of system admin and programming and I have had to install setup administate secure mainaine update upgrade repaid fix montor and scale and confgiure the git. the turth about it is scaling git reallly never happens among alot of things if the git server is running over ssh only your pretty safe to start with just have some puppet script that secure things then ssh will do the rest, you can also set it up on the cloud and make your office ip the only ip that is allowed to login over the ssh port. |
|
Oct 3 |
comment |
Examples of non open source projects on Bitbucket or Github is there any reason you want to store your git data on github or another platfrom for git hosting and not setup your own git server and use powerful tools like Jira |
|
Oct 2 |
comment |
Changing frontend cache both varnish or nginx could help with this project. |
|
Sep 13 |
comment |
Writing a DB Python or Ruby The reason I am not looking to build my self a small restful app in python is because I have made two in PHP so far, so the skill to do it in python would not be to much of a new exeperancese, but building something like a database is something new. |
|
Sep 13 |
comment |
Writing a DB Python or Ruby you have a very good point on that. I will consider that for sure. |
|
Sep 13 |
comment |
Writing a DB Python or Ruby yeah i can understand why C or C++ would be better choices for this type of project I really plan on learning more ruby and python just because there are a lot more jobs looking for those skills and using this as a way to improve my understanding of the lanauges. I do understand that the search sorting and string mangngment will be mostly me, thank you so much |
|
Oct 16 |
comment |
Standards in Enterprise Development +1 to @Pierre303 another issue with enterprise development it is really boring as he says but they dont want other people to read there code easily so they wont really wanna use stadnereds |
|
Oct 16 |
comment |
How can I design an efficient moderation system for comments? anytime :) good luck with your work let me +1 your questin if i have not already |
|
Oct 12 |
comment |
How I do become a better programmer as a junior developer @Pasha there are lots of open souce projects pick on that is in a lanauge that you already know so you dont feel like you are slowing them down. |
|
Oct 12 |
comment |
How I do become a better programmer as a junior developer In your case I would try learning how the system works and see if you can on paper come up with a better method and purpose it to your boss why your method is better I am not sure if your working with mysql or what for the database but you may wanna look at the qeurys or something |
|
Oct 12 |
comment |
How I do become a better programmer as a junior developer once you become over qulified you can start applying to work at other places and just keep the year you worked at ur current employer for ur CV |
|
Sep 14 |
comment |
Other things to learn for becoming a Database Admin/Developer? I am guessing the reason why i do not know the differances is because I am a sysAdmin/DBA/programmer so they have all gotten tangled togetather. |
|
Sep 14 |
comment |
Other things to learn for becoming a Database Admin/Developer? +1 for databases are awsome you can use some basic programing lanauge fill up a test database will random info and just messa round and learn so many things about how it finds data. |
|
Sep 14 |
comment |
Other things to learn for becoming a Database Admin/Developer? also keep in mind that a DBA can easily be outsourced they come in when there is a server issue or an update is needed or on there monthly checkin. While the developer is in house just becasuse you can outsource your dba just change the password once they leave but the developer knows how ur database works. |
|
Sep 14 |
comment |
Other things to learn for becoming a Database Admin/Developer? I think its best to express what your saying that. DBA is a system admin they are not as much programers but IT people for the servers and keep them runnin and at the correct config for networks and other things. while developers are more like programmers. And work on the little idea. |
|
Sep 14 |
comment |
Other things to learn for becoming a Database Admin/Developer? As a super basic rule of thumb SQL has the strengths that NoSQL has as weakness and NoSQL strengths are what SQL has for weakness. If you ever really come into making an app that you cant pick it may be important to look at both. Also if you can flush logs/backups in on to a nosql it can keep ur sql running fast :) Learn not only about locking but also about indexing, learn sorting algritums and searching algrithums. Those 4 get really imporant for how data is searched and stored and updated. |
|
Sep 14 |
comment |
Other things to learn for becoming a Database Admin/Developer? I started hitting the keyboard at 18 months old, buidling computers in 3rd grade, html in 4th grade c/c++ 6th grade, Linux 8th grade, LAMP 9th Grade. JAVA 10thgrade. Beowulf clusters 11th Grade. and sinces then just learning everything and everything i can. |
|
Sep 14 |
comment |
Other things to learn for becoming a Database Admin/Developer? I agree with everything here. Also I am 19 years old and I work as a programmer full time and DBA/System Admin part time for a webhosting company. |
|
Sep 14 |
comment |
One-line functions that are called only once It really depends Most of the time no i do not unless i am getting the correct amount of payment to check if it does speed incress and other things like that. But in older compilers it was better to copy and paste it then to leave the compilere to figure it out 9/10. |