Text Editor Tutorials
@AstonJ wrote: Just came across one and thought a thread might be handy for tuts on different editors.. Sublime Text: https://www.youtube.com/playlist?list=PLpcSpRrAaOaqQMDlCzE_Y6IUUzaSfYocK Vim?...
View ArticleFront end dev - what do you use?
@AstonJ wrote: We have started to use Foundation at work (as we need something fairly mainstream for clients) but I am going to be looking in to Elm, Opal and a few SASS frameworks myself. What about...
View ArticleLearning Resources - what's out there?
@AstonJ wrote: I'm currently finding Udemy pretty good - I like how you can just buy what you want and some of their courses are very polished. Their iOS course has been bought over 100,000 times...
View ArticleSwift
@AstonJ wrote: Just noticed we don't have a thread for Swift Anyone used it? Thinking of using it? What do you think of it? Personally I think Apple missed a trick when they didn't make it more like...
View ArticlePull request etiquette question
@treble37 wrote: Have a weird question here....So I had a pull request (called PR #X) open that was more or less a "gem install" into a Ruby file. It had 2 code review signoffs by senior developers...
View ArticleLive Coding
@danielpclark wrote: Anyone have experience with broadcasting and watching live coding on different sites? YouNow, Google+ or others? I found this one: Ruby on Livecoding.tv Posts: 4 Participants: 2...
View ArticleElixir forum goes live in about 12 hours!
@AstonJ wrote: The Elixir Forum goes live on Tuesday We'll be adding the same design here on MetaRuby and the Elm Forum - though we'll use the Ruby and Elm colours for them. I think being part of a...
View ArticleAlternative Vim implementations
@kofno wrote: I've been playing with NeoVim again. I can recommend. For MacVim users, there is now an OS X integration: https://github.com/rogual/neovim-dot-app. There is also an interesting Electron...
View ArticleThe "left-pad incident". Can it happen to ruby?
@CassioGodinho wrote: For some context: http://www.haneycodes.net/npm-left-pad-have-we-forgotten-how-to-program/ What you guys think is the biggest problem, developers that over use external...
View ArticleTools to make you more productive as a developer?
@treble37 wrote: What are your favorite tools that make you more productive as a developer? I'm partially asking because my current organization is doing a license buy, but also because I'm curious....
View ArticleFrida - Reverse Engineering APIs
@danielpclark wrote: Has anyone used Frida? There headline is "Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android." So what is Frida, exactly? It’s Greasemonkey for...
View ArticleEnd to end messeging encryption
@danielpclark wrote: This article has announced "Adding end-to-end encrypted messaging to your app just got a lot easier" showing a JavaScript user side encryption you can add with Twilio. I just...
View ArticleOpen for git repository questions
@danielpclark wrote: Ask any question related to git repository management. My first question. @Ohm How did you submit a pull request that would close the issue it was related to when merged? Both of...
View ArticleWhat's the best project diagram tool?
@danielpclark wrote: From time to time I find my self needing to make a visual aid to help illustrate how much integrates into an application and how. But every program I've come across to draw a mind...
View ArticlePair Programming
@danielpclark wrote: I've written up a blog on How to Build the Ultimate Remote Pair Programming Environment. Feel free to ask any questions you may have or share your tips here! Also I'm open for...
View ArticleConcerns about Icann selling TLDs
@AstonJ wrote: Anyone else think it's crazy that TLDs are being 'auctioned off' to the highest bidder? The latest is .web, sold for $135m www.bbc.co.uk Net's .web domain sold for $135m - BBC News The...
View ArticleUse HTTP status codes with your APIs
@reggieb1 wrote: Am I the only person to get annoyed when people don't use HTTP status codes when they build an API? I'm working with an API at the moment. The API has been built using Rails, which is...
View ArticleRule engine
@amit_savani wrote: I am writing an application like IFTTT and Zappier but for specific domain only. I am thinking of using http://www.easyrules.org/ as I couldn't find any elegant solution in ruby....
View ArticleRuby implementation of k-dimensional tree algorithm
@amit_savani wrote: Does anybody know ruby implementation of k-dimensional tree algorithm? I tried https://github.com/gurgeous/kdtree but it doesn't return accurate results. I cross checked the...
View ArticleReview for ruby articles
@Alexeex wrote: Hi all! A few months ago I started to publish articles about ruby. At the moment I have published about 15 articles. However, English is not my native language and I would like someone...
View ArticleCibyl, a lightweight curly-bracket language which compiles to Ruby and Crystal
@ecstaticcoder wrote: https://github.com/senselogic/CIBYL // Recursive Fibonacci function def fibonacci( n : Int32 ) { if ( n <= 1 ) { return 1; } else { return fibonacci( n - 1 ) + fibonacci( n -...
View ArticleHas anyone upgraded to MacOS Mojave? Did it break anything in your dev...
@AstonJ wrote: It’s only been out a few days, but interested in hearing how everyone else has got on and whether anything development-wise broke Posts: 4 Participants: 4 Read full topic
View ArticleAnnouncing the release of WebpackerCli
@danielpclark wrote: Announcing the release of WebpackerCli. Bringing the convenience of Rails’ Webpacker to any web framework… even those in other languages. Why? Webpack is a powerful tool which is...
View ArticleSetting up Ruby on Rails Development Environment on Mojave 10.14.2
@kobaltz wrote: Sometimes we have to configure a new development machine, whether it is for ourselves or a friend. We often find that there are some little pieces of our environment that we have...
View ArticleCreate a Beautiful API Documentation with Slate and Host it for Free on Netlify
@AmitPatel-BoTreeCons wrote: Are you looking for solution to have beautiful documentation of your API and hot it for free? Checkout Ruby + Middleman + Slate + Netlify BoTree Technologies – 26 Aug 19...
View Article