Skip to content

Instantly share code, notes, and snippets.

View Renddslow's full-sized avatar
👀

Matt McElwee Renddslow

👀
View GitHub Profile
{
"$schema": "http://json-schema.org/draft-06/schema#",
"$ref": "#/definitions/Schema",
"definitions": {
"Schema": {
"type": "object",
"additionalProperties": false,
"properties": {
"movement-readings": {
"$ref": "#/definitions/MovementReading"

27 methods completed, 61 to go 30% complete

Course

9 methods completed, 3 to go 75% complete

  • GET /json/learner/courses -> index
  • GET /json/learner/courses/{course} -> show
  • GET /json/user/courses -> courses

Homes of Influence

Many times we think that the goal of spiritual disciplines is to make God happy with us, and perhaps, reap a better reward. Many times, we think that the role of spiritual disciplines is to make our souls feel warm and fuzzy. But ultimately, spiritual discplines are surgical ways of forming our desires and patterns to conform to Jesus.

We exist in a world of rituals and practices that can erode our faith and obedience to Jesus. Throughout Scripture, we see the faithful of God engaging in "counter-liturgies" which challenge the cultural assumptions of their days. What's crazy is how little has changed over 2500 years of human history. We still practice patterns of over-consumption, hurriedness, and self-reliance which are antithetical to the way of the generous God whom we serve.

Throughout the course of this series we want to introduce six practices with a clear rubric on how to practice them as a way to form your life and the life of your home in patterns that reflect the way of Jesus

let entities = [
{ id: '<GUID>', components: { attack: createAttackComponent({ ...settings }) } },
]
const systems = {
move: require('./move'),
attack: require('./attack'),
}
const updater = (dt) => {

For the Intern

  • What is the most valuable thing you learned this summer?
  • What is a best practice that you picked up that you wouldn't have learned otherwise?
  • Was the work you did satisfying?
  • Did you feel like you got valuable feedback on your code from your peers?
  • How well did you feel you grasped the Agile process?
  • How well do you feel you understand Agility?
  • What would you liked to have been exposed to more?
  • Are there any technologies you would've liked to have explored during this internship?
https://www.facebook.com/jessica.bundy.79

To give a concise answer to the question, can people encounter the one true God in nature apart from the Bible and trust in him for salvation, I would say generally no. However, I think we are situated in an interesting time in history that may make offer an appearance of difference.

First off however, I want to clarify my thoughts by answering the follow-up questions in reverse order. Is Jesus necessary for salvation? Absolutely, Peter makes this quite plain in his address to the high priest in Acts 4, "salvation is found in no one else" (verse 12). Jesus' death, resurrection, and ascension did the work of exposing, disarming, and defeating the evil powers as well as offering an atoning work on behalf of all sinners. His enthronement at God's right hand too points to the rightful king to which the Good News of a new kingdom points, a kingdom whose work is salvific. Were we to concede that natural revelation alone could reveal God in such a way as to offer salvation, Jesus would nevertheless be the necessar

{
"fields": [
{
"name": "A",
"label": "Validate overridden cost",
...
},
{
"name": "B",
"disabled": "A.value === ''",

Pokemon Combat App

Build an React Native app that allows you to pick a Pokemon (any generation, but 1st Gen is the best), and fight against random Pokemon until you die.

The objective for you to gain basic competency the way we use the following:

  • React Native
  • Testing native apps
  • Unit Testing
  • APIs