Git Product home page Git Product logo

dirigo-edge's Introduction

Hey there 👋

I'm Marcio Vale 👨‍🚀. Currently I'm a frontend developer at Smartdigit. And a GamePlay Design student with Unreal Engine and Blender.

Currently I'm working with React to make Web applications:

But, I also used it in projects:

             

With over 15 years as a developer and more than 20 years in the technology area, in the area of ​​hardware and networks, today I intend to become Tech Lead and reach the position of CTO, where I can collaborate with the teams, and participate in all squads taking my knowledge acquired over the years, and learning from new generations.

Strengths: Determination, teamwork, patience, and ease of learning.

Skills: Agility in solving problems, integrating tools, innovation, consulting, application architecture, proactivity.

Areas of interest: Web/Mobile technologies, Game developer (possible career change)

I evolved a lot in my career, I went back to school and I'm finishing college, and I redid all my steps about what I should or shouldn't need to learn anymore, today I am different, and this has made me gain respect and admiration in the last 5 years. by the team, I worked for, which has been very close.

What people always tell me, and that there is nothing that I can’t find a solution for, I don’t give up on any challenge.

Follow me on my social media:

Instagram Badge Linkedin Badge Twitch Badge Twitter Badge

dirigo-edge's People

Contributors

justincolangelo avatar nuonical avatar

Stargazers

 avatar

Watchers

 avatar  avatar

dirigo-edge's Issues

Sadly, the source tree appears empty

btw is this a good place to record bugs?

-- don

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Mar 2013 at 4:59

  • Merged into: #1

Support VS 2013

What steps will reproduce the problem?
1. Download
2. Double click download
3. Cry

What is the expected output? What do you see instead?
It to work.

What version of the product are you using? On what operating system?
Windows 8.1

Please provide any additional information below.
Please ?

Original issue reported on code.google.com by [email protected] on 8 Mar 2014 at 4:14

edge.dirigodev.com

This project different than edge.dirigodev.com
I loved very much page effects and touchable slider. Please share them :)
Also, do you think develop together?

Original issue reported on code.google.com by [email protected] on 26 Mar 2013 at 5:31

turn off captcha util you need it

if you have a settings panel to turn off the captcha for issue submit that 
would be nice

turn it back on if this not yet indexed site gets discovered by spammers

it just happens i'm going thru your svn code in a detailed diff with mine and 
i'm thinking of maybe useful stuff to add fast enuff to trigger the stupid thing


Original issue reported on code.google.com by [email protected] on 26 Mar 2013 at 8:08

Decide on official landing page for the project


1. the google code page points to edge.dirigodev.com

- but that is just a sample

2. the vs gallery page points to dirigodev.com

- but that is just your company page with no clear link to the project

--------------

one idea:

- point both to edge.dirigodev.com

- have a landing zone there with text copied from google code and vs gallery

- have the live sample at edgesamp.dirigodev.com with login info and then reset 
the database every hour or something...


Original issue reported on code.google.com by [email protected] on 27 Mar 2013 at 11:55

squishit list in _layout.cshtml might need to be responsive!

couldn't resist the responsive word but adaptive might be better

i added animate:

  .Add("~/Content/themes/base/css/animate.css")


which since u include it could at least sit there commented out but it would be 
nice to devise some sort of way to config what gets used - maybe just create a 
convention that everything in the base dir plus a specified "user" dir gets 
addded?



Original issue reported on code.google.com by [email protected] on 26 Mar 2013 at 8:12

Sadly, the source tree appears empty

btw is this a good place to record bugs?

-- don

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Mar 2013 at 4:59

Use Bootstrap ?

Not really a problem. I used to use Foundation myself but recently moved over 
to Bootstrap since it is now included in new MVC5 projects. Moreover the 
availability of many free and low-cost themes makes it easy for those of us 
that are css deficit.

- Less change from default template. Good.
- Acquire people who started with default template. Good.
- Pretty much identical solutions.

Original issue reported on code.google.com by [email protected] on 8 Mar 2014 at 4:37

Make compatible with tfs.visualstudio.com

i had conflicts with the tfs service build - specifically git push to the 
continuous integration build

but it might be specific to my config so you guys should make sure u can get a 
clean build there

i'll enter another issue for the next step - azure

Original issue reported on code.google.com by [email protected] on 26 Mar 2013 at 6:54

Multiple warnings and fatal errors with fresh template.

What steps will reproduce the problem?
1. Load new Dirigo Edge Template in Visual Studio 2012 Ultimate (Update 3)
2. Press F5 (IIS Express 8, Firefox)

What is the expected output? What do you see instead?

Expected: Website should run.

Actual: 

