BlogHide Resteemspetecorey (25)in test • 6 years agothis is a testlkpetecorey (25)in programming • 7 years agoMining for Bitcoin Vanity Addresses with ElixirMining for Bitcoin Vanity Addresses with Elixir We previously worked through the process of generating a Bitcoin private address and translating it into a shareable public address using only the…petecorey (25)in programming • 7 years agoGenerating Bitcoin Private Keys and Public Addresses with ElixirGenerating Bitcoin Private Keys and Public Addresses with Elixir Lately I’ve been working my way through Mastering Bitcoin, implementing as many of the examples in the book in Elixir as I can.…petecorey (25)in programming • 7 years agoBitcoin's Base58Check in Pure ElixirBitcoin's Base58Check in Pure Elixir An important piece of the process of transforming a Bitcoin private key into a public address, as outlined in the fantastic Mastering Bitcoin book, is the…petecorey (25)in drawing • 7 years agoShip it right meow!petecorey (25)in programming • 7 years agoLearning to Crawl - Building a Bare Bones Web Crawler with ElixirLearning to Crawl - Building a Bare Bones Web Crawler with Elixir Originally posted on East5th. Check out the original post. I’ve been cooking up a side project recently that involves…petecorey (25)in bitcoin • 7 years agoExploring the Bitcoin Blockchain with Elixir and PhoenixExploring the Bitcoin Blockchain with Elixir and Phoenix Earlier this month we dove into the brave new world of Bitcoin development by writing an Elixir module that could communicate…petecorey (25)in bitcoin • 7 years agoControlling a Bitcoin Node with ElixirControlling a Bitcoin Node with Elixir I’ve been bit by the Bitcoin bug, and I’ve been bit hard. To satiate my thirst for knowledge, I’ve been reading the fantastic Mastering Bitcoin…petecorey (25)in programming • 7 years agoDetecting NoSQL InjectionDetecting NoSQL Injection The entire premise behind my latest project, Inject Detect , is that NoSQL Injection attacks can be detected in real-time as they’re being carried out against…petecorey (25)in programming • 7 years agoThe Ecstasy of TestingThe Ecstasy of Testing describe("The ecstasy of testing", function() { You dive in, equipped with nothing more than a creeping dissatisfaction and a passing test suite. As the darkness of…petecorey (25)in programming • 7 years agoDistributed Systems Are HardDistributed Systems Are Hard As I dive deeper and deeper into the world of Elixir and distributed systems in general, I’ve been falling deeper and deeper into a personal crisis. I’ve been…petecorey (25)in programming • 7 years agoHave You Tried Just Using a Function?Have You Tried Just Using a Function? Last month I read Saša Jurić’s To Spawn, or Not to Spawn article and its been lurking in my subconscious ever since. I was recently working on the…petecorey (25)in programming • 7 years agoGenServers and Memory Images : A Match Made in HeavenGenServers and Memory Images - A Match Made in Heaven My current project, Inject Detect , is being built with Elixir and makes heavy use of Martin Fowler-style Memory Images . After…petecorey (25)in programming • 7 years agoGraphQL NoSQL Injection Through JSON TypesGraphQL NoSQL Injection Through JSON Types One year ago today, I wrote an article discussing NoSQL Injection and GraphQL . I praised GraphQL for eradicating the entire possibility of…petecorey (25)in programming • 7 years agoBehold the Power of GraphQLBehold the Power of GraphQL Hey Steemit, Imagine you’re build out a billing history page. You’ll want to show the current user’s basic account information along with the most recent charges made…