
Search Results for: github


13 Must-Have Visual Studio (VS) Code Extensions for Front-End Developers
Always on the hunt for ways to automate or be more efficient, Steve lists several VS Code extensions that make his every day life better when writing CSS or SCSS.

8 Principles of Information Architecture for a Great User Experience
Good IA helps the end user have a better understanding of your product, navigate your product with ease, and makes your product more predictable and intuitive.

Ecto, You Got Some ‘Splainin To Do
Ecto is a powerful tool for interacting with databases. By adding `EXPLAIN` to the SQL strings, I was able to quickly troubleshoot and get the job done.

How to Master Slack for Maximum Productivity and Minimum Annoyance
We communicate as a team on Slack the same way we would via any other form of communication—by following our Core Values.

Low Batteries vs Actual Fires: Knowing When, How to Escalate a Project Issue
It’s Thursday night. One more day of work before I’m on vacation for a week. I’m awake later than I plan to be, but,…

My Introduction to Property Testing
Lately I’ve been exploring various automated testing techniques, and it’s about time I got to property-based testing, also known simply as property testing. I…

Implementing Globalization (G11N) in Software Applications
While working on getting a product live in Canada, we have gone through various trials and tribulations getting localization to work. Globalization generally refers to the combination of localization (L10N), and internationalization (I18N).

Improve Your Workflow in the Terminal with These fzf Tips
Tips and code snippets that can be used to help improve your workflow in the terminal, and, how to create your own fzf-based workflow.

Improving UX Design with React Native Features
Front-end development for React Native is an entirely different ball game, especially when it comes to styling content, because styles are written in JavaScript. At one point or another, you’ll face challenges like a different markup, style properties, number conversions, boundaries, and lots of weird errors. So Brittany gathered up some resources for you.

Managing Technical Debt: Etiquette, Tips, and Techniques
There are many moving parts involved in product delivery. Ideally, we never utilize developer shortcuts or compromises. And even when we knowingly take shortcuts, the intention is always to come back and clean this up eventually.

Rigging RANDAO: Defeating Crypto’s Favorite “Trustless” Random Number Generator
If you’ve been paying a lot of attention to the blockchain ecosystem, the algorithm may look familiar. In crypto circles, it is called RANDAO, and it has been hyped off-and-on for a few years now.

Mutation Testing to Really Understand Your Code
Mutation testing involves running your test suite many times, modifying the application code in different ways to see if the tests catch the change.

My Favorite Functions and Patterns: lens
Today, this week’s series on my favorite functions and patterns in functional programming concludes with ‘lens’

My Favorite Functions and Patterns: debounce
This is the fourth post on my favorite functions and patterns in functional programming. Today, I’m sharing the function `debounce`.
Categories
- Apprenticeship (8)
- Artificial Intelligence (36)
- Back-End Engineering (124)
- Blockchain / Crypto (10)
- DevOps (4)
- Elixir / Phoenix (32)
- Front-End, UI / UX Engineering (39)
- Growth (4)
- Insights (81)
- Javascript (24)
- Leadership (23)
- Meet The Team (17)
- Mobile Applications (3)
- Off the Beaten Path (7)
- Peerbot (3)
- Process (20)
- ProdOps (1)
- Product Management (30)
- React / React Native (9)
- Remote Work (17)
- Revelry News (13)
- RevTWIL (24)
- Ruby / Ruby on Rails (4)
- Startup Studio (3)
- Technical Consulting (21)
- Testing and Security (8)