Warning 1   The 'packages' element is not 
declared.   c:\users\{user}\documents\visual studio 
2012\Projects\DirigoEdge1\DirigoEdge1\packages.config   2   2   DirigoEdge1

Warning 2   'DirigoEdge1.Controllers.BlogController.User(string)' hides inherited 
member 'System.Web.Mvc.Controller.User'. Use the new keyword if hiding was 
intended.   c:\users\{user}\documents\visual studio 
2012\Projects\DirigoEdge1\DirigoEdge1\Controllers\BlogController.cs 34  29  Dirigo
Edge1

Warning 3   The variable 'e' is declared but never 
used    c:\users\apache\documents\visual studio 
2012\Projects\DirigoEdge1\DirigoEdge1\Controllers\HomeController.cs 107 34  Dirig
oEdge1

Warning 4   Could not resolve this reference. Could not locate the assembly 
"Newtonsoft.Json". Check to make sure the assembly exists on disk. If this 
reference is required by your code, you may get compilation errors. DirigoEdge1

Warning 5   Could not resolve this reference. Could not locate the assembly 
"System.Web.Providers". Check to make sure the assembly exists on disk. If this 
reference is required by your code, you may get compilation errors. DirigoEdge1

Warning 6   The referenced component 'System.Web.Providers' could not be found. 
    DirigoEdge1

Warning 7   The referenced component 'Newtonsoft.Json' could not be found. 
    DirigoEdge1

What version of the product are you using? On what operating system?

Microsoft Windows 7 Ultimate Edition
Microsoft Visual Studio 2012 Ultimate (Update 3)
Dirigo Edge 0.8 (Via "New Project" direct download)

Please provide any additional information below.

Warning 4 becomes fatal once the website starts to load. Nuget says there are 
no updates available for any packages.

Original issue reported on code.google.com by [email protected] on 9 Sep 2013 at 4:36

#Main shrinks when you hover over the Admin Menu

What steps will reproduce the problem?
1. Open Chrome. Log into Demo.
2. Navigate to Media or Blogs
3. Mouse over Admin Menu to the right.

What is the expected output? What do you see instead?
Nothing.

What version of the product are you using? On what operating system?
3/8/2014

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Mar 2014 at 4:21

change or remove vsix to avoid unneeded namespace differences

ok i'm done diffing and there wasn't much

except that when i used the original vsix template and created a filename for 
the directory it made a unique namespace

so now i get a zillion diffs on just a trivial namespace thing

there should be a sensible way to keep most of the code in the dirigo namespace 
and keep user namespace changes to "as needed" without of course getting into 
insane abstraction land (i.e. inheritance that does nothing)


Original issue reported on code.google.com by [email protected] on 26 Mar 2013 at 9:18

Getting exception: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.

What steps will reproduce the problem?
1. Just added new project of type Dirigoedge.
2. Changed connection string to --

    <add name="DefaultConnection" providerName="System.Data.SqlClient" connectionString="Server=SERVER;Database=EDGEDB;User ID=sa;Password=PWD;multipleactiveresultsets=true" />
    <add name="DataContext" providerName="System.Data.SqlClient" connectionString="Server=SERVER;Database=EDGEDB;User ID=sa;Password=PWD;multipleactiveresultsets=true" />

3. Just run the project.

What is the expected output? What do you see instead?

A smooth run was expected instead I got exception. Snapshots are attached.

What version of the product are you using? On what operating system?
Windows 7 Enterprise

Please provide any additional information below.
Snapshots are attached.

Original issue reported on code.google.com by [email protected] on 22 Sep 2014 at 12:57

Attachments:

Trailing slash on blog entries

The trailing slash is not recorded in blog URLs or blog categories.  This 
causes unnecessary and un-needed redirects.  Use Xenu Link Sleth or Fiiddler to 
diagnose issue.  Most experienced SEO's would register this as a bug or system 
defect.  This is a tiny but important issue.

Original issue reported on code.google.com by [email protected] on 19 May 2013 at 1:23

ResponsiveBackgroundImageViewModel.cs missing

The ResponsiveBackgroundImageViewModel.cs file appears to be missing from the 
repository.  It should have the following path:

/Models/ImageResizing/ResponsiveBackgroundImageViewModel.cs

I was able to recreate the file so it would compile, but not sure if I'm 
missing any additional methods/properties in that class.  

Also, is this project still in active development?  Looks like it's been a 
while since any updates have been pushed.

Original issue reported on code.google.com by [email protected] on 4 Feb 2015 at 10:11

compatible with Windows Azure Web Sites (WAWS)

in theory the WAWS feature should run a config much more similar to plain old 
ASP.NET than the cloudy web role.

needs testing - particularly with auto continuous integration from git TFS to 
git on WAWS


Original issue reported on code.google.com by [email protected] on 26 Mar 2013 at 6:58

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